forked from profectus/Profectus
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "the-modding-tree-x",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.6.5",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"nanoevents": "^6.0.2",
|
|
"vue": "^3.2.26",
|
|
"vue-next-select": "^2.10.2",
|
|
"vue-panzoom": "^1.1.6",
|
|
"vue-sortable": "github:Netbel/vue-sortable#master-fix",
|
|
"vue-textarea-autosize": "^1.1.1",
|
|
"vue-toastification": "^2.0.0-rc.1",
|
|
"vue-transition-expand": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ivanv/vue-collapse-transition": "^1.0.2",
|
|
"@jetblack/operator-overloading": "^0.2.0",
|
|
"@types/lodash.clonedeep": "^4.5.6",
|
|
"@typescript-eslint/eslint-plugin": "^5.9.1",
|
|
"@typescript-eslint/parser": "^5.9.1",
|
|
"@vue/babel-plugin-jsx": "^1.1.1",
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-plugin-typescript": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"@vue/compiler-sfc": "^3.2.26",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^8.6.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-vue": "^8.3.0",
|
|
"prettier": "^1.19.1",
|
|
"raw-loader": "^4.0.2",
|
|
"sass": "^1.36.0",
|
|
"sass-loader": "^10.2.0",
|
|
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
],
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,vue}": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|