-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "gtfs.html",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack -p --progress",
"server": "webpack && node dist/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"webpack": "^4.0.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"worker-loader": "^2.0.0"
},
"dependencies": {
"express": "^4.16.3",
"file-saver": "^1.3.8",
"javascript-natural-sort": "^0.7.1",
"jszip": "^3.1.5",
"localforage": "^1.7.2",
"lodash": "^4.17.11",
"papaparse": "^4.6.1",
"promise": "^8.0.2",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-dropzone": "^3.13.4",
"react-redux": "^4.4.9",
"redux": "^3.7.2",
"redux-thunk": "^2.3.0",
"ws": "^3.3.3"
}
}