forked from profectus/Profectus
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "profectus",
|
|
"version": "0.2.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "vue-cli-service serve",
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@pixi/particle-emitter": "^5.0.4",
|
|
"core-js": "^3.6.5",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"nanoevents": "^6.0.2",
|
|
"pixi.js": "^6.3.0",
|
|
"vue": "^3.2.26",
|
|
"vue-next-select": "^2.10.2",
|
|
"vue-panzoom": "^1.1.6",
|
|
"vue-textarea-autosize": "^1.1.1",
|
|
"vue-toastification": "^2.0.0-rc.1",
|
|
"vue-transition-expand": "^0.1.0",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ivanv/vue-collapse-transition": "^1.0.2",
|
|
"@jetblack/operator-overloading": "^0.2.0",
|
|
"@rushstack/eslint-patch": "^1.1.0",
|
|
"@types/lodash.clonedeep": "^4.5.6",
|
|
"@vue/babel-plugin-jsx": "^1.1.1",
|
|
"@vue/cli-plugin-babel": "^5.0.3",
|
|
"@vue/cli-plugin-eslint": "^5.0.3",
|
|
"@vue/cli-plugin-typescript": "^5.0.3",
|
|
"@vue/cli-service": "^5.0.3",
|
|
"@vue/compiler-sfc": "^3.2.26",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^8.6.0",
|
|
"lint-staged": "^12.3.4",
|
|
"prettier": "^2.5.1",
|
|
"raw-loader": "^4.0.2",
|
|
"sass": "^1.48.0",
|
|
"sass-loader": "^10.2.0",
|
|
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
"typescript": "~4.5.5"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
],
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,vue}": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": "16.x"
|
|
}
|
|
}
|