-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.58 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
{
"name": "vue3-vite-pinia-mqtt-eslint-stylelint-starter",
"private": true,
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/tommy44458/light-vue3-starter"
},
"bugs": {
"url": "https://github.com/tommy44458/light-vue3-starter/-/issues"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx,.vue",
"lint:style": "stylelint src/*.{vue,styl} --custom-syntax stylelint-plugin-stylus/custom-syntax"
},
"dependencies": {
"@antfu/utils": "^0.7.5",
"@element-plus/icons-vue": "^1.1.4",
"@floating-ui/dom": "^0.5.2",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/runtime-core": "^3.2.33",
"@vueuse/core": "^8.6.0",
"axios": "^0.25.0",
"core-js": "^3.22.2",
"dayjs": "^1.10.7",
"decode-uri-component": "^0.4.1",
"echarts": "^5.4.2",
"element-plus": "^2.2.5",
"json5": "^2.2.3",
"loader-utils": "^3.2.1",
"mitt": "^3.0.0",
"mqtt-vue-hook": "^1.2.20",
"pinia": "^2.0.14",
"rollup": "^2.25.0",
"semver": "^7.5.4",
"stylus": "^0.57.0",
"terser": "^5.19.0",
"typescript": "^4.4.4",
"unplugin-auto-import": "^0.7.1",
"unplugin-element-plus": "^0.4.0",
"unplugin-vue-components": "^0.19.3",
"vite": "^4.4.9",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "^3.3.4",
"vue-router": "4.0.15",
"vue3-lottie": "^2.4.0",
"vue3-storage": "^0.1.11"
},
"peerDependencies": {},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.15",
"@types/node": "^17.0.15",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.6.0",
"postcss": "^8.4.29",
"postcss-html": "^1.5.0",
"postcss-syntax": "^0.36.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.9",
"sass": "^1.52.3",
"stylelint": "^14.7.1",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-plugin-stylus": "^0.13.1",
"stylelint-scss": "^4.2.0",
"tailwindcss": "^3.4.1",
"vue-tsc": "^0.29.8"
}
}