Profectus/package.json

58 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",
2023-04-20 22:07:23 +00:00
"version": "0.6.0",
2021-07-24 22:08:52 +00:00
"private": true,
"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"
2021-07-24 22:08:52 +00:00
},
"dependencies": {
"@fontsource/material-icons": "^4.5.4",
2023-05-03 21:03:01 +00:00
"@fontsource/roboto-mono": "^4.5.10",
2023-05-04 10:20:06 +00:00
"@ivanv/vue-collapse-transition": "^1.0.2",
2023-05-03 21:03:01 +00:00
"@pixi/app": "^7.2.4",
"@pixi/constants": "^7.2.4",
"@pixi/core": "^7.2.4",
"@pixi/display": "^7.2.4",
"@pixi/math": "^7.2.4",
"@pixi/particle-emitter": "^5.0.8",
"@pixi/sprite": "^7.2.4",
"@pixi/ticker": "^7.2.4",
2022-06-23 16:30:15 +00:00
"is-plain-object": "^5.0.0",
2023-05-03 21:03:01 +00:00
"lz-string": "^1.5.0",
"nanoevents": "^7.0.1",
"vite-plugin-pwa": "^0.14.7",
"vue": "^3.2.47",
"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",
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",
2023-05-04 10:20:06 +00:00
"vuedraggable": "^4.1.0"
2021-07-24 22:08:52 +00:00
},
"devDependencies": {
2023-05-03 21:03:01 +00:00
"@rushstack/eslint-patch": "^1.2.0",
2023-05-04 10:20:06 +00:00
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.1",
2023-05-03 21:03:01 +00:00
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
2023-05-04 10:20:06 +00:00
"@vue/runtime-dom": "^3.2.47",
2022-01-14 04:25:47 +00:00
"eslint": "^8.6.0",
2023-05-03 21:03:01 +00:00
"jsdom": "^22.0.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vite": "^4.3.4",
"vite-tsconfig-paths": "^4.2.0",
2023-05-04 10:20:06 +00:00
"vitest": "^0.31.0",
"vue-tsc": "^1.6.4"
2021-07-24 22:08:52 +00:00
},
2022-03-02 02:39:38 +00:00
"engines": {
"node": ">=16"
}
2021-05-19 22:21:51 +00:00
}