-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "eventfood",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "mvn clean jetty:run",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/niculistana/eventfood.git"
},
"dependencies": {
"bootstrap": "^4.0.0-alpha.5",
"css-loader": "^0.26.1",
"mobx": "^3.1.0",
"mobx-react": "^4.1.0",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-transition-group": "^15.4.2",
"react-dom": "^15.4.2",
"react-hot-loader": "^3.0.0-beta.2",
"style-loader": "^0.13.1"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"connect": "^3.5.0",
"html-webpack-plugin": "^2.26.0",
"html-webpack-template": "^6.0.0",
"node-sass": "^4.5.0",
"sass-loader": "^5.0.1",
"serve-static": "^1.11.1",
"webpack": "^1.14.0"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/niculistana/eventfood/issues"
},
"homepage": "https://github.com/niculistana/eventfood#readme"
}