-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.53 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "vue-top-com",
"description": "Load vuejs components from json in production mode dynamically.",
"version": "0.3.1",
"homepage": "https://wxs77577.github.io/vue-top-com/",
"keywords": [
"vue.js",
"vuejs",
"json component",
"low-code"
],
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"build:site": "vite build -c vite.config.site.ts",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wxs77577/vue-top-com"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "src",
"devDependencies": {
"@types/node": "^18.14.2",
"@unocss/runtime": "^0.50.6",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/compiler-core": "^3.2.47",
"@vue/compiler-dom": "^3.2.47",
"@vue/compiler-sfc": "^3.2.47",
"@vue/tsconfig": "^0.1.3",
"cz-conventional-changelog": "^3.3.0",
"element-plus": "^2.3.1",
"npm-run-all": "^4.1.5",
"rollup-plugin-analyzer": "^4.0.0",
"typescript": "~4.8.4",
"vite": "^4.1.4",
"vitepress": "1.0.0-alpha.64",
"vue": "^3.2.47",
"vue-tsc": "^1.2.0"
},
"dependencies": {
"map-obj": "^5.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}