-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
74 lines (74 loc) · 2.25 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
{
"name": "cdash",
"version": "3.6.2",
"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",
"eslint": "eslint \"**/*.js\" \"**/*.vue\"",
"eslint:fix": "eslint --fix \"**/*.js\" \"**/*.vue\""
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@vue/apollo-components": "^4.0.0",
"@vue/apollo-composable": "^4.2.1",
"@vue/apollo-option": "^4.2.0",
"angular": "^1.8.0",
"angular-animate": "^1.4.7",
"angular-ui-bootstrap": "^2.0.0",
"angular-ui-sortable": "^0.14.3",
"ansi_up": "^3.0.0",
"as-jqplot": "^1.0.8",
"autoprefixer": "^10.4.20",
"axios": "^1.7",
"bootstrap": "^4.6.2",
"d3": "^3.5.17",
"daisyui": "^4.12.14",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.30.0",
"flot": "^4.2.6",
"git-revision-webpack-plugin": "^5.0.0",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"jquery": "^3.7",
"jquery-ui-dist": "^1.13.3",
"jquery.cookie": "^1.4.1",
"laravel-mix": "^6.0.49",
"luxon": "^3.5.0",
"ng-file-upload": "^12.0.4",
"nvd3": "^1.8.5",
"resolve-url-loader": "^5.0.0",
"sass": "^1.80.5",
"sass-loader": "^16.0.3",
"tailwindcss": "^3.4.14",
"tiny-emitter": "^2.1.0",
"vue": "^3.5.12",
"vue-loader": "^17.4.2",
"vuedraggable": "^4.1.0",
"webpack": "^5.96.1"
},
"devDependencies": {
"@vue/test-utils": "^2.4.6",
"@vue/vue3-jest": "^29.2.6",
"axios-mock-adapter": "^2.1.0",
"babel-core": "^7.0.0-bridge.0",
"cypress": "13.15.1",
"expect": "^29.7.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.42"
}
}