-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
executable file
·56 lines (56 loc) · 1.73 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
50
51
52
53
54
55
56
{
"name": "members-app",
"private": true,
"scripts": {
"dev": "NODE_ENV='development' next dev",
"build": "next build",
"start": "NODE_ENV='production' next start",
"test": "jest"
},
"dependencies": {
"@apollo/react-hooks": "^4.0.0",
"@apollo/react-ssr": "^4.0.0",
"@babel/runtime": "^7.12.5",
"@chakra-ui/icons": "^1.0.0",
"@chakra-ui/react": "^1.0.0",
"@chakra-ui/theme-tools": "1.0.0",
"@emotion/react": "^11.1.2",
"@emotion/styled": "11.0.0",
"add": "^2.0.6",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"date-fns": "^2.16.1",
"firebase": "^8.2.0",
"framer-motion": "^2.9.4",
"graphql": "^15.4.0",
"graphql-tag": "^2.11.0",
"isomorphic-unfetch": "^3.1.0",
"jspdf": "^1.5.3",
"jspdf-autotable": "^3.0.10",
"next": "10.0.3",
"next-pwa": "^5.0.2",
"next-seo": "4.17.0",
"query-string": "^6.13.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^6.13.0",
"react-icons": "^4.1.0",
"react-input-mask": "^2.0.4",
"react-lottie": "^1.2.3",
"react-map-gl": "^5.2.11"
},
"devDependencies": {
"@emotion/babel-plugin": "11.0.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@types/node": "^14.6.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^16.9.8",
"babel-jest": "^26.6.3",
"faker": "^5.1.0",
"jest": "^26.6.3",
"mutationobserver-shim": "^0.3.7",
"typescript": "4.0.5"
}
}