-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.88 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.88 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
{
"name": "diablo",
"version": "0.1.0",
"scripts": {
"build-vue": "vite build --outDir='dist/static'",
"lint-vue": "eslint .",
"lint-vue-fix": "eslint . --fix",
"serve-vue": "vite --host --strictPort"
},
"dependencies": {
"@mdi/font": "7.4.47",
"@mdi/js": "7.4.47",
"@tiptap/extension-link": "2.26.4",
"@tiptap/extension-placeholder": "2.26.4",
"@tiptap/extension-underline": "2.26.4",
"@tiptap/pm": "2.26.4",
"@tiptap/starter-kit": "2.26.4",
"@tiptap/vue-3": "2.26.4",
"axios": "1.12.2",
"core-js": "3.46.0",
"js-file-download": "0.4.12",
"lodash": "4.17.21",
"luxon": "3.7.2",
"mitt": "3.0.1",
"pinia": "3.0.3",
"v-calendar": "3.1.2",
"v-wave": "3.0.4",
"vue": "3.5.22",
"vue-router": "4.6.3",
"vuetify": "3.10.7"
},
"devDependencies": {
"@eslint/compat": "^1.3.2",
"@types/lodash": "^4.17.20",
"@types/luxon": "^3.7.1",
"@types/node": "^24.5.1",
"@typescript-eslint/parser": "^8.46.2",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-typescript": "^14.6.0",
"deepmerge": "^4.3.1",
"eslint": "^9.38.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-no-loops": "^0.4.0",
"eslint-plugin-unicorn": "^61.0.2",
"eslint-plugin-vue": "^10.5.1",
"eslint-plugin-vue-scoped-css": "^2.12.0",
"eslint-plugin-xss": "^0.1.12",
"eslint-utils": "^3.0.0",
"globals": "^16.4.0",
"sass": "^1.92.1",
"sass-embedded": "^1.92.1",
"shell-quote": "^1.8.3",
"shelljs": "^0.10.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.12",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vuetify": "^2.1.2",
"vue-eslint-parser": "^10.2.0"
},
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "git://github.com/ets-berkeley-edu/diablo.git"
},
"type": "module"
}