-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.55 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
{
"name": "ovirt-dashboard-ui-plugin",
"version": "0.0.1",
"description": "oVirt UI plugin that gives overview of the environment and its specific objects.",
"keywords": [
"dashboard",
"ovirt"
],
"homepage": "https://github.com/vojtechszocs/ovirt-dashboard-ui-plugin#readme",
"bugs": {
"url": "https://github.com/vojtechszocs/ovirt-dashboard-ui-plugin/issues"
},
"license": "Apache-2.0",
"author": "",
"repository": {
"type": "git",
"url": "git://github.com/vojtechszocs/ovirt-dashboard-ui-plugin.git"
},
"scripts": {
"build": "npm run test && NODE_ENV=production webpack -p --progress",
"dev": "webpack -d --progress --watch",
"test": "eslint src --ext js,jsx"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"bootstrap": "^3.3.6",
"c3": "^0.4.10",
"classnames": "^2.2.3",
"clean-webpack-plugin": "^0.1.8",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.1",
"d3": "^3.5.16",
"eslint": "^2.7.0",
"eslint-config-standard": "^5.1.0",
"eslint-config-standard-jsx": "^1.1.1",
"eslint-config-standard-react": "^2.3.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-react": "^4.3.0",
"eslint-plugin-standard": "^1.3.2",
"file-loader": "^0.8.5",
"jquery": "^2.2.3",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}