-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.24 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": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node dev-server",
"build": "next build",
"start": "next start",
"lint": "next lint",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"dayjs": "^1.11.9",
"lodash": "^4.17.21",
"next": "14.1.4",
"query-string": "^8.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draggable": "^4.4.5",
"sharp": "^0.32.6",
"typescript": "5.1.6",
"zustand": "^4.4.1"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@types/lodash": "^4.14.197",
"@types/node": "20.4.9",
"@types/query-string": "^6.3.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.14",
"concurrently": "^8.2.0",
"daisyui": "^4.0.8",
"env-cmd": "^10.1.0",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3"
}
}