-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 896 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.8",
"@heroicons/react": "^2.0.15",
"@tailwindcss/forms": "^0.5.3",
"next": "13.0.2",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"uuid": "9.0.0"
},
"devDependencies": {
"@smartive/prettier-config": "3.0.0",
"@tailwindcss/forms": "0.5.3",
"@types/node": "^18.11.4",
"@types/react": "18.0.21",
"@types/uuid": "8.3.4",
"autoprefixer": "10.4.8",
"cypress": "10.10.0",
"eslint": "8.26.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "8.5.0",
"postcss": "8.4.18",
"prettier": "2.7.1",
"prisma": "3.9.1",
"tailwindcss": "3.2.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}