-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1 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
{
"name": "scaffolding-portal",
"author": "jane",
"private": true,
"version": "0.0.0",
"engines": {
"node": "20"
},
"type": "module",
"scripts": {
"dev": "vite --host --port 3000",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ownego/polaris-vue": "^2.1.26",
"json-editor-vue": "^0.17.3",
"vue": "3.5.12",
"vue-router": "4.4.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "1.10.4",
"@stylistic/eslint-plugin-js": "2.9.0",
"@types/node": "^22.8.4",
"@vitejs/plugin-vue": "5.1.4",
"@volar/vue-language-plugin-pug": "^1.6.5",
"@vue/eslint-config-typescript": "14.1.3",
"@vue/language-plugin-pug": "2.1.8",
"eslint": "9.13.0",
"eslint-plugin-import-newlines": "1.4.0",
"eslint-plugin-vue": "9.30.0",
"eslint-plugin-vue-pug": "0.6.2",
"pug": "3.0.3",
"sass": "1.80.5",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-svg-loader": "5.1.0",
"vue-tsc": "2.1.8"
}
}