-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ./ --ext js,jsx,ts,tsx"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@tailwindcss/typography": "^0.5.10",
"@tanem/react-nprogress": "^5.0.0",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"gray-matter": "^4.0.3",
"next": "latest",
"prismjs": "^1.29.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-draggable": "^4.4.4",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"remark-prism": "^1.3.6",
"seedrandom": "^3.0.5",
"zustand": "^4.0.0-rc.1"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.4.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.29.2",
"postcss": "^8.4.7",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.23"
}
}