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",
|
|
|
|
"lint:stylelint": "stylelint src/**/*.{vue,scss,less} --fix",
|
|
|
|
"prepare": "husky install"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-10-09 16:20:02 +08:00
|
|
|
"@element-plus/icons": "^0.0.11",
|
2021-08-27 10:13:36 +08:00
|
|
|
"@tinymce/tinymce-vue": "^4.0.4",
|
2021-10-29 04:34:40 +08:00
|
|
|
"axios": "^0.24.0",
|
2021-09-16 08:58:51 +08:00
|
|
|
"dayjs": "^1.10.7",
|
2021-10-23 15:17:40 +08:00
|
|
|
"element-plus": "^1.1.0-beta.24",
|
2021-08-27 10:13:36 +08:00
|
|
|
"hotkeys-js": "^3.8.7",
|
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",
|
|
|
|
"nprogress": "^0.2.0",
|
|
|
|
"path-browserify": "^1.0.1",
|
|
|
|
"path-to-regexp": "^6.2.0",
|
|
|
|
"screenfull": "^5.1.0",
|
2021-10-14 12:10:51 +08:00
|
|
|
"tinymce": "^5.10.0",
|
|
|
|
"vue": "^3.2.20",
|
2021-10-23 15:17:40 +08:00
|
|
|
"vue-router": "^4.0.12",
|
2021-08-27 10:13:36 +08:00
|
|
|
"vuex": "^4.0.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-10-29 04:34:40 +08:00
|
|
|
"@vitejs/plugin-vue": "^1.9.4",
|
2021-10-14 12:10:51 +08:00
|
|
|
"@vue/compiler-sfc": "^3.2.20",
|
2021-10-23 15:17:40 +08:00
|
|
|
"eslint": "^8.1.0",
|
2021-10-30 00:16:34 +08:00
|
|
|
"eslint-plugin-vue": "^8.0.1",
|
2021-10-23 20:58:51 +08:00
|
|
|
"http-server": "^14.0.0",
|
2021-10-23 15:17:40 +08:00
|
|
|
"husky": "^7.0.4",
|
2021-10-29 04:34:40 +08:00
|
|
|
"lint-staged": "^11.2.6",
|
2021-10-23 15:17:40 +08:00
|
|
|
"plop": "^2.7.6",
|
2021-10-29 04:34:40 +08:00
|
|
|
"postcss-html": "^1.1.0",
|
2021-10-30 00:16:34 +08:00
|
|
|
"postcss-scss": "^4.0.2",
|
2021-10-29 04:34:40 +08:00
|
|
|
"sass": "^1.43.4",
|
|
|
|
"stylelint": "^14.0.1",
|
|
|
|
"stylelint-config-html": "^1.0.0",
|
2021-10-23 15:21:14 +08:00
|
|
|
"stylelint-config-recommended": "^6.0.0",
|
2021-10-23 20:58:51 +08:00
|
|
|
"stylelint-config-recommended-scss": "^5.0.0",
|
2021-10-29 04:34:40 +08:00
|
|
|
"stylelint-config-recommended-vue": "^1.0.0",
|
2021-10-23 20:58:51 +08:00
|
|
|
"stylelint-config-standard": "^23.0.0",
|
|
|
|
"stylelint-scss": "^4.0.0",
|
2021-09-25 09:45:14 +08:00
|
|
|
"svgo": "^2.7.0",
|
2021-10-30 00:16:34 +08:00
|
|
|
"unplugin-auto-import": "^0.4.13",
|
2021-10-23 20:58:51 +08:00
|
|
|
"unplugin-vue-components": "^0.16.0",
|
2021-10-29 04:34:40 +08:00
|
|
|
"vite": "^2.6.13",
|
2021-08-27 10:13:36 +08:00
|
|
|
"vite-plugin-banner": "^0.1.3",
|
|
|
|
"vite-plugin-compression": "^0.3.5",
|
2021-09-29 17:04:01 +08:00
|
|
|
"vite-plugin-html": "^2.1.1",
|
2021-08-27 10:13:36 +08:00
|
|
|
"vite-plugin-mock": "^2.9.6",
|
|
|
|
"vite-plugin-restart": "^0.0.2",
|
2021-09-03 14:49:29 +08:00
|
|
|
"vite-plugin-spritesmith": "^0.1.1",
|
2021-09-29 17:04:01 +08:00
|
|
|
"vite-plugin-svg-icons": "^1.0.5",
|
2021-09-29 02:30:29 +08:00
|
|
|
"vite-plugin-vue-setup-extend": "^0.1.0",
|
2021-10-23 20:58:51 +08:00
|
|
|
"vue-eslint-parser": "^8.0.0"
|
2021-08-27 10:13:36 +08:00
|
|
|
}
|
|
|
|
}
|