generated from bashbaugh/next-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"{pages,components,lib}/**/*.{js,ts,tsx}\""
},
"dependencies": {
"@chakra-ui/icons": "^1.1.0",
"@chakra-ui/react": "^1.6.10",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@prisma/client": "3.4.2",
"axios": "^0.24.0",
"clsx": "^1.1.1",
"confetti-js": "^0.0.18",
"cookie": "^0.4.1",
"easyqrcodejs-nodejs": "^4.4.0",
"firebase": "^9.1.3",
"firebase-admin": "^10.0.0",
"framer-motion": "^4",
"immer": "^9.0.7",
"jszip": "^3.7.1",
"nanoid": "^3.1.30",
"next": "11.1.2",
"nprogress": "^0.2.0",
"qrcode": "^1.4.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.17.4",
"react-icons": "^4.3.1",
"zustand": "^3.6.5"
},
"devDependencies": {
"@types/cookie": "^0.4.1",
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.4.1",
"@types/react": "17.0.30",
"eslint": "8.0.1",
"eslint-config-next": "11.1.2",
"prettier": "^2.4.1",
"prisma": "3.4.2",
"typescript": "4.4.4"
}
}