generated from litingyes/nextjs-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.56 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
49
50
51
52
53
54
55
56
57
{
"name": "cobweb",
"version": "0.1.0",
"private": true,
"description": "Collect, store and distribute meaningful static data",
"scripts": {
"dev": "next dev -p 6002",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky"
},
"dependencies": {
"@date-fns/utc": "^2.1.0",
"@nextui-org/react": "^2.4.8",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.17",
"motion": "^11.12.0",
"next": "15.0.3",
"random": "^5.1.1",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-hot-toast": "^2.4.1",
"react-photo-view": "^1.2.6"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@eslint-react/eslint-plugin": "^1.16.1",
"@iconify/json": "^2.2.275",
"@iconify/tailwind": "^1.1.3",
"@next/eslint-plugin-next": "^15.0.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"destr": "^2.0.3",
"eslint": "^9.15.0",
"eslint-config-next": "15.0.3",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-tailwindcss": "^3.17.5",
"glob": "^11.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"type-fest": "^4.29.0",
"typescript": "^5"
},
"lint-staged": {
"*": "eslint --fix"
}
}