package.json
2.13 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "thingskit-configuration",
"type": "module",
"version": "2.7.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "pnpm run build:draw && pnpm build:package",
"preview": "vite preview",
"lint": "eslint . --fix",
"build:package": "vite build",
"build:draw": "cd ./build && ant",
"prepare": "husky install",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,webapp}/**/*.{vue,ts,tsx,js}\" --fix",
"lint:lint-staged": "lint-staged -c ./.husky/.lintstagedrc.mjs"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.4.1",
"@vueuse/core": "^10.3.0",
"@wry-smile/utils-is": "^1.0.1",
"ace-builds": "^1.29.0",
"ant-design-vue": "^4.0.0",
"axios": "^1.5.1",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.9",
"echarts": "^5.4.3",
"echarts-liquidfill": "^3.1.0",
"flv.js": "^1.6.2",
"hls.js": "^1.0.10",
"jwt-decode": "^3.1.2",
"lodash-es": "^4.17.21",
"pinia": "^2.1.6",
"qs": "^6.11.2",
"resize-observer-polyfill": "^1.5.1",
"sortablejs": "^1.15.0",
"vue": "^3.3.4",
"xgplayer": "^3.0.14",
"xgplayer-flv": "^3.0.14",
"xgplayer-hls": "^3.0.14",
"xgplayer-mp4": "^3.0.14"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@types/crypto-js": "^4.1.2",
"@types/lodash-es": "^4.17.7",
"@types/node": "^20.7.0",
"@types/qs": "^6.9.8",
"@types/sortablejs": "^1.15.3",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@wry-smile/eslint-config-vue": "^0.1.15",
"@wry-smile/vite-plugin-global-variable": "1.0.2",
"eslint": "^8.42.0",
"husky": "^8.0.3",
"less": "^4.2.0",
"lint-staged": "^14.0.1",
"postcss": "^8.4.30",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-order": "^6.0.3",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite-plugin-html": "^3.2.0",
"vite-plugin-windicss": "^1.9.0",
"vue-tsc": "^1.4.2",
"windicss": "^3.5.6"
}
}