-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "portfolio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"export": "npm run build && next export",
"build": "next build",
"start": "next start",
"deploy": "sh scripts/deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohjs/rohjs.github.io.git"
},
"keywords": [],
"author": "Roh Woohyeon <[email protected]> (https://rohjs.github.io/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/rohjs/rohjs.github.io/issues"
},
"homepage": "https://github.com/rohjs/rohjs.github.io#readme",
"dependencies": {
"axios": "^0.26.0",
"classnames": "^2.3.1",
"gray-matter": "^4.0.3",
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rehype-highlight": "^5.0.2",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-frontmatter": "^4.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"sass": "^1.49.9",
"unified": "^10.1.1"
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"typescript": "^4.6.2"
}
}