55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"name": "the-bingo-experience",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest",
|
|
"build-only": "vite build",
|
|
"type-check__OLD": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
|
|
"type-check": "vue-tsc -p tsconfig.vitest.json",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@quasar/extras": "^1.16.8",
|
|
"@sindresorhus/string-hash": "^2.0.0",
|
|
"@types/markdown-it": "^13.0.6",
|
|
"@vue/runtime-core": "^3.3.8",
|
|
"class-transformer": "^0.5.1",
|
|
"idb-keyval": "^6.2.1",
|
|
"markdown-it": "^13.0.2",
|
|
"pinia": "^2.1.7",
|
|
"quasar": "^2.14.0",
|
|
"reflect-metadata": "^0.1.13",
|
|
"ts-debounce": "^4.0.0",
|
|
"vue": "^3.3.8",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@quasar/vite-plugin": "^1.6.0",
|
|
"@rushstack/eslint-patch": "^1.5.1",
|
|
"@stylistic/eslint-plugin": "^1.2.0",
|
|
"@tsconfig/node18": "^18.2.2",
|
|
"@types/jsdom": "^21.1.5",
|
|
"@types/node": "^18.18.9",
|
|
"@vitejs/plugin-vue": "^4.4.1",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/test-utils": "^2.4.2",
|
|
"@vue/tsconfig": "^0.4.0",
|
|
"eslint": "^8.53.0",
|
|
"eslint-plugin-vue": "^9.18.1",
|
|
"jsdom": "^22.1.0",
|
|
"npm-run-all2": "^6.1.1",
|
|
"sass": "1.33.0",
|
|
"typescript": "~5.2.2",
|
|
"unplugin-auto-import": "^0.16.7",
|
|
"unplugin-vue-components": "^0.25.2",
|
|
"unplugin-vue-router": "^0.7.0",
|
|
"vite": "^4.5.0",
|
|
"vitest": "^0.34.6",
|
|
"vue-tsc": "^1.8.22"
|
|
}
|
|
} |