-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.74 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
57
58
59
60
{
"name": "nextjs",
"version": "4.0.0",
"private": true,
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@date-io/moment": "^1.3.13",
"@material-ui/core": "latest",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
"@mui-treasury/styles": "^1.4.0",
"@sandstreamdev/react-swipeable-list": "^0.5.0",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link-context": "^1.0.20",
"apollo-link-http": "^1.5.17",
"axios": "^0.19.2",
"browserslist": "^4.12.0",
"caniuse-lite": "^1.0.30001053",
"chart.js": "^2.9.3",
"clsx": "^1.1.0",
"cookie": "^0.4.1",
"dotenv": "^8.2.0",
"firebase": "^7.14.3",
"framer-motion": "^1.10.3",
"graphql": "^15.0.0",
"graphql-tag": "^2.10.3",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"material-table": "^1.57.2",
"moment": "^2.25.3",
"next": "^9.4.0",
"next-offline": "^5.0.2",
"next-with-apollo": "^5.0.1",
"nprogress": "^0.2.0",
"prop-types": "latest",
"query-string": "^6.12.1",
"react": "latest",
"react-chartjs-2": "^2.9.0",
"react-dom": "latest",
"react-hook-form": "^5.6.2",
"react-load-script": "0.0.6",
"react-redux": "^7.2.0",
"react-swipeable-views": "^0.13.9",
"react-toast-notifications": "^2.4.0",
"react-use-dimensions": "^1.2.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"styled-components": "^5.1.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"heroku-postbuild": "npm run build",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
}
}