-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.56 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
{
"name": "cso-exp",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next ./src",
"build": "next build ./src",
"start": "next start ./src",
"export": "next export ./src",
"push": "aws --profile cso s3 sync ./src/out s3://cso-app --acl public-read --exclude \"*.geojson\" --exclude \"*.html\" --cache-control max-age=2592000 && aws --profile cso s3 sync ./src/out s3://cso-app --acl public-read --exclude \"*\" --include \"*.html\"",
"beta-push": "aws --profile cso s3 sync ./src/out s3://cso-app-beta --acl public-read --exclude \"*.geojson\" --exclude \"*.html\" --cache-control max-age=2592000 && aws --profile cso s3 sync ./src/out s3://cso-app-beta --acl public-read --exclude \"*\" --include \"*.html\""
},
"dependencies": {
"@deck.gl/extensions": "^8.0.17",
"@zeit/next-css": "^1.0.1",
"axios": "^0.19.0",
"baseui": "^9.8.0",
"deck.gl": "^8.0.17",
"dotenv": "^8.2.0",
"js-file-download": "^0.4.9",
"moment": "^2.24.0",
"nebula.gl": "^0.17.3",
"next": "^9.1.1",
"next-images": "^1.2.0",
"next-redux-saga": "^4.0.2",
"next-redux-wrapper": "^5.0.0",
"polybush": "^1.0.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-map-gl": "^5.0.12",
"react-no-ssr": "^1.1.0",
"react-redux": "^7.1.1",
"react-vis": "^1.11.7",
"redux": "^4.0.4",
"redux-saga": "^1.1.1",
"styled-components": "^5.0.1",
"styletron-engine-atomic": "^1.4.1",
"styletron-react": "^5.2.2"
},
"resolutions": {
"@turf/difference": "6.0.1"
}
}