-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.37 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"pre-commit": "next lint"
},
"dependencies": {
"@chakra-ui/focus-lock": "^1.2.4",
"@chakra-ui/icons": "1.1.5",
"@chakra-ui/react": "1.7.5",
"@chakra-ui/theme-tools": "1.1.5",
"@emotion/react": "11.1.5",
"@emotion/styled": "11.1.5",
"@fontsource/staatliches": "^4.5.1",
"firebase": "^9.6.5",
"framer-motion": "^4.0.3",
"next": "latest",
"next-pwa": "^5.5.4",
"nextjs-progressbar": "^0.0.14",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^5.0.1",
"react-icons": "^4.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@next/eslint-plugin-next": "^12.1.0",
"@types/node": "^17.0.23",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"husky": "^7.0.4",
"prettier": "^2.5.1",
"typescript": "4.3.2"
}
}