-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.92 KB
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": "webcom-dashboard",
"private": true,
"version": "0.0.0",
"description": "An iot dashboard based on webcom",
"repository": "https://github.com/webcom-components/iot-dashboard.git",
"license": "MIT",
"main": "server.js",
"devDependencies": {
"config-multipaas": "^0.2.2",
"css-loader": "^0.28.5",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.1",
"finalhandler": "^0.4.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.8",
"karma-junit-reporter": "^0.4.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"protractor": "^4.0.9",
"router": "^1.1.4",
"send": "^0.13.2",
"serve-static": "^1.10.2",
"style-loader": "=0.17.0",
"url-loader": "^0.5.8",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"scripts": {
"_postinstall": "./node_modules/.bin/webpack -p",
"build": "./node_modules/.bin/webpack -p",
"update-deps": "npm update",
"prestart": "npm install --only=dev && ./node_modules/.bin/webpack -p",
"dev": "npm install && ./node_modules/.bin/webpack-dev-server",
"_pretest": "npm install",
"test": "karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run"
},
"dependencies": {
"angular": "^1.6.6",
"angular-cookies": "^1.6.4",
"angular-datatables": "^4.2.0",
"angular-loader": "^1.6.6",
"angular-messages": "^1.6.4",
"angular-mocks": "^1.6.4",
"angular-route": "^1.6.4",
"angular-sanitize": "^1.6.4",
"angular-translate": "~2.15.1",
"angular-translate-loader-static-files": "^2.15.1",
"angular-translate-loader-url": "^2.15.1",
"bootstrap": "^3.3.7",
"ng-dialog": "^1.4.0",
"font-awesome": "^4.7.0",
"jquery": "3.3.1",
"webcom": "^1.3.2"
}
}