forked from profectus/Profectus
use dependencies vs devDependencies consistently
This commit is contained in:
parent
1f551afeb0
commit
c833c6ac7a
1 changed files with 7 additions and 7 deletions
14
package.json
14
package.json
|
@ -22,24 +22,20 @@
|
||||||
"@pixi/particle-emitter": "^5.0.8",
|
"@pixi/particle-emitter": "^5.0.8",
|
||||||
"@pixi/sprite": "^7.2.4",
|
"@pixi/sprite": "^7.2.4",
|
||||||
"@pixi/ticker": "^7.2.4",
|
"@pixi/ticker": "^7.2.4",
|
||||||
"@vitejs/plugin-vue": "^4.2.1",
|
|
||||||
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
|
||||||
"is-plain-object": "^5.0.0",
|
"is-plain-object": "^5.0.0",
|
||||||
"lz-string": "^1.5.0",
|
"lz-string": "^1.5.0",
|
||||||
"nanoevents": "^7.0.1",
|
"nanoevents": "^7.0.1",
|
||||||
"vite": "^4.3.4",
|
|
||||||
"vite-plugin-pwa": "^0.14.7",
|
"vite-plugin-pwa": "^0.14.7",
|
||||||
"vite-tsconfig-paths": "^4.2.0",
|
|
||||||
"vue": "^3.2.47",
|
"vue": "^3.2.47",
|
||||||
"vue-next-select": "^2.10.5",
|
"vue-next-select": "^2.10.5",
|
||||||
"vue-panzoom": "https://github.com/thepaperpilot/vue-panzoom.git",
|
"vue-panzoom": "https://github.com/thepaperpilot/vue-panzoom.git",
|
||||||
"vue-textarea-autosize": "^1.1.1",
|
"vue-textarea-autosize": "^1.1.1",
|
||||||
"vue-toastification": "^2.0.0-rc.1",
|
"vue-toastification": "^2.0.0-rc.1",
|
||||||
"vue-transition-expand": "^0.1.0",
|
"vue-transition-expand": "^0.1.0",
|
||||||
"vuedraggable": "^4.1.0"
|
"vuedraggable": "^4.1.0",
|
||||||
|
"@ivanv/vue-collapse-transition": "^1.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ivanv/vue-collapse-transition": "^1.0.2",
|
|
||||||
"@rushstack/eslint-patch": "^1.2.0",
|
"@rushstack/eslint-patch": "^1.2.0",
|
||||||
"@vue/eslint-config-prettier": "^7.1.0",
|
"@vue/eslint-config-prettier": "^7.1.0",
|
||||||
"@vue/eslint-config-typescript": "^11.0.3",
|
"@vue/eslint-config-typescript": "^11.0.3",
|
||||||
|
@ -48,7 +44,11 @@
|
||||||
"prettier": "^2.8.8",
|
"prettier": "^2.8.8",
|
||||||
"typescript": "^5.0.4",
|
"typescript": "^5.0.4",
|
||||||
"vitest": "^0.31.0",
|
"vitest": "^0.31.0",
|
||||||
"vue-tsc": "^1.6.3"
|
"vue-tsc": "^1.6.3",
|
||||||
|
"vite": "^4.3.4",
|
||||||
|
"vite-tsconfig-paths": "^4.2.0",
|
||||||
|
"@vitejs/plugin-vue": "^4.2.1",
|
||||||
|
"@vitejs/plugin-vue-jsx": "^3.0.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16"
|
"node": ">=16"
|
||||||
|
|
Loading…
Reference in a new issue