-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 866 Bytes
/
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
{
"name": "osm-api-explorer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"development": "webpack --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"app-root-path": "^2.0.1",
"axios": "^0.16.1",
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.13.4",
"jade": "~1.11.0",
"moment": "^2.18.1",
"morgan": "~1.7.0",
"react": "^15.5.4",
"react-ace": "^5.0.1",
"react-dom": "^15.5.4",
"react-loading": "^0.1.4",
"request": "^2.83.0",
"serve-favicon": "~2.3.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"webpack": "^2.6.0",
"webpack-dev-server": "^2.4.5"
}
}