mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-30 12:02:24 +00:00
37 lines
961 B
JSON
37 lines
961 B
JSON
{
|
|
"name": "vueui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "vue-cli-service build --target app --name main",
|
|
"lint": "vue-cli-service lint",
|
|
"build-dev": "vue-cli-service build --target app --name main --mode development",
|
|
"dev": "vue-cli-service build --watch"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.15.1",
|
|
"core-js": "^3.7.0",
|
|
"core-js-compat": "^3.7.0",
|
|
"fuse.js": "^3.6.1",
|
|
"vue2-ace-editor": "0.0.15",
|
|
"vue": "^2.6.12",
|
|
"webpack": "^4.43.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@vue/cli-plugin-babel": "^4.5.8",
|
|
"@vue/cli-plugin-eslint": "^4.5.8",
|
|
"@vue/cli-service": "^4.5.8",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"sass": "^1.29.0",
|
|
"sass-loader": "^8.0.2",
|
|
"vue-template-compiler": "^2.6.12"
|
|
},
|
|
"browserslist": [
|
|
"ie >= 9",
|
|
"edge >= 12"
|
|
]
|
|
}
|