60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "profectus",
|
|
"version": "0.6.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",
|
|
"lint": "eslint src --max-warnings 0",
|
|
"lint:fix": "eslint --fix --max-warnings 0 src"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/material-icons": "^4.5.4",
|
|
"@fontsource/roboto-mono": "^4.5.8",
|
|
"@pixi/app": "~6.3.2",
|
|
"@pixi/constants": "~6.3.2",
|
|
"@pixi/core": "~6.3.2",
|
|
"@pixi/display": "~6.3.2",
|
|
"@pixi/math": "~6.3.2",
|
|
"@pixi/particle-emitter": "^5.0.7",
|
|
"@pixi/sprite": "~6.3.2",
|
|
"@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",
|
|
"unofficial-galaxy-sdk": "git+https://code.incremental.social/thepaperpilot/unofficial-galaxy-sdk.git#1.0.1",
|
|
"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": "https://github.com/thepaperpilot/vue-panzoom.git",
|
|
"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": "^5.0.2",
|
|
"vitest": "^0.29.3",
|
|
"vue-tsc": "^0.38.1"
|
|
},
|
|
"engines": {
|
|
"node": "16.x"
|
|
}
|
|
}
|