-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.63 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
{
"name": "deadlock-webui",
"version": "0.0.1",
"url": "https://github.com/fmfi-svt-deadlock/webui/",
"description": "The Deadlock web interface for rule management and status monitoring.",
"dependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "~0.23.1",
"es6-promise": "^3.1.2",
"express": "^4.13.3",
"flux": "^2.1.1",
"json-loader": "^0.5.4",
"node-sass": "~3.4.2",
"normalize.css": "^4.1.1",
"react": "~15.0.1",
"react-dom": "^15.0.1",
"react-hot-loader": "^1.3.0",
"react-icons": "^2.0.1",
"react-intl": "^2.1.1",
"react-redux": "^4.4.5",
"react-router": "^2.3.0",
"react-router-redux": "^4.0.2",
"redux": "^3.5.1",
"redux-actions": "^0.9.1",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"sass-loader": "~3.2.0",
"style-loader": "~0.13.0",
"svg-url-loader": "^1.0.3",
"webpack": "~1.13.0",
"webpack-zepto": "0.0.1",
"yaml-loader": "^0.2.0"
},
"devDependencies": {
"eslint": "^2.8.0",
"eslint-plugin-react": "^5.0.1",
"webpack-dev-server": "~1.14.0"
},
"repository": {
"type": "git",
"url": "git://github.com/fmfi-svt-deadlock/webui.git"
},
"scripts": {
"start": "$(npm bin)/webpack-dev-server --inline --hot --content-base public/ --history-api-fallback",
"build": "$(npm bin)/webpack --colors --progress"
},
"author": "Kamila Součková <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fmfi-svt-deadlock/webui/issues"
}
}