-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.02 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.02 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
{
"name": "tiny-vue-web-doc",
"version": "1.0.0",
"description": "website of TinyVue",
"main": "index.js",
"type": "module",
"scripts": {
"pre": "node preSites.js && node releaseAlpha.js",
"build": "pnpm -F @opentinyvue/vue-docs build",
"dev": "pnpm -F @opentinyvue/vue-docs start"
},
"keywords": [],
"author": "",
"dependencies": {
"@opentinyvue/vue-docs": "^3.29.0",
"fs-extra": "^11.2.0",
"@opentinyvue/vue-locale": "^3.29.0",
"@opentinyvue/vue-input": "^3.29.0",
"@opentinyvue/utils": "^3.29.0",
"@opentinyvue/vue-hooks": "^3.29.0",
"@opentinyvue/vue-renderless": "^3.29.0",
"@opentinyvue/vue-flowchart": "^3.29.0",
"@opentinyvue/vue-fluent-editor": "^3.29.0",
"@opentinyvue/vue-modal": "^3.29.0",
"postcss-nesting": "^13.0.2",
"echarts": "5.4.1",
"echarts-liquidfill": "3.1.0",
"echarts-wordcloud": "2.0.0"
},
"devDependencies": {
"@types/shelljs": "^0.8.6",
"shelljs": "^0.8.4"
},
"license": "ISC"
}