-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
131 lines (131 loc) · 4.04 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
{
"name": "capital-planning-platform",
"version": "1.0.0",
"engines": {
"node": "^16.20.1",
"npm": "5.6.x"
},
"description": "A Single Page Application(SPA) for the various front-end map and data tools produced by the NYC DCP Capital Planning Team",
"main": "index.js",
"scripts": {
"start": "node ./bin/www",
"devserve": "webpack-dev-server --config webpack.dev.config.js --hot --progress --colors --history-api-fallback --inline --content-base public/",
"probuild": "NODE_ENV=production webpack -p --config webpack.config.js --progress --colors",
"generate-totalcounts": "./node_modules/.bin/babel-node scripts/totalcounts.js",
"postinstall": "npm run probuild",
"test": "jest --watch --verbose --coverage",
"test-debugger": "node --debug-brk ./node_modules/.bin/jest --runInBand",
"lint": "eslint --ext .jsx --ext .js app/"
},
"author": "",
"license": "ISC",
"dependencies": {
"@turf/circle": "^6.0.0",
"auth0-js": "^9.13.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.1",
"babel-jest": "^20.0.0",
"babel-loader": "^7.1.2",
"babel-plugin-es6-promise": "^1.1.1",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"chai": "^3.5.0",
"chroma-js": "^1.2.2",
"classnames": "^2.2.5",
"compression": "^1.6.2",
"convert-units": "^2.3.1",
"css-loader": "^0.28.0",
"dotenv-webpack": "^1.4.3",
"es6-promise": "^4.0.5",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-loader": "^1.6.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": " ^5.0.3",
"eslint-plugin-react": "^7.0.1",
"eslint-plugin-standard": "^3.0.1",
"express": "^4.14.1",
"express-spa": "0.0.2",
"extract-text-webpack-plugin": "^3.0.2",
"fast-deep-equal": "^1.0.0",
"fixed-data-table": "^0.6.3",
"flux": "^3.1.2",
"has-flag": "^2.0.0",
"html-webpack-plugin": "^2.29.0",
"jest": "^20.0.0",
"jest-cli": "^20.0.0",
"jquery": "^3.2.1",
"json-schema-traverse": "^0.3.1",
"jwt-decode": "^2.1.0",
"lodash": "^4.17.4",
"mapbox-gl": "^0.41.0",
"material-ui": "^0.18.0",
"mocha": "^3.1.2",
"moment": "^2.19.4",
"mustache": "^2.3.0",
"nock": "^9.0.13",
"npmlog": "^4.1.2",
"numeral": "^2.0.6",
"postcss-loader": "^1.3.1",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-addons-css-transition-group": "^15.4.1",
"react-autosuggest": "^9.0.0",
"react-bootstrap": "^0.31.0",
"react-datagrid": "^2.1.1",
"react-dimensions": "^1.3.0",
"react-dnd": "^2.2.3",
"react-dnd-html5-backend": "^2.2.3",
"react-dom": "^15.4.2",
"react-ga": "^2.4.1",
"react-ga4": "^1.4.1",
"react-hot-loader": "^1.3.0",
"react-image-gallery": "^0.8.6",
"react-redux": "^5.0.5",
"react-reformed": "^1.1.0",
"react-router": "^3.0.2",
"react-select": "^1.0.0-rc.3",
"react-tap-event-plugin": "^2.0.0",
"react-test-renderer": "^15.5.4",
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"regenerator-runtime": "^0.10.3",
"request": "^2.83.0",
"sass": "^1.64.2",
"sass-loader": "^7.3.1",
"style-loader": "^0.17.0",
"turf-centroid": "^3.0.12",
"turf-extent": "^1.0.4",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.9.7"
},
"resolutions": {
"handlebars": "^4.7.7",
"macaddress": "^0.2.9",
"growl": "^1.10.0"
},
"babel": {
"presets": [
"es2015",
"react",
"transform-class-properties"
]
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NYCPlanning/capital-planning-platform.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/NYCPlanning/capital-planning-platform/issues"
},
"homepage": "https://github.com/NYCPlanning/capital-planning-platform#readme"
}