-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
93 lines (93 loc) · 3.08 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
86
87
88
89
90
91
92
93
{
"name": "abstractv",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": " vue-tsc --noEmit && vite build --mode development",
"build:pro": "vite build --mode production",
"serve": "vite preview",
"start": " vite",
"start:dev": "vite --mode development",
"start:pro": "vite --mode production",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" postcss-html --cache --cache-location node_modules/.cache/stylelint/",
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
"prepare": "husky install && chmod +x .husky/pre-commit"
},
"dependencies": {
"@monaco-editor/loader": "^1.2.0",
"@types/accounting": "^0.4.2",
"@types/watermark-dom": "^2.3.1",
"@vitejs/plugin-legacy": "^1.6.4",
"@vue/shared": "^3.2.31",
"@vueuse/core": "^7.5.3",
"@vueuse/head": "^0.7.4",
"@vueuse/integrations": "^7.1.2",
"accounting": "^0.4.1",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"echarts": "^5.2.2",
"echarts-wordcloud": "^2.0.0",
"element-plus": "^1.2.0-beta.6",
"less": "^4.1.2",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.33.0",
"naive-ui": "^2.23.2",
"nanoid": "^3.3.1",
"pinia": "^2.0.9",
"shortid": "^2.2.16",
"unplugin-auto-import": "^0.5.3",
"vite-plugin-compression": "^0.4.0",
"vite-plugin-style-import": "^1.4.0",
"vue": "^3.2.26",
"vue-echarts": "^6.0.0",
"vue-hooks-plus": "^1.3.1",
"vue-i18n": "^9.1.9",
"vue-router": "4",
"vue3-hooks-plus": "^2.2.8",
"vuex": "^4.0.2"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@types/lodash-es": "^4.17.5",
"@types/node": "^16.11.11",
"@types/shortid": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@vitejs/plugin-legacy": "^1.6.4",
"@vitejs/plugin-vue": "^1.9.3",
"@vitejs/plugin-vue-jsx": "^1.2.0",
"autoprefixer": "^10.4.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-define-config": "~1.0.9",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.17.0",
"husky": "^7.0.4",
"less": "^4.1.2",
"lint-staged": "^11.2.6",
"mockjs": "^1.1.0",
"postcss": "^8.3.11",
"postcss-html": "^1.2.0",
"postcss-less": "^5.0.0",
"prettier": "^2.4.1",
"sass": "^1.45.2",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^3.21.0",
"tailwindcss": "^3.0.16",
"typescript": "^4.4.3",
"unplugin-element-plus": "^0.1.3",
"unplugin-vue-components": "^0.17.9",
"vite": "^2.6.4",
"vue-global-api": "^0.4.1",
"vue-tsc": "^0.3.0"
}
}