2021-08-27 10:13:36 +08:00
|
|
|
{
|
2021-08-27 15:18:57 +08:00
|
|
|
"name": "fantastic-admin",
|
2021-08-27 10:13:36 +08:00
|
|
|
"version": "0.1.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build:test": "vite build --mode test",
|
|
|
|
"build": "vite build",
|
2021-09-20 07:22:28 +08:00
|
|
|
"serve:test": "http-server ./dist-test -o",
|
|
|
|
"serve": "http-server ./dist -o",
|
2021-08-27 10:13:36 +08:00
|
|
|
"svgo": "svgo -f src/assets/icons",
|
|
|
|
"new": "plop",
|
|
|
|
"lint:eslint": "eslint src/**/*.{js,vue} --fix",
|
2021-12-13 14:52:54 +08:00
|
|
|
"lint:stylelint": "stylelint src/**/*.{css,scss,vue} --fix",
|
2021-12-10 14:17:11 +08:00
|
|
|
"prepare": "husky install",
|
|
|
|
"preinstall": "npx only-allow pnpm"
|
2021-08-27 10:13:36 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-03-30 02:08:43 +08:00
|
|
|
"@element-plus/icons-vue": "^1.1.4",
|
2022-03-15 21:35:11 +08:00
|
|
|
"@tinymce/tinymce-vue": "^4.0.7",
|
2022-04-12 03:17:32 +08:00
|
|
|
"@vueuse/core": "^8.2.5",
|
|
|
|
"@vueuse/integrations": "^8.2.5",
|
2022-03-15 21:35:11 +08:00
|
|
|
"axios": "^0.26.1",
|
|
|
|
"dayjs": "^1.11.0",
|
2022-04-12 03:17:32 +08:00
|
|
|
"element-plus": "^2.1.9",
|
|
|
|
"hotkeys-js": "^3.8.9",
|
2021-09-03 14:49:29 +08:00
|
|
|
"js-cookie": "^3.0.1",
|
2021-08-27 10:13:36 +08:00
|
|
|
"mitt": "^3.0.0",
|
|
|
|
"mockjs": "^1.1.0",
|
2022-02-11 01:28:01 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2021-08-27 10:13:36 +08:00
|
|
|
"path-browserify": "^1.0.1",
|
|
|
|
"path-to-regexp": "^6.2.0",
|
2022-04-03 02:28:36 +08:00
|
|
|
"pinia": "^2.0.13",
|
2022-01-12 10:08:40 +08:00
|
|
|
"qs": "^6.10.3",
|
2022-02-11 01:28:01 +08:00
|
|
|
"tinymce": "^5.10.3",
|
2022-02-15 16:19:45 +08:00
|
|
|
"vue": "^3.2.31",
|
2022-03-15 21:35:11 +08:00
|
|
|
"vue-router": "^4.0.14"
|
2021-08-27 10:13:36 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-03 02:28:36 +08:00
|
|
|
"@vitejs/plugin-vue": "^2.3.1",
|
|
|
|
"@vitejs/plugin-vue-jsx": "^1.3.9",
|
2022-02-15 16:19:45 +08:00
|
|
|
"@vue/compiler-sfc": "^3.2.31",
|
2022-04-12 03:17:32 +08:00
|
|
|
"eslint": "^8.13.0",
|
|
|
|
"eslint-plugin-vue": "^8.6.0",
|
2022-01-12 10:08:40 +08:00
|
|
|
"http-server": "^14.1.0",
|
2021-10-23 15:17:40 +08:00
|
|
|
"husky": "^7.0.4",
|
2022-03-30 02:08:43 +08:00
|
|
|
"lint-staged": "^12.3.7",
|
2021-12-30 03:11:51 +08:00
|
|
|
"plop": "^3.0.5",
|
2021-11-26 09:57:34 +08:00
|
|
|
"postcss-html": "^1.3.0",
|
2022-01-12 10:08:40 +08:00
|
|
|
"postcss-scss": "^4.0.3",
|
2022-04-12 03:17:32 +08:00
|
|
|
"sass": "^1.50.0",
|
2022-03-30 02:08:43 +08:00
|
|
|
"stylelint": "^14.6.1",
|
|
|
|
"stylelint-config-recommended-scss": "^6.0.0",
|
|
|
|
"stylelint-config-recommended-vue": "^1.4.0",
|
2022-02-11 01:28:01 +08:00
|
|
|
"stylelint-config-standard": "^25.0.0",
|
2022-03-30 02:08:43 +08:00
|
|
|
"stylelint-scss": "^4.2.0",
|
2021-11-04 15:12:42 +08:00
|
|
|
"svgo": "^2.8.0",
|
2022-04-12 03:17:32 +08:00
|
|
|
"unplugin-auto-import": "^0.7.0",
|
|
|
|
"unplugin-vue-components": "^0.19.2",
|
2022-04-03 02:28:36 +08:00
|
|
|
"vite": "^2.9.1",
|
2022-01-10 05:19:59 +08:00
|
|
|
"vite-plugin-banner": "^0.2.0",
|
2022-02-01 15:29:17 +08:00
|
|
|
"vite-plugin-compression": "^0.5.1",
|
2022-03-15 21:35:11 +08:00
|
|
|
"vite-plugin-html": "^3.2.0",
|
2021-08-27 10:13:36 +08:00
|
|
|
"vite-plugin-mock": "^2.9.6",
|
2022-03-30 02:08:43 +08:00
|
|
|
"vite-plugin-pages": "^0.22.0",
|
2022-01-28 10:32:19 +08:00
|
|
|
"vite-plugin-restart": "^0.1.1",
|
2021-09-03 14:49:29 +08:00
|
|
|
"vite-plugin-spritesmith": "^0.1.1",
|
2022-02-01 15:29:17 +08:00
|
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
2022-02-25 14:24:46 +08:00
|
|
|
"vite-plugin-vue-layouts": "^0.6.0",
|
2022-01-28 10:32:19 +08:00
|
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
2022-02-25 14:25:47 +08:00
|
|
|
"vue-eslint-parser": "^8.3.0"
|
2021-08-27 10:13:36 +08:00
|
|
|
}
|
|
|
|
}
|