-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.26 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
{
"name": "vue-lib-scaffold",
"version": "0.0.0",
"description": "Vue 3 library simple scaffolding",
"author": "juzser",
"keywords": [
"vue",
"scaffolding",
"library",
"vue3",
"vue3-library"
],
"files": [
"dist",
"package.json",
"volar.d.ts",
"LICENSE",
"README.md"
],
"type": "module",
"types": "./dist/types/src/vue-lib-scaffold.d.ts",
"main": "./dist/vue-lib-scaffold.umd.js",
"module": "./dist/vue-lib-scaffold.es.js",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"@volar/vue-language-plugin-pug": "^1.0.11",
"eslint": "^8.29.0",
"eslint-plugin-vue": "^9.8.0",
"path": "^0.12.7",
"sass": "^1.56.1",
"typescript": "^4.6.4",
"vite": "^3.2.3",
"vite-plugin-dts": "^1.7.1",
"vite-svg-loader": "^3.6.0",
"vue": "^3.2.31",
"vue-tsc": "^1.0.9"
},
"peerDependencies": {
"vue": "^3.2.31"
},
"repository": {
"type": "git",
"url": "https://github.com/juzser/vue-lib-scaffold"
},
"bugs": {
"url": "https://github.com/juzser/vue-lib-scaffold/issues"
},
"homepage": "https://github.com/juzser/vue-lib-scaffold#readme",
"license": "MIT"
}