Profectus/package.json

64 lines
1.6 KiB
JSON
Raw Normal View History

2021-05-19 22:21:51 +00:00
{
2022-02-27 20:24:48 +00:00
"name": "profectus",
2022-03-03 03:35:41 +00:00
"version": "0.1.1",
2021-07-24 22:08:52 +00:00
"private": true,
"scripts": {
2022-03-02 02:39:38 +00:00
"start": "vue-cli-service serve",
2021-07-24 22:08:52 +00:00
"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",
2022-01-14 04:25:47 +00:00
"nanoevents": "^6.0.2",
"vue": "^3.2.26",
"vue-next-select": "^2.10.2",
"vue-panzoom": "^1.1.6",
2021-07-24 22:08:52 +00:00
"vue-textarea-autosize": "^1.1.1",
2021-08-27 05:18:34 +00:00
"vue-toastification": "^2.0.0-rc.1",
2022-01-25 04:25:34 +00:00
"vue-transition-expand": "^0.1.0",
"vuedraggable": "^4.1.0"
2021-07-24 22:08:52 +00:00
},
"devDependencies": {
"@ivanv/vue-collapse-transition": "^1.0.2",
"@jetblack/operator-overloading": "^0.2.0",
2022-01-25 04:23:30 +00:00
"@rushstack/eslint-patch": "^1.1.0",
"@types/lodash.clonedeep": "^4.5.6",
2022-01-14 04:25:47 +00:00
"@vue/babel-plugin-jsx": "^1.1.1",
2022-01-25 04:23:30 +00:00
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
"@vue/cli-plugin-eslint": "~5.0.0-rc.1",
"@vue/cli-plugin-typescript": "~5.0.0-rc.1",
"@vue/cli-service": "~5.0.0-rc.1",
2022-01-14 04:25:47 +00:00
"@vue/compiler-sfc": "^3.2.26",
2022-01-25 04:23:30 +00:00
"@vue/eslint-config-prettier": "^7.0.0",
2022-01-14 04:25:47 +00:00
"@vue/eslint-config-typescript": "^10.0.0",
2021-07-24 22:08:52 +00:00
"babel-eslint": "^10.1.0",
2022-01-14 04:25:47 +00:00
"eslint": "^8.6.0",
2022-03-02 05:31:31 +00:00
"lint-staged": "^12.3.4",
2022-01-25 04:23:30 +00:00
"prettier": "^2.5.1",
2021-07-31 23:35:58 +00:00
"raw-loader": "^4.0.2",
2022-01-25 04:23:30 +00:00
"sass": "^1.48.0",
"sass-loader": "^10.2.0",
"tsconfig-paths-webpack-plugin": "^3.5.1",
2022-03-06 04:35:08 +00:00
"typescript": "~4.5.5"
2021-07-24 22:08:52 +00:00
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
2022-01-25 04:23:30 +00:00
"*.{js,jsx,ts,tsx,vue}": [
"vue-cli-service lint",
"git add"
]
2022-03-02 02:39:38 +00:00
},
"engines": {
2022-03-02 02:41:28 +00:00
"node": "16.x"
}
2021-05-19 22:21:51 +00:00
}