This repository has been archived by the owner on May 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
160 lines (160 loc) · 4.75 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "311",
"version": "0.0.0",
"repository": "https://github.com/CityOfBoston/311.git",
"license": "CC0-1.0",
"engines": {
"node": "8",
"npm": "5.6.x"
},
"scripts": {
"dev": "babel-watch -D -w server server",
"test": "jest",
"build": "gulp build",
"heroku-postbuild": "gulp build",
"start": "node build/server",
"storybook": "gulp storybook:head && start-storybook -p 9001 -s static -c storybook",
"lint": "eslint --fix .",
"test-ci": "jest --coverage --runInBand",
"snapshot": "babel-node ./scripts/snapshot",
"clear-babel-cache": "rm -rf node_modules/.cache/babel-loader",
"precommit": "lint-staged",
"prepush": "flow --quiet && jest --silent --no-cache --noStackTrace"
},
"lint-staged": {
"*.js": "eslint --quiet"
},
"jest": {
"resetMocks": true,
"setupFiles": [
"<rootDir>/lib/test/jest-polyfills.js",
"<rootDir>/lib/test/setup.js"
],
"testPathIgnorePatterns": [
"<rootDir>/build/",
"<rootDir>/node_modules/",
"<rootDir>/.next/",
"<rootDir>/coverage/"
],
"collectCoverage": true,
"collectCoverageFrom": [
"{components,data,lib,pages,server}/**/*\\.js",
"!**/*.stories.js"
],
"coverageReporters": [
"lcov",
"json"
],
"snapshotSerializers": [
"<rootDir>/node_modules/enzyme-to-json/serializer"
]
},
"dependencies": {
"@percy-io/in-percy": "^0.1.2",
"apollo-server-hapi": "^1.3.4",
"aws-sdk": "^2.97.0",
"babel-runtime": "^6.22.0",
"boom": "^7.2.0",
"classlist-polyfill": "^1.2.0",
"compression": "^1.6.2",
"core-js": "^2.4.1",
"dataloader": "^1.3.0",
"dotenv": "^4.0.0",
"elasticsearch": "^14.0.0",
"emotion": "^8.0.9",
"emotion-server": "^8.0.9",
"fs-extra": "^4.0.0",
"good": "^8.1.1",
"good-console": "^7.1.0",
"good-squeeze": "^5.0.1",
"graphql": "^0.11.7",
"graphql-tools": "^2.5.1",
"hapi": "^17.3.1",
"hapi-accept-language2": "^2.0.2",
"html5-history-api": "^4.2.8",
"http-aws-es": "^4.0.0",
"http-status": "^1.0.1",
"https-proxy-agent": "^2.0.0",
"inert": "^5.1.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"mapbox-gl": "^0.39.1",
"mapbox-gl-supported": "^1.2.0",
"mapbox.js": "^3.0.1",
"mobx": "^4.1.0",
"mobx-react": "^5.0.0",
"mobx-utils": "^4.0.0",
"moment": "^2.17.1",
"moment-timezone": "^0.5.11",
"next": "^5.1.0",
"nprogress": "^0.2.0",
"opbeat": "^4.14.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-dropzone": "^4.0.0",
"react-emotion": "^8.0.9",
"react-input-mask": "^1.0.1",
"react-scoped-error-component": "^0.9.1",
"redbox-react": "^1.3.6",
"sitemap": "^1.12.0",
"svg4everybody": "^2.1.8",
"url-search-params": "^0.10.0",
"url-search-params-polyfill": "^2.0.0",
"velocity-animate": "^1.5.0",
"velocity-react": "^1.3.0"
},
"devDependencies": {
"@percy-io/react-percy-storybook": "^1.0.0",
"@storybook/addon-actions": "^3.2.12",
"@storybook/addon-storyshots": "^3.2.12",
"@storybook/react": "^3.2.12",
"@zeit/next-bundle-analyzer": "^0.1.1",
"apollo-codegen": "^0.18.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-jest": "^21.2.0",
"babel-plugin-emotion": "^8.0.9",
"babel-plugin-inline-import": "^2.0.6",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-inline-environment-variables": "^0.1.1",
"babel-preset-env": "^1.6.1",
"babel-watch": "^2.0.7",
"cheerio": "^0.22.0",
"codecov": "^2.1.0",
"del": "^3.0.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"enzyme-to-json": "^3.1.4",
"eslint": "^4.1.1",
"eslint-config-prettier": "^2.2.0",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^6.0.0",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-react": "^7.5.1",
"fake-xml-http-request": "^1.4.0",
"fetch-mock": "^5.9.4",
"flow-bin": "^0.61.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-ignore": "^2.0.2",
"gulp-plumber": "^1.1.0",
"gulp-svg-sprite": "^1.3.6",
"gulp-uglify": "^3.0.0",
"husky": "^0.14.1",
"jest": "^21.2.1",
"leaflet": "1.0.3",
"lint-staged": "^4.0.0",
"prettier": "^1.4.4",
"prompt": "^1.0.0",
"pump": "^2.0.0",
"react-proxy": "https://github.com/finneganh/react-proxy/releases/download/fix-get-calling/react-proxy-3.0.0-alpha.1.tgz",
"react-test-renderer": "^16.0.0",
"shelljs": "^0.8.1",
"svg-sprite": "^1.3.6",
"webpack-bundle-analyzer": "^2.3.0"
}
}