-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "rokket-labs-nextjs",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.11",
"@chakra-ui/icons": "^1.0.5",
"@chakra-ui/react": "^1.3.3",
"@chakra-ui/theme-tools": "^1.0.4",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"dayjs": "^1.10.4",
"framer-motion": "^3.3.0",
"graphql": "^15.5.0",
"mongodb": "^3.6.4",
"next": "latest",
"next-auth": "^3.4.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@types/next-auth": "^3.1.24",
"@types/node": "^14.14.28",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-rokket-labs": "^0.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0",
"typescript": "^4.1.5"
},
"license": "MIT"
}