Advent-Incremental/package.json

75 lines
2.2 KiB
JSON
Raw Normal View History

2022-09-26 23:41:10 +00:00
{
"name": "profectus",
"version": "0.5.2",
"private": true,
"scripts": {
"start": "vite",
2022-11-30 04:06:01 +00:00
"dev": "vite --host",
2022-09-26 23:41:10 +00:00
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint --ext .ts,.tsx,.vue --ignore-path .gitignore --fix src",
2022-09-26 23:41:10 +00:00
"test": "vitest run",
"testw": "vitest",
"serve": "vite preview --host"
},
"dependencies": {
2022-12-07 06:54:57 +00:00
"@fontsource/great-vibes": "^4.5.10",
2022-09-26 23:41:10 +00:00
"@fontsource/material-icons": "^4.5.4",
"@fontsource/roboto-mono": "^4.5.8",
2022-12-17 02:36:12 +00:00
"@pixi/app": "^6.5.8",
"@pixi/assets": "^6.5.8",
2022-12-18 10:58:08 +00:00
"@pixi/basis": "^6.5.8",
"@pixi/compressed-textures": "^6.5.8",
"@pixi/constants": "^6.5.8",
"@pixi/core": "^6.5.8",
"@pixi/display": "^6.5.8",
"@pixi/extensions": "^6.5.8",
2022-12-17 02:36:12 +00:00
"@pixi/graphics": "^6.5.8",
2022-12-18 10:58:08 +00:00
"@pixi/loaders": "^6.5.8",
"@pixi/math": "^6.5.8",
"@pixi/mesh": "^6.5.8",
2022-12-17 02:36:12 +00:00
"@pixi/particle-emitter": "^5.0.8",
2022-12-18 10:58:08 +00:00
"@pixi/runner": "^6.5.8",
"@pixi/settings": "^6.5.8",
2022-12-17 02:36:12 +00:00
"@pixi/sprite": "^6.5.8",
2022-12-18 10:58:08 +00:00
"@pixi/spritesheet": "^6.5.8",
"@pixi/text": "^6.5.8",
"@pixi/text-bitmap": "^6.5.8",
"@pixi/ticker": "^6.5.8",
"@pixi/utils": "^6.5.8",
2022-09-26 23:41:10 +00:00
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
2022-12-18 10:58:08 +00:00
"eslint-plugin-vue": "^8.0.1",
2022-09-26 23:41:10 +00:00
"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",
2022-09-08 01:01:05 +00:00
"vue-panzoom": "https://github.com/thepaperpilot/vue-panzoom.git",
2022-09-26 23:41:10 +00:00
"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.8.4",
2022-09-26 23:41:10 +00:00
"vitest": "^0.17.1",
"vue-tsc": "^0.38.1"
},
"engines": {
2022-12-10 19:45:36 +00:00
"node": ">=16"
2022-09-26 23:41:10 +00:00
}
}