-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.73 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.73 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
{
"name": "@json.ms/www",
"private": true,
"type": "module",
"version": "1.3.10",
"scripts": {
"dev": "vite --host",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix",
"setup-hooks": "cp .pre-commit .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit"
},
"dependencies": {
"@jsonms/js": "^1.0.7",
"@mdi/font": "7.4.47",
"@types/yamljs": "^0.2.34",
"@vueup/vue-quill": "^1.2.0",
"@yeger/vue-masonry-wall": "^5.0.18",
"ace-builds": "^1.39.0",
"core-js": "^3.37.1",
"easymde": "^2.20.0",
"highlight.js": "^11.11.1",
"jszip": "^3.10.1",
"marked": "^15.0.7",
"pinia": "^3.0.1",
"roboto-fontface": "*",
"ts-deepmerge": "^6.2.1",
"vue": "^3.4.31",
"vue3-ace-editor": "^2.2.4",
"vue3-easymde": "^1.0.1",
"vue3-hotkey": "^1.0.6",
"vuedraggable": "^4.1.0",
"vuetify": "^3.10.7",
"yaml": "^2.7.0"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.13.8",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"npm-run-all2": "^7.0.1",
"sass": "1.77.8",
"sass-embedded": "^1.77.8",
"typescript": "~5.6.3",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.27.2",
"unplugin-vue-router": "^0.10.0",
"vite": "^5.4.10",
"vite-plugin-vuetify": "^2.0.3",
"vite-string-plugin": "^1.4.4",
"vue-router": "^4.4.0",
"vue-tsc": "^2.1.10"
}
}