-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.39 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": "how-far-south",
"homepage": "https://howfarsouth.com",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-polyfill": "^6.26.0",
"d3": "^5.7.0",
"eslint": "5.6.0",
"gh-pages": "^1.1.0",
"jquery": "^3.3.1",
"lodash": "^4.17.5",
"mapshaper": "^0.4.104",
"node-sass": "^4.14.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-image": "^1.5.1",
"react-image-gallery": "^0.8.12",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.1",
"topojson": "^3.0.2",
"topojson-client": "^3.0.0"
},
"scripts": {
"build-topojson": "node ./src/scripts/build-topojson && cp src/scripts/map-data.topo.json src/data/map-data.topo.json && cp src/scripts/map-data.topo.json public/map-data.topo.json",
"start": "npm run build-topojson && react-scripts start",
"react-build": "react-scripts build",
"build": "npm run heroku-github-setup && npm run deploy",
"eject": "react-scripts eject",
"predeploy": "npm run react-build",
"deploy": "gh-pages -d build",
"heroku-github-setup": "git init && git config --global user.email [email protected] && git config --global user.name heroku_bot && git remote add origin [email protected]:Anemy/how-far-south.git",
"heroku": "npm run build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}