-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 787 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 787 Bytes
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
{
"name": "next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@vercel/analytics": "^0.1.5",
"indefinite": "^2.4.1",
"leva": "^0.9.27",
"next": "^12.1.6",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-responsive-modal": "^6.2.0",
"react-select": "^5.3.2",
"tweakpane": "^3.0.8",
"use-local-storage-state": "^18.1.0",
"use-tweaks": "0.3.2-alpha.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@types/node": "^17.0.41",
"@types/react": "^18.0.12",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "^4.7.3"
}
}