path:
/package.json
622 B | plain
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
{
"name": "domsonic",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^11.1.0",
"lodash-es": "^4.17.21",
"pinia": "^3.0.4",
"ts-md5": "^2.0.1",
"vue": "3.6.0-beta.9",
"vue-router": "^4.3.3",
"vue-tsc": "^3.2.9",
"vue-vine-tsc": "^1.7.27"
},
"devDependencies": {
"@vue/tsconfig": "^0.9.1",
"sass": "^1.98.0",
"typescript": "^6.0.2",
"vite": "^8.0.3",
"vite-plugin-checker": "^0.12.0",
"vue-vine": "^1.7.27"
}
}