-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
85 lines (85 loc) · 2.18 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "putongoj-fe",
"version": "2.1.0-beta.13",
"private": true,
"author": "Kerminate <[email protected]>",
"contributors": [
{
"name": "lazzzis",
"url": "https://github.com/lazzzis"
},
{
"name": "Kerminate",
"url": "https://github.com/Kerminate"
}
],
"engines": {
"node": ">= 12.0.0",
"npm": ">= 6.0.0"
},
"scripts": {
"start": "npm run dev",
"unit": "jest --config test/unit/jest.conf.js --coverage",
"e2e": "node test/e2e/runner.js",
"test": "npm run unit && npm run e2e",
"lint": "eslint ./src --fix",
"zip": "node build/zip.js",
"dev": "vite",
"build": "vite build",
"preview-vite": "vite preview"
},
"dependencies": {
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-vue": "^2.3.3",
"axios": "^0.27.2",
"pinia": "^2.0.16",
"rollup": "^2.76.0",
"url-join": "^4.0.1",
"view-ui-plus": "^1.3.1",
"vue": "3.3.13",
"vue-router": "^4.1.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.6",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@types/lodash.pickby": "^4.6.7",
"@types/url-join": "^4.0.1",
"@vueup/vue-quill": "1.0.0-beta.8",
"@vueuse/core": "^8.9.2",
"cross-spawn": "^5.1.0",
"date-fns": "^2.28.0",
"echarts": "^5.3.3",
"eslint": "^8.56.0",
"eslint-plugin-html": "^6.2.0",
"highlight.js": "^11.5.1",
"html-escaper": "^3.0.3",
"jest": "^21.2.1",
"jest-serializer-vue": "^0.3.0",
"less": "2.7.3",
"lodash.isempty": "^4.4.0",
"lodash.pick": "^4.4.0",
"lodash.pickby": "^4.6.0",
"only": "^0.0.2",
"quill": "^1.3.7",
"quill-image-uploader": "^1.2.2",
"rollup-plugin-visualizer": "^5.6.0",
"selenium-server": "^3.141.59",
"shelljs": "^0.7.8",
"stylus": "^0.58.1",
"typescript": "^4.7.4",
"vite": "2.9.14",
"vite-plugin-compression": "^0.4.0",
"vite-plugin-env-compatible": "^1.1.1",
"vite-plugin-html": "^2.1.2",
"vite-plugin-import": "^0.4.0",
"vue-echarts": "^6.2.3",
"vue-i18n": "^9.1.10",
"vuedraggable": "^4.1.0",
"zip-folder": "^1.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}