-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 938 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
38
39
{
"name": "quiz-square",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.4",
"@chakra-ui/react": "^1.3.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@loomhq/loom-embed": "^1.5.0",
"classnames": "^2.3.1",
"firebase": "^9.9.2",
"framer-motion": "^6",
"next": "12.1.6",
"npm": "^8.13.2",
"react": "17.0.2",
"react-confetti": "^6.1.0",
"react-dom": "17.0.2",
"react-hook-form": "^7.33.1",
"react-icons": "^4.4.0",
"react-use": "^17.4.0",
"recoil": "^0.7.4",
"recoil-persist": "^4.2.0"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.4"
}
}