TMT-Demo/package.json

61 lines
1.6 KiB
JSON
Raw Normal View History

2021-05-19 22:21:51 +00:00
{
2021-07-24 22:08:52 +00:00
"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",
"vue": "^3.2.2",
"vue-class-component": "^8.0.0-rc.1",
"vue-next-select": "^2.9.0",
"vue-panzoom": "^1.1.6",
2021-07-24 22:08:52 +00:00
"vue-sortable": "github:Netbel/vue-sortable#master-fix",
"vue-textarea-autosize": "^1.1.1",
2021-08-27 05:18:34 +00:00
"vue-toastification": "^2.0.0-rc.1",
2021-07-24 22:08:52 +00:00
"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": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
2021-07-24 22:08:52 +00:00
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
2021-07-24 22:08:52 +00:00
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.2.2",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
2021-07-24 22:08:52 +00:00
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
2021-08-21 02:13:31 +00:00
"eslint-plugin-prettier": "^3.4.0",
2021-07-24 22:08:52 +00:00
"eslint-plugin-vue": "^7.0.0-alpha.0",
"prettier": "^1.19.1",
2021-07-31 23:35:58 +00:00
"raw-loader": "^4.0.2",
"sass": "^1.36.0",
"sass-loader": "^10.2.0",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "~4.1.5"
2021-07-24 22:08:52 +00:00
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": [
"vue-cli-service lint",
"git add"
]
}
2021-05-19 22:21:51 +00:00
}