forked from saltastro/tacprocess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.77 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "tacprocess",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-cache-inmemory": "^1.0.0",
"apollo-client": "^2.0.1",
"apollo-client-preset": "^1.0.1",
"apollo-link-http": "^1.0.0",
"axios": "^0.18.1",
"babel-preset-stage-0": "^6.24.1",
"bloomer": "^0.6.3",
"bulma": "^0.7.1",
"cors": "^2.8.4",
"d3": "^4.12.0",
"d3-contour": "^1.1.1",
"d3-scale-chromatic": "^1.1.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.1",
"fetch-mock": "^6.0.0",
"file-saver": "^1.3.3",
"graphql": "^0.11.7",
"graphql-tag": "^2.5.0",
"install": "^0.12.2",
"is-number": "^7.0.0",
"lodash": "^4.17.13",
"npm": "^6.4.1",
"papaparse": "^4.3.7",
"prop-types": "^15.6.0",
"raven-js": "^3.22.2",
"react": "^16.0.0",
"react-apollo": "^2.0.0",
"react-csv": "^1.0.12",
"react-csv-reader": "^0.2.2",
"react-dom": "^16.4.2",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "^1.0.17",
"react-select": "^1.0.0-rc.10",
"react-test-renderer": "^16.2.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-mock-store": "^1.5.1",
"redux-thunk": "^2.2.0",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.75.1",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"webpack": "^3.11.0",
"yarn": "^1.17.3"
},
"scripts": {
"start": "REACT_APP_API_BASE_URL=http://tacapidev.cape.saao.ac.za react-app-rewired start",
"start2": "REACT_APP_API_BASE_URL=http://tac.salt.ac.za react-app-rewired start",
"dev": "REACT_APP_SALT_SERVER_API_URL=http://127.0.0.1:5000 REACT_APP_API_BASE_URL=http://127.0.0.1:5001 react-app-rewired start",
"build": "REACT_APP_API_BASE_URL=http://saltapi.salt.ac.za react-app-rewired build",
"build-dev": "REACT_APP_API_BASE_URL=http://tacapidev.cape.saao.ac.za react-app-rewired build",
"test": "REACT_APP_API_BASE_URL=http://test; react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src",
"lint-fix": "eslint src --fix"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-standard": "^1.6.6",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "^2.5.0",
"eslint-plugin-react": "^7.5.1",
"prettier": "^1.10.2",
"prettier-standard": "^8.0.1",
"react-app-rewire-eslint": "^0.2.3",
"react-app-rewired": "^1.5.2",
"react-test-renderer": "^16.2.0",
"standard": "^11.0.1"
}
}