-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 926 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
{
"name": "bikcraft-nextjs",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"generate": "npx plop --plopfile ./generators/plopfile.js"
},
"dependencies": {
"@headlessui/react": "^1.6.2",
"@hookform/resolvers": "^2.8.10",
"@prisma/client": "^4.0.0",
"axios": "^0.27.2",
"firebase": "9.7.0",
"next": "^12.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-hook-form": "^7.31.3",
"react-modal": "^3.15.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "^17.0.33",
"@types/react": "^18.0.9",
"@types/react-input-mask": "^3.0.1",
"@types/react-modal": "^3.13.1",
"@types/sass": "^1.43.1",
"plop": "^3.1.0",
"prisma": "^4.0.0",
"sass": "^1.51.0",
"typescript": "^4.6.4"
}
}