-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "DevConferences",
"description": "DevConferences - version 2",
"version": "0.0.2",
"main": "src/main/resources/app/_js/app.js",
"dependencies": {
"async": "1.5.2",
"axios": "0.11.1",
"babel-runtime": "^5.8.38",
"cheerio": "0.20.0",
"jquery": "2.2.4",
"jsonfile": "2.3.1",
"moment": "2.13.0",
"openlayers" : "3.16.0",
"react": "15.1.0",
"react-bootstrap": "0.29.4",
"react-document-title": "2.0.2",
"react-dom": "15.1.0",
"react-router": "2.4.1",
"react-tap-event-plugin": "1.0.0",
"request": "2.72.0",
"underscore": "1.8.3"
},
"devDependencies": {
"babel": "^5.8.38",
"babel-core": "^5.8.38",
"babel-loader": "^5.4",
"node-libs-browser": "^0.5.2",
"react-hot-loader": "^1.2.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"build": "webpack -p --colors",
"build-dev": "webpack -d --colors",
"dev": "webpack-dev-server --colors --content-base src/main/resources/app",
"start": "webpack --watch --colors -d"
}
}