-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.18 KB
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
{
"name": "nextjs-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@iconify/json": "^2.1.143",
"dayjs": "^1.11.6",
"framer-motion": "^7.6.12",
"immer": "^9.0.16",
"nanoid": "^4.0.0",
"next": "13.0.5",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "18.2.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tilg": "^0.1.1",
"zoov": "^0.4.2",
"zustand": "^4.1.4"
},
"devDependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"autoprefixer": "^10.4.13",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"postcss": "^8.4.19",
"prettier": "^2.8.0",
"prettier-plugin-organize-imports": "^3.2.0",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.4",
"tailwindcss-iconify": "^0.0.3",
"typescript": "4.9.3",
"unplugin-auto-import": "^0.11.5"
}
}