forked from learnopx/ops-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.58 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "ops-webui",
"version": "1.0.1",
"description": "OpenSwitch Web UI",
"main": "index.js",
"engines": {
"node": "4.1.1",
"npm": "2.14.4"
},
"scripts": {
"build": "webpack",
"buildprod": "NODE_ENV=production webpack -p",
"dev": "webpack-dev-server",
"test": "karma start karma.config.js --single-run",
"testwatch": "karma start karma.config.js",
"testcover": "karma start karma.config.js --single-run --usePostLoaders",
"testcoverwatch": "karma start karma.config.js --usePostLoaders",
"errorpages": "make -C errors"
},
"author": "Frank Wood",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"async": "1.5.2",
"classnames": "2.2.3",
"element-resize-event": "2.0.4",
"fixed-data-table-2": "0.7.1",
"grommet": "0.5.3",
"history": "1.17.0",
"lodash": "3.10.1",
"multi-integer-range": "1.4.3",
"react": "0.14.6",
"react-addons-css-transition-group": "0.14.6",
"react-breadcrumbs": "1.3.5",
"react-dom": "0.14.6",
"react-redux": "4.0.6",
"react-router": "1.0.3",
"react-timeago": "2.2.1",
"redux": "3.0.5",
"redux-logger": "2.3.1",
"redux-thunk": "1.0.3",
"superagent": "1.6.1",
"superagent-defaults": "0.1.14"
},
"devDependencies": {
"babel-core": "6.3.26",
"babel-eslint": "4.1.6",
"babel-loader": "6.2.1",
"babel-plugin-syntax-trailing-function-commas": "6.3.13",
"babel-plugin-transform-class-properties": "6.4.0",
"babel-plugin-transform-object-rest-spread": "6.3.13",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"clean-css": "^3.4.10",
"copy-webpack-plugin": "0.3.3",
"css-loader": "0.23.1",
"dr-webfont-inliner": "^0.4.1",
"eslint": "1.10.3",
"eslint-loader": "1.2.0",
"eslint-plugin-react": "3.14.0",
"file-loader": "0.8.5",
"handlebars": "^2.0.0-alpha.2",
"istanbul": "0.4.1",
"istanbul-instrumenter-loader": "0.1.3",
"jasmine-core": "2.4.1",
"karma": "0.13.19",
"karma-coverage": "0.5.3",
"karma-jasmine": "0.3.6",
"karma-mocha-reporter": "1.1.5",
"karma-phantomjs-launcher": "0.2.3",
"karma-phantomjs-shim": "1.2.0",
"karma-sourcemap-loader": "0.3.6",
"karma-webpack": "1.7.0",
"metalsmith": "^1.0.0",
"metalsmith-layouts": "^1.4.1",
"metalsmith-markdown": "^0.2.1",
"node-sass": "3.4.2",
"phantomjs": "1.9.19",
"react-addons-test-utils": "0.14.6",
"sass-loader": "3.1.2",
"style-loader": "0.13.0",
"superagent-mock": "1.10.0",
"webpack": "1.12.10",
"webpack-dev-server": "1.14.0"
}
}