-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2 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
59
60
61
62
63
64
65
66
67
{
"name": "vite-project",
"version": "0.0.4",
"author": "周凯 <851708184@qq.com>",
"scripts": {
"dev": "vite",
"build": "cross-env NODE_ENV=production && vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
},
"dependencies": {
"@element-plus/icons": "^0.0.11",
"@element-plus/icons-vue": "^2.0.10",
"axios": "^0.26.1",
"clipboard": "^2.0.11",
"codemirror": "^5.65.2",
"cross-spawn": "^7.0.3",
"dayjs": "^1.11.2",
"diff": "^5.1.0",
"element-plus": "^2.2.32",
"highlight.js": "^11.5.1",
"js-base64": "^3.7.2",
"js-beautify": "^1.14.7",
"json-to-ts": "^1.7.0",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
"prettier": "^3.3.3",
"uuid": "^8.3.2",
"vue": "^3.2.36",
"vue-clipboard3": "^2.0.0",
"vue-json-pretty": "^2.2.3",
"vue-router": "^4.0.15",
"vuex": "^4.0.2"
},
"devDependencies": {
"@eslint/js": "^9.11.0",
"@types/codemirror": "^5.60.5",
"@types/diff": "^5.0.3",
"@types/js-beautify": "^1.13.3",
"@types/localforage": "^0.0.34",
"@types/lodash-es": "^4.17.6",
"@types/md5": "^2.3.2",
"@types/node": "^16.11.27",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.33",
"autoprefixer": "^10.4.15",
"cross-env": "^7.0.3",
"eslint": "^8.31.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.9.0",
"less": "^4.1.2",
"postcss": "^8.4.29",
"prettier-eslint": "^16.3.0",
"tailwindcss": "^3.3.3",
"typescript": "^4.6.3",
"typescript-eslint": "^8.6.0",
"unplugin-auto-import": "^0.6.9",
"unplugin-vue-components": "^0.18.5",
"vite": "^2.9.5",
"vue-tsc": "^0.33.9",
"zk-front-tools": "^1.1.3"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}