-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.73 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
85
86
87
88
89
{
"name": "ctxfloods",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-cache-inmemory": "1.3.0",
"apollo-client": "2.2.5",
"apollo-link-error": "^1.1.1",
"apollo-link-http": "1.5.2",
"aws-sdk": "^2.361.0",
"big.js": "^5.2.2",
"classnames": "^2.2.5",
"flatpickr": "^4.5.2",
"formatcoords": "^1.1.3",
"generate-password": "^1.4.0",
"geolib": "^2.0.24",
"get-graphql-schema": "^2.1.0",
"graphiql": "^0.11.11",
"graphql": "0.13.0",
"graphql-tag": "2.8.0",
"jwt-decode": "^2.2.0",
"mapbox": "^1.0.0-beta9",
"mapbox-gl": "^0.50.0",
"mobile-detect": "^1.4.1",
"moment": "2.20.1",
"moment-timezone": "^0.5.23",
"node-sass-chokidar": "^0.0.3",
"prettier": "1.11.1",
"prop-types": "15.6.1",
"query-string": "^6.2.0",
"raven-js": "^3.24.2",
"react": "^16.5.2",
"react-apollo": "2.0.4",
"react-autosuggest": "9.3.4",
"react-container-query": "0.11.0",
"react-csv": "1.0.12",
"react-dom": "^16.5.2",
"react-flatpickr": "^3.6.4",
"react-fontawesome": "^1.6.1",
"react-full-screen": "^0.2.2",
"react-google-recaptcha": "^1.0.4",
"react-mapbox-gl": "^4.0.0",
"react-media": "^1.8.0",
"react-modal": "^3.3.2",
"react-onclickoutside": "^6.7.1",
"react-router-dom": "^4.1.1",
"react-virtualized": "9.18.5",
"reselect": "^4.0.0"
},
"devDependencies": {
"@storybook/addon-storyshots": "3.3.15",
"@storybook/cli": "3.3.15",
"@storybook/react": "3.3.15",
"ctxfloods-backend": "https://github.com/cityofaustin/ctxfloods-backend.git#dev",
"npm-run-all": "4.1.5",
"react-scripts": "2.1.1",
"react-test-renderer": "^16.5.2",
"storybook-addon-apollo-graphql": "^0.1.2"
},
"scripts": {
"start-js": "NODE_PATH=src react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"start-local": "REACT_APP_BACKEND_URL='http://localhost:5000' yarn run start",
"build-css": "node-sass-chokidar --include-path ./src src/ -o src/",
"watch-css": "yarn run build-css && node-sass-chokidar --include-path ./src src/ -o src/ --watch --recursive",
"get-schema": "./src/stories/schema/getSchema.sh",
"build": "yarn build-css; NODE_PATH=src react-scripts build",
"test": "eslint --max-warnings 0 src && yarn build-css && NODE_PATH=src react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "NODE_PATH=src start-storybook -p 9001 -c .storybook & yarn watch-css"
},
"prettier": {
"semi": true,
"singleQuote": true,
"trailingComma": "all"
},
"eslintConfig": {
"extends": "react-app"
},
"moduleRoots": [
"src"
],
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}