Profectus/package.json

66 lines
1.9 KiB
JSON
Raw Normal View History

2021-05-19 22:21:51 +00:00
{
2022-02-27 20:24:48 +00:00
"name": "profectus",
2024-03-29 05:49:58 +00:00
"version": "0.6.2",
2021-07-24 22:08:52 +00:00
"private": true,
2024-03-17 17:17:53 +00:00
"type": "module",
2021-07-24 22:08:52 +00:00
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"test": "vitest run",
2022-08-13 16:42:01 +00:00
"testw": "vitest",
"serve": "vite preview --host",
"lint": "eslint src --max-warnings 0",
"lint:fix": "eslint --fix --max-warnings 0 src"
2021-07-24 22:08:52 +00:00
},
"dependencies": {
2024-10-18 14:11:58 +00:00
"@fontsource/material-icons": "^5.1.0",
"@fontsource/roboto-mono": "^5.1.0",
"@pixi/app": "^6.5.10",
"@pixi/constants": "~6.5.10",
"@pixi/core": "^6.5.10",
"@pixi/display": "~6.5.10",
"@pixi/math": "~6.5.10",
2022-09-08 01:01:05 +00:00
"@pixi/particle-emitter": "^5.0.7",
"@pixi/sprite": "~6.5.10",
"@pixi/ticker": "~6.5.10",
2024-10-18 14:11:58 +00:00
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
2022-06-23 16:30:15 +00:00
"is-plain-object": "^5.0.0",
2024-03-17 17:02:51 +00:00
"lz-string": "^1.5.0",
"nanoevents": "^9.0.0",
2024-02-18 16:47:10 +00:00
"unofficial-galaxy-sdk": "git+https://code.incremental.social/thepaperpilot/unofficial-galaxy-sdk.git#1.0.1",
2024-10-18 14:11:58 +00:00
"vite": "^5.1.8",
"vite-plugin-pwa": "^0.20.5",
2024-03-17 15:45:17 +00:00
"vite-tsconfig-paths": "^4.3.0",
2024-10-18 14:11:58 +00:00
"vue": "^3.5.12",
2024-03-18 02:55:45 +00:00
"vue-next-select": "^2.10.5",
2022-09-08 01:01:05 +00:00
"vue-panzoom": "https://github.com/thepaperpilot/vue-panzoom.git",
2021-07-24 22:08:52 +00:00
"vue-textarea-autosize": "^1.1.1",
2024-03-18 02:55:45 +00:00
"vue-toastification": "^2.0.0-rc.5",
2022-01-25 04:25:34 +00:00
"vuedraggable": "^4.1.0"
2021-07-24 22:08:52 +00:00
},
"devDependencies": {
"@ivanv/vue-collapse-transition": "^1.0.2",
2024-03-18 05:27:57 +00:00
"@rushstack/eslint-patch": "^1.7.2",
2024-03-17 17:02:51 +00:00
"@types/lz-string": "^1.5.0",
2024-10-18 14:26:10 +00:00
"@types/node": "^22.7.6",
2024-03-18 05:27:57 +00:00
"@typescript-eslint/parser": "^7.2.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.0",
2024-03-17 17:02:51 +00:00
"jsdom": "^24.0.0",
2024-03-18 05:27:57 +00:00
"prettier": "^3.2.5",
2024-03-18 04:28:57 +00:00
"typescript": "^5.4.2",
2024-03-17 18:23:41 +00:00
"vitest": "^1.4.0",
2024-03-18 02:55:45 +00:00
"vue-tsc": "^2.0.6"
2021-07-24 22:08:52 +00:00
},
2024-10-19 11:05:00 +00:00
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.24.0"
},
2022-03-02 02:39:38 +00:00
"engines": {
2024-03-17 15:45:17 +00:00
"node": "21.x"
}
2021-05-19 22:21:51 +00:00
}