-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
{
"name": "cnode-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.0",
"@mapbox/rehype-prism": "^0.5.0",
"@react-spring/web": "^9.2.4",
"@tailwindcss/typography": "^0.4.1",
"@udecode/plate": "^1.1.2",
"autoprefixer": "^10.3.1",
"classnames": "^2.2.6",
"dayjs": "^1.8.33",
"next": "^12.0.3",
"nprogress": "^0.2.0",
"postcss": "^8.3.6",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-popper": "^2.2.5",
"rehype-format": "^3.1.0",
"rehype-stringify": "8.0.0",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^8.1.0",
"slate": "^0.63.0",
"slate-history": "^0.62.0",
"slate-hyperscript": "^0.62.0",
"slate-react": "^0.65.2",
"styled-icons": "^10.37.0",
"swr": "^0.3.0",
"tailwindcss": "^2.2.7",
"unified": "^9.2.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.0",
"eslint-config-prettier": "^8.3.0",
"postcss-preset-env": "^6.7.0"
}
}