-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 954 Bytes
/
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
{
"name": "bityoungjae-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"date-fns": "^2.14.0",
"gray-matter": "^4.0.2",
"next": "^9.4.5-canary.17",
"prismjs": "^1.20.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"rehype": "^11.0.0",
"rehype-sanitize": "^3.0.1",
"rehype-slug": "^3.0.0",
"remark-parse": "^8.0.2",
"remark-rehype": "^7.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.3",
"@types/lodash.isequal": "^4.5.5",
"@types/node": "^14.0.13",
"@types/prismjs": "^1.16.1",
"@types/react": "^16.9.38",
"cz-conventional-changelog": "^3.2.0",
"jest": "^26.1.0",
"lodash.isequal": "^4.5.0",
"ts-jest": "^26.1.1",
"typescript": "^3.9.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}