This repository has been archived by the owner on Feb 25, 2021. It is now read-only.
forked from Schmerb/net-neutrality-app-client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.53 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": "net-neutrality-app",
"version": "0.1.0",
"private": true,
"homepage": "https://www.thinkful.com/net-neutrality/",
"dependencies": {
"babel-polyfill": "^6.26.0",
"jwt-decode": "^2.2.0",
"object-keys": "^1.0.11",
"object.entries": "^1.0.4",
"react": "^16.2.0",
"react-cookie": "^2.1.2",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-spinkit": "^3.0.0",
"react-usa-map": "^1.3.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"string.prototype.includes": "^1.0.0",
"string.prototype.startswith": "^0.2.0"
},
"scripts": {
"start": "react-scripts start",
"start-office": "REACT_APP_API_BASE_URL='http://192.168.5.43:7000/api/v1' react-scripts start",
"start-boston": "REACT_APP_API_BASE_URL='http://172.20.10.3:7000/api/v1' react-scripts start",
"build": "gulp build_scss && PUBLIC_URL=https://www.thinkful.com/net-neutrality NODE_PATH=./src REACT_APP_ROUTE_SLUG=/net-neutrality REACT_APP_API_BASE_URL='https://tf-ms-neutrality-server-prod.herokuapp.com/api/v1' react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"enzyme": "^2.9.1",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sass-glob": "^1.0.8",
"gulp-sourcemaps": "^2.6.3",
"gulp-watch": "^4.3.11",
"jest-localstorage-mock": "^2.1.0",
"mq-polyfill": "^1.1.8",
"react-scripts": "^1.1.0",
"react-test-renderer": "^16.2.0"
}
}