forked from pdx-urban-dash/pdx-urban-dash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.62 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
{
"name": "pdx-urban-dash",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.5.1",
"apollo-datasource-rest": "^0.4.0",
"apollo-link-http": "^1.5.14",
"apollo-server-express": "^2.4.8",
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"express": "^4.16.4",
"googleapis": "^40.0.0",
"graphql": "^14.2.1",
"graphql-tag": "^2.10.1",
"graphql-tools": "^4.0.4",
"node-sass": "^4.11.0",
"prop-types": "^15.7.2",
"ramda": "^0.26.1",
"react": "^16.8.3",
"react-apollo": "^2.5.5",
"react-bootstrap": "^1.0.0-beta.6",
"react-dom": "^16.8.3",
"react-feather": "^1.1.6",
"react-scripts": "2.1.5",
"react-vega": "^6.0.1",
"reactstrap": "^8.0.0",
"vega": "^5.3.4"
},
"scripts": {
"start": "react-scripts start",
"server": "node server.js",
"build": "react-scripts build",
"test": "react-scripts test",
"test:filter": "react-scripts test src/components/Filter",
"test:filter:coverge": "react-scripts test src/components/Filter --verbose --coverage",
"eject": "react-scripts eject",
"lint": "node_modules/.bin/eslint ./src ./server.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"eslint-config-airbnb": "^17.1.0",
"jest-each": "^24.7.1",
"nodemon": "^1.18.10"
},
"optionalDependencies": {
"fsevents": "^1.2.9"
},
"proxy": "http://localhost:8080/"
}