You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.8 KiB
70 lines
1.8 KiB
{ |
|
"name": "ujcms-cp", |
|
"version": "2.0.0", |
|
"private": true, |
|
"scripts": { |
|
"dev": "vite", |
|
"test": "vite build --mode test", |
|
"build": "vite build", |
|
"preview": "vite preview", |
|
"plop": "plop" |
|
}, |
|
"dependencies": { |
|
"@element-plus/icons-vue": "^0.2.7", |
|
"@vueup/vue-quill": "^1.2.0", |
|
"axios": "^0.25.0", |
|
"core-js": "^3.21.0", |
|
"cropperjs": "^1.5.12", |
|
"dayjs": "^1.10.7", |
|
"element-plus": "^2.0.2", |
|
"js-cookie": "^3.0.1", |
|
"lodash": "^4.17.21", |
|
"mavon-editor": "^2.10.4", |
|
"nprogress": "^0.2.0", |
|
"path-to-regexp": "^6.2.0", |
|
"tinymce": "^5.9.2", |
|
"vue": "^3.2.25", |
|
"vue-i18n": "^9.2.0-beta.30", |
|
"vue-router": "^4.0.12", |
|
"vuedraggable": "^4.1.0" |
|
}, |
|
"devDependencies": { |
|
"@intlify/vite-plugin-vue-i18n": "^3.2.2", |
|
"@types/js-cookie": "^3.0.1", |
|
"@types/lodash": "^4.14.178", |
|
"@types/node": "^17.0.16", |
|
"@types/nprogress": "^0.2.0", |
|
"@typescript-eslint/eslint-plugin": "^4.33.0", |
|
"@typescript-eslint/parser": "^4.33.0", |
|
"@vitejs/plugin-legacy": "^1.7.1", |
|
"@vitejs/plugin-vue": "^2.0.0", |
|
"@vue/eslint-config-prettier": "^6.0.0", |
|
"@vue/eslint-config-typescript": "^7.0.0", |
|
"autoprefixer": "^10.4.2", |
|
"eslint": "^6.8.0", |
|
"eslint-config-airbnb-base": "^14.2.1", |
|
"eslint-import-resolver-alias": "^1.1.2", |
|
"eslint-plugin-import": "^2.25.4", |
|
"eslint-plugin-prettier": "^3.4.1", |
|
"eslint-plugin-vue": "^7.20.0", |
|
"plop": "^3.0.5", |
|
"postcss": "^8.4.6", |
|
"prettier": "^2.5.1", |
|
"sass": "^1.49.7", |
|
"tailwindcss": "^3.0.19", |
|
"typescript": "^4.4.4", |
|
"vite": "^2.8.2", |
|
"vue-tsc": "^0.29.8" |
|
}, |
|
"prettier": { |
|
"printWidth": 180, |
|
"singleQuote": true, |
|
"trailingComma": "all", |
|
"arrowParens": "always" |
|
}, |
|
"browserslist": [ |
|
"> 1%", |
|
"last 2 versions", |
|
"not dead" |
|
] |
|
}
|
|
|