forked from Kitware/CDash
-
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.71 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.71 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": "cdash",
"version": "3.1.0",
"description": "Continuous integration dashboard.",
"repository": "https://github.com/Kitware/CDash",
"license": "BSD-3-Clause",
"scripts": {
"test": "jest tests/Spec/*.spec.js tests/Spec/**/*.spec.js",
"development": "mix",
"dev": "npm run development",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"dependencies": {
"angular": "^1.8.0",
"angular-animate": "^1.4.7",
"angular-clipboard": "^1.5.0",
"angular-ui-bootstrap": "^2.0.0",
"angular-ui-sortable": "^0.14.3",
"ansi_up": "^3.0.0",
"as-jqplot": "^1.0.8",
"axios": "^0.21",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.21.2",
"cross-env": "^5.1",
"d3": "^3.5.17",
"del": "^2.2.0",
"eslint": "^7.25.0",
"eslint-plugin-vue": "^7.9.0",
"eslint-webpack-plugin": "^2.5.4",
"git-revision-webpack-plugin": "^3.0.6",
"laravel-mix": "^6.0.41",
"ng-file-upload": "^12.0.4",
"nvd3": "^1.8.5",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"v-tooltip": "^2.0.3",
"vue": "^2.6.11",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.10",
"vuedraggable": "^2.24.3",
"webpack": "^5.35.0"
},
"devDependencies": {
"@vue/test-utils": "^1.1.4",
"axios-mock-adapter": "^1.17.0",
"babel-core": "^7.0.0-bridge.0",
"expect": "^27.3.1",
"jest": "^27.3.1",
"jquery": "^3.5",
"moment": "^2.29.2",
"postcss": "^8.3.5",
"protractor": "^7.0.0",
"resolve-url-loader": "^5.0.0",
"vue-jest": "^3.0.7"
}
}