-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.43 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
{
"name": "OCCInterface",
"version": "1.0.0",
"description": "OCCI client app",
"scripts": {
"build": "webpack --config ./webpack.prod.config.js --progress --colors",
"start": "node server.js",
"lint": "eslint src",
"dev": "webpack-dashboard -- node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/occiware/OCCInterface.git"
},
"keywords": [
"react",
"reactjs",
"boilerplate",
"hot",
"reload",
"hmr",
"live",
"edit",
"webpack"
],
"author": "Romain Mathonat <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.3.1",
"eslint-plugin-react": "^6.1.2",
"react-hot-loader": "^1.3.0",
"webpack-dashboard": "^0.1.7",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"babel-core": "^6.0.20",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"webpack": "^1.12.2",
"webpack-dev-server": ">=1.12.2 <=1.14.1",
"express": "^4.14.0",
"express-http-proxy": "^0.9.0",
"express-session": "^1.14.0",
"html-loader": "^0.4.3",
"marked": "^0.3.5",
"querystring": "^0.2.0",
"raw-loader": "^0.5.1",
"react": ">=15.3.0 <15.4.0",
"react-dom": ">=15.3.0 <15.4.0",
"react-redux": "^4.4.5",
"react-router": "^2.5.2",
"redux": "^3.5.2"
}
}