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",
|
2022-04-25 20:21:16 +08:00
|
|
|
"postinstall": "esno scripts/prepare.js",
|
2021-12-10 14:17:11 +08:00
|
|
|
"preinstall": "npx only-allow pnpm"
|
2021-08-27 10:13:36 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-21 14:28:31 +08:00
|
|
|
"@tinymce/tinymce-vue": "^5.0.0",
|
2022-09-16 01:52:02 +08:00
|
|
|
"@vueuse/core": "^9.2.0",
|
|
|
|
"@vueuse/integrations": "^9.2.0",
|
2022-04-29 02:56:43 +08:00
|
|
|
"axios": "^0.27.2",
|
2022-08-14 18:21:29 +08:00
|
|
|
"dayjs": "^1.11.5",
|
2022-09-04 21:11:20 +08:00
|
|
|
"element-plus": "^2.2.16",
|
2022-09-16 01:52:02 +08:00
|
|
|
"hotkeys-js": "^3.10.0",
|
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",
|
2022-05-21 01:20:44 +08:00
|
|
|
"path-to-regexp": "^6.2.1",
|
2022-09-16 01:52:02 +08:00
|
|
|
"pinia": "^2.0.22",
|
2022-06-30 10:38:56 +08:00
|
|
|
"qs": "^6.11.0",
|
2022-09-16 01:52:02 +08:00
|
|
|
"tinymce": "^6.2.0",
|
|
|
|
"vue": "^3.2.39",
|
2022-07-28 14:13:55 +08:00
|
|
|
"vue-router": "^4.1.3"
|
2021-08-27 10:13:36 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-14 18:21:29 +08:00
|
|
|
"@iconify-json/ep": "^1.1.7",
|
2022-09-16 01:52:02 +08:00
|
|
|
"@iconify/vue": "^4.0.0",
|
|
|
|
"@vitejs/plugin-vue": "^3.1.0",
|
2022-09-04 21:11:20 +08:00
|
|
|
"@vitejs/plugin-vue-jsx": "^2.0.1",
|
2022-09-16 01:52:02 +08:00
|
|
|
"@vue/compiler-sfc": "^3.2.39",
|
|
|
|
"eslint": "^8.23.1",
|
2022-07-28 14:13:55 +08:00
|
|
|
"eslint-plugin-vue": "^9.3.0",
|
2022-05-21 01:20:44 +08:00
|
|
|
"esno": "^0.16.3",
|
2022-04-25 20:21:16 +08:00
|
|
|
"fs-extra": "^10.1.0",
|
2022-06-10 01:25:20 +08:00
|
|
|
"http-server": "^14.1.1",
|
2022-05-21 01:20:44 +08:00
|
|
|
"husky": "^8.0.1",
|
2022-06-30 10:38:56 +08:00
|
|
|
"lint-staged": "^13.0.3",
|
2022-06-18 23:08:32 +08:00
|
|
|
"plop": "^3.1.1",
|
2022-07-11 18:24:45 +08:00
|
|
|
"postcss-html": "^1.5.0",
|
2022-09-16 01:52:02 +08:00
|
|
|
"postcss-scss": "^4.0.5",
|
|
|
|
"sass": "^1.54.9",
|
2022-08-14 18:21:29 +08:00
|
|
|
"stylelint": "^14.10.0",
|
2022-07-11 18:24:45 +08:00
|
|
|
"stylelint-config-recommended-scss": "^7.0.0",
|
2022-03-30 02:08:43 +08:00
|
|
|
"stylelint-config-recommended-vue": "^1.4.0",
|
2022-08-29 15:43:26 +08:00
|
|
|
"stylelint-config-standard": "^28.0.0",
|
2022-07-11 18:24:45 +08:00
|
|
|
"stylelint-scss": "^4.3.0",
|
2021-11-04 15:12:42 +08:00
|
|
|
"svgo": "^2.8.0",
|
2022-08-19 20:52:04 +08:00
|
|
|
"unplugin-auto-import": "^0.11.2",
|
2022-09-16 01:52:02 +08:00
|
|
|
"unplugin-vue-components": "^0.22.7",
|
|
|
|
"vite": "^3.1.1",
|
|
|
|
"vite-plugin-banner": "^0.5.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-09-04 21:11:20 +08:00
|
|
|
"vite-plugin-pages": "^0.26.0",
|
2022-07-28 14:13:55 +08:00
|
|
|
"vite-plugin-restart": "^0.2.0",
|
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-08-19 20:52:04 +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-09-16 01:52:02 +08:00
|
|
|
"vue-eslint-parser": "^9.1.0"
|
2021-08-27 10:13:36 +08:00
|
|
|
}
|
|
|
|
}
|