-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
61 lines (61 loc) · 1.73 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
{
"name": "FunctionsUI",
"description": "Functions UI",
"version": "0.0.39",
"private": true,
"scripts": {
"start": "node server",
"lint": "./node_modules/.bin/eslint .",
"test": "./node_modules/.bin/mocha test/test_*.js",
"test-integration": "./node_modules/.bin/mocha test_integration/test_*.js"
},
"dependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"babel-runtime": "^6.26.0",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"chart.js": "^2.6.0",
"config-logger": "0.0.4",
"css-loader": "^0.23.1",
"expose-loader": "^0.7.1",
"express": "~4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"font-awesome": "^4.7.0",
"jquery": "^3.1.0",
"lodash": "^4.13.1",
"normalize-css": "^2.3.1",
"postcss-cssnext": "^2.7.0",
"postcss-font-magician": "^1.4.0",
"postcss-fontpath": "^0.3.0",
"postcss-hexrgba": "^0.2.0",
"postcss-import": "^8.1.2",
"postcss-loader": "^0.9.1",
"postcss-url": "^5.1.2",
"request": "^2.72.0",
"style-loader": "^0.13.0",
"stylelint": "^7.1.0",
"stylelint-loader": "^6.2.0",
"url-loader": "^0.5.7",
"vue": "^2.1.6",
"vue-chartjs": "^2.8.2",
"vue-loader": "^10.0.2",
"vue-router": "^2.1.1",
"vue-template-compiler": "^2.0.0",
"webpack": "^1.14.0"
},
"devDependencies": {
"assert": "^2.0.0",
"eslint": "^5.16.0",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-vue": "^5.2.2",
"mocha": "^6.1.4",
"randomstring": "^1.1.5",
"selenium-webdriver": "^4.0.0-alpha.1",
"yaml": "^1.5.1"
}
}