2021-02-28 01:55:04 +08:00
|
|
|
{
|
2021-03-31 09:56:37 +08:00
|
|
|
"name": "front-next",
|
2022-06-01 22:26:54 +08:00
|
|
|
"version": "5.2.4",
|
2021-02-28 01:55:04 +08:00
|
|
|
"scripts": {
|
2021-12-05 23:09:33 +08:00
|
|
|
"dev": "vite --host",
|
2021-07-21 16:54:12 +08:00
|
|
|
"build": "vite build",
|
2021-03-31 16:48:59 +08:00
|
|
|
"serve": "vite preview",
|
|
|
|
"lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
|
|
|
|
"lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix"
|
2021-02-28 01:55:04 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-05-11 16:38:45 +08:00
|
|
|
"@cool-vue/crud": "^5.0.7",
|
2022-04-02 22:50:51 +08:00
|
|
|
"@element-plus/icons-vue": "^1.1.3",
|
2022-04-12 19:36:11 +08:00
|
|
|
"@vueuse/core": "^8.2.5",
|
2022-05-18 15:09:13 +08:00
|
|
|
"axios": "^0.27.2",
|
2021-07-21 16:54:12 +08:00
|
|
|
"codemirror": "^5.62.0",
|
2021-03-09 18:10:43 +08:00
|
|
|
"core-js": "^3.6.5",
|
2021-03-25 10:16:20 +08:00
|
|
|
"echarts": "^5.0.2",
|
2022-05-11 16:38:45 +08:00
|
|
|
"element-plus": "^2.2.0",
|
2021-04-19 10:29:35 +08:00
|
|
|
"file-saver": "^2.0.5",
|
2021-03-07 10:31:49 +08:00
|
|
|
"js-beautify": "^1.13.5",
|
2022-04-02 22:50:51 +08:00
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"mitt": "^3.0.0",
|
2021-03-17 18:34:35 +08:00
|
|
|
"mockjs": "^1.1.0",
|
2021-02-28 01:55:04 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2022-04-02 22:50:51 +08:00
|
|
|
"pinia": "^2.0.12",
|
2021-03-07 10:31:49 +08:00
|
|
|
"quill": "^1.3.7",
|
2021-02-28 01:55:04 +08:00
|
|
|
"store": "^2.0.12",
|
2022-04-12 19:36:11 +08:00
|
|
|
"unocss": "^0.31.0",
|
2022-04-21 12:54:31 +08:00
|
|
|
"vue": "^3.2.32",
|
2022-04-02 22:50:51 +08:00
|
|
|
"vue-echarts": "^6.0.2",
|
|
|
|
"vue-router": "^4.0.14",
|
|
|
|
"vuedraggable": "^4.1.0",
|
2021-04-19 10:29:35 +08:00
|
|
|
"xlsx": "^0.16.9"
|
2021-02-28 01:55:04 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-01 18:36:57 +08:00
|
|
|
"@types/lodash": "^4.14.168",
|
2021-10-13 16:17:59 +08:00
|
|
|
"@types/node": "^16.10.2",
|
2022-04-02 22:50:51 +08:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2022-04-06 02:36:20 +08:00
|
|
|
"@types/quill": "^2.0.9",
|
2022-04-12 19:36:11 +08:00
|
|
|
"@types/store": "^2.0.2",
|
2022-04-02 22:50:51 +08:00
|
|
|
"@types/uuid": "^8.3.4",
|
2021-03-31 16:48:59 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.20.0",
|
|
|
|
"@typescript-eslint/parser": "^4.20.0",
|
2022-04-12 19:36:11 +08:00
|
|
|
"@unocss/preset-uno": "^0.31.0",
|
2022-04-21 12:54:31 +08:00
|
|
|
"@vitejs/plugin-vue": "^2.3.1",
|
|
|
|
"@vitejs/plugin-vue-jsx": "^1.3.9",
|
2022-04-02 22:50:51 +08:00
|
|
|
"@vue/cli-plugin-babel": "^5.0.1",
|
|
|
|
"@vue/cli-plugin-typescript": "^5.0.1",
|
|
|
|
"@vue/compiler-sfc": "^3.2.31",
|
2022-04-21 12:54:31 +08:00
|
|
|
"@vue/composition-api": "^1.4.9",
|
2021-03-31 16:48:59 +08:00
|
|
|
"eslint": "^7.23.0",
|
|
|
|
"eslint-config-prettier": "^8.1.0",
|
|
|
|
"eslint-plugin-prettier": "^3.3.1",
|
2021-07-21 16:54:12 +08:00
|
|
|
"eslint-plugin-vue": "^7.13.0",
|
2021-12-05 23:09:33 +08:00
|
|
|
"iconv-lite": "^0.6.3",
|
2022-04-02 22:50:51 +08:00
|
|
|
"prettier": "^2.4.1",
|
|
|
|
"sass": "^1.49.9",
|
2021-06-01 11:38:25 +08:00
|
|
|
"sass-loader": "^11.1.1",
|
2021-03-29 00:10:32 +08:00
|
|
|
"svg-sprite-loader": "^6.0.2",
|
2022-04-02 22:50:51 +08:00
|
|
|
"typescript": "^4.6.2",
|
|
|
|
"unplugin-vue-components": "^0.17.21",
|
2022-05-11 16:38:45 +08:00
|
|
|
"vite": "^2.9.8",
|
2022-04-02 22:50:51 +08:00
|
|
|
"vite-plugin-compression": "^0.5.1",
|
|
|
|
"vite-plugin-dts": "^0.9.9",
|
2021-12-05 23:09:33 +08:00
|
|
|
"vite-plugin-mock": "^2.9.6",
|
2021-07-21 16:54:12 +08:00
|
|
|
"vite-plugin-style-import": "^1.0.1",
|
|
|
|
"vite-svg-loader": "^2.1.0"
|
2021-03-30 18:23:08 +08:00
|
|
|
}
|
2021-02-28 01:55:04 +08:00
|
|
|
}
|