generated from uw-it-aca/django-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.95 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
{
"name": "compass",
"type": "module",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "vite build",
"watch": "vite build --watch --mode development",
"test": "vitest --environment jsdom",
"coverage": "vitest run --coverage",
"eslint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .gitignore",
"stylelint": "stylelint '**/*.{vue,scss}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uw-it-aca/compass.git"
},
"author": "University of Washington IT - AXDD",
"license": "ISC",
"bugs": {
"url": "https://github.com/uw-it-aca/compass/issues"
},
"homepage": "https://github.com/uw-it-aca/compass#readme",
"dependencies": {
"@popperjs/core": "^2.11.6",
"axios": "^0.27.2",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"bootstrap-vue-next": "^0.24.23",
"chart.js": "^4.4.3",
"dayjs": "^1.11.6",
"i": "^0.3.7",
"jquery": "^3.6.1",
"npm": "^9.6.7",
"pinia": "^2.0.26",
"regenerator-runtime": "^0.13.11",
"solstice-theme": "github:uw-it-aca/solstice-theme#1.0.1",
"solstice-vue": "github:uw-it-aca/solstice-vue#1.1.1",
"vue": "^3.2.45",
"vue-chartjs": "^5.3.1",
"vue-gtag-next": "^1.14.0",
"vue-router": "^4.1.6",
"vue3-cookies": "^1.0.6",
"vue3-mq": "^3.1.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vitest/coverage-v8": "^0.34.6",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/test-utils": "^2.2.4",
"eslint": "^8.28.0",
"eslint-plugin-vue": "^9.7.0",
"jsdom": "^20.0.3",
"postcss-html": "^1.5.0",
"prettier": "^2.8.0",
"sass": "^1.56.1",
"stylelint": "^14.15.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard-scss": "^3.0.0",
"vite": "^4.4.8",
"vitest": "^0.34.6"
}
}