-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 964 Bytes
/
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
{
"name": "history-mapped",
"version": "1.0.0",
"private": true,
"dependencies": {
"iscroll": "^5.2.0",
"js-cookie": "^2.2.0",
"mapbox-gl": "^0.37.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-iscroll": "^1.1.4",
"react-mapbox-gl": "^1.11.0",
"react-transition-group": "^1.2.0",
"react-youtube": "^7.4.0",
"reactstrap": "^4.8.0"
},
"devDependencies": {
"react-scripts": "0.9.5"
},
"scripts": {
"start": "REACT_APP_API_URL=http://localhost:3001 REACT_APP_GA_ID=UA-99590391-2 REACT_APP_TIMESTAMP=\"$(date +%s)\" react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "REACT_APP_API_URL=http://api.zachlevy.me REACT_APP_GA_ID=UA-99590391-1 REACT_APP_TIMESTAMP=\"$(date +%s)\" npm run build && aws s3 sync build/ s3://www.historymapped.com",
"open": "open http://www.historymapped.com"
}
}