-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.36 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.36 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "cdash",
"description": "Continuous integration dashboard.",
"repository": "https://github.com/Kitware/CDash",
"license": "BSD-3-Clause",
"scripts": {
"test": "jest",
"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.13.9",
"@codemirror/state": "^6.5.4",
"@codemirror/view": "^6.39.15",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-regular-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/vue-fontawesome": "^3.1.3",
"@vue/apollo-components": "^4.2.2",
"@vue/apollo-composable": "^4.2.2",
"@vue/apollo-option": "^4.2.2",
"angular": "^1.8.0",
"angular-animate": "^1.4.7",
"angular-ui-bootstrap": "^2.0.0",
"angular-ui-sortable": "^0.14.3",
"ansi_up": "^6.0.6",
"as-jqplot": "^1.0.8",
"autoprefixer": "^10.4.24",
"axios": "^1.13",
"bootstrap": "^4.6.2",
"d3": "^3.5.17",
"daisyui": "^4.12.23",
"echarts": "^6.0.0",
"flot": "^4.2.6",
"graphql": "^16.12.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.7.2",
"nvd3": "^1.8.5",
"resolve-url-loader": "^5.0.0",
"sass": "^1.97.3",
"sass-loader": "^16.0.7",
"tailwindcss": "^3.4.17",
"tiny-emitter": "^2.1.0",
"vue": "^3.5.28",
"vue-echarts": "^8.0.1",
"vue-loader": "^17.4.2",
"vuedraggable": "^4.1.0",
"webpack": "^5.105.2"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@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": "14.5.3",
"eslint": "^9.39.2",
"eslint-plugin-cypress": "^6.1.0",
"eslint-plugin-jest": "^29.15.0",
"eslint-plugin-vue": "^10.8.0",
"expect": "^30.2.0",
"globals": "^17.3.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.2.0",
"postcss": "^8.5.6"
}
}