53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "profectus",
|
|
"version": "0.5.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "vite",
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"testw": "vitest",
|
|
"serve": "vite preview --host"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/material-icons": "^4.5.4",
|
|
"@fontsource/roboto-mono": "^4.5.8",
|
|
"@pixi/app": "~6.3.2",
|
|
"@pixi/core": "~6.3.2",
|
|
"@pixi/particle-emitter": "^5.0.4",
|
|
"@pixi/ticker": "~6.3.2",
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
"is-plain-object": "^5.0.0",
|
|
"lz-string": "^1.4.4",
|
|
"nanoevents": "^6.0.2",
|
|
"vite": "^2.9.12",
|
|
"vite-plugin-pwa": "^0.12.0",
|
|
"vite-tsconfig-paths": "^3.5.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",
|
|
"@rushstack/eslint-patch": "^1.1.0",
|
|
"@types/lz-string": "^1.3.34",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
|
"eslint": "^8.6.0",
|
|
"jsdom": "^20.0.0",
|
|
"prettier": "^2.5.1",
|
|
"typescript": "^4.7.4",
|
|
"vitest": "^0.17.1",
|
|
"vue-tsc": "^0.38.1"
|
|
},
|
|
"engines": {
|
|
"node": "16.x"
|
|
}
|
|
}
|