mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-02 03:57:37 +08:00
62 lines
2.0 KiB
JSON
62 lines
2.0 KiB
JSON
{
|
|
"name": "fantastic-admin",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build:test": "vite build --mode test",
|
|
"build": "vite build",
|
|
"serve:test": "hs ./dist-test -o",
|
|
"serve": "hs ./dist -o",
|
|
"serve:example": "hs ./dist-example -o",
|
|
"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": {
|
|
"@tinymce/tinymce-vue": "^4.0.4",
|
|
"axios": "^0.21.1",
|
|
"dayjs": "^1.10.6",
|
|
"element-plus": "^1.1.0-beta.8",
|
|
"hotkeys-js": "^3.8.7",
|
|
"js-cookie": "^3.0.1",
|
|
"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",
|
|
"tinymce": "^5.9.1",
|
|
"vue": "^3.2.8",
|
|
"vue-router": "^4.0.11",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^1.6.0",
|
|
"@vue/compiler-sfc": "^3.2.8",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-vue": "^7.17.0",
|
|
"http-server": "^13.0.1",
|
|
"husky": "^7.0.2",
|
|
"lint-staged": "^11.1.2",
|
|
"plop": "^2.7.4",
|
|
"sass": "^1.39.0",
|
|
"stylelint": "^13.13.1",
|
|
"stylelint-config-recommended-scss": "^4.3.0",
|
|
"stylelint-config-standard": "^22.0.0",
|
|
"stylelint-scss": "^3.20.1",
|
|
"svgo": "^2.5.0",
|
|
"unplugin-vue-components": "^0.14.11",
|
|
"vite": "^2.5.3",
|
|
"vite-plugin-banner": "^0.1.3",
|
|
"vite-plugin-compression": "^0.3.5",
|
|
"vite-plugin-html": "^2.1.0",
|
|
"vite-plugin-mock": "^2.9.6",
|
|
"vite-plugin-restart": "^0.0.2",
|
|
"vite-plugin-spritesmith": "^0.1.1",
|
|
"vite-plugin-svg-icons": "^1.0.4",
|
|
"vue-eslint-parser": "^7.10.0"
|
|
}
|
|
}
|