-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 912 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
{
"name": "sfc-playground",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vueComponent/sfc-playground.git"
},
"keywords": [],
"author": "Amour1688",
"license": "MIT",
"bugs": {
"url": "https://github.com/vueComponent/sfc-playground/issues"
},
"homepage": "https://github.com/vueComponent/sfc-playground#readme",
"dependencies": {
"@vue/repl": "1.3.0",
"ant-design-vue": "3.2.9",
"compare-versions": "4.1.3",
"vue": "3.2.37"
},
"devDependencies": {
"@types/node": "18.0.0",
"@vitejs/plugin-vue": "2.3.3",
"@vue/runtime-core": "3.2.37",
"cross-env": "^7.0.3",
"eslint": "8.18.0",
"typescript": "4.7.4",
"vite": "2.9.13"
}
}