-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1013 Bytes
/
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
{
"name": "@setup-actions-demo/test-setup-node",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/setup-actions-demo/test-setup-node.git"
},
"scripts": {
"build": "vite build",
"start": "vite"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.4.21",
"vuetify": "^3.5.9",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vuepress/bundler-vite": "next",
"@vuepress/client": "next",
"@vuepress/theme-default": "next",
"prettier": "3.2.5",
"typescript": "^5.2.2",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.6",
"vue-tsc": "^2.0.29",
"vuepress": "next"
},
"description": "",
"bugs": {
"url": "https://github.com/setup-actions-demo/test-setup-node/issues"
},
"homepage": "https://github.com/setup-actions-demo/test-setup-node#readme",
"main": "index.js",
"author": "",
"license": "ISC"
}