46 lines
1.3 KiB
JSON
46 lines
1.3 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": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^2.1.7",
|
|
"primeflex": "^3.3.1",
|
|
"primeicons": "^6.0.1",
|
|
"primevue": "^3.40.1",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@stylistic/eslint-plugin": "^1.1.0",
|
|
"@tsconfig/node18": "^18.2.2",
|
|
"@types/jsdom": "^21.1.3",
|
|
"@types/node": "^18.18.5",
|
|
"@vitejs/plugin-vue": "^4.4.0",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/test-utils": "^2.4.1",
|
|
"@vue/tsconfig": "^0.4.0",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"jsdom": "^22.1.0",
|
|
"npm-run-all2": "^6.1.1",
|
|
"typescript": "~5.2.0",
|
|
"unplugin-auto-import": "^0.16.7",
|
|
"unplugin-vue-components": "^0.25.2",
|
|
"unplugin-vue-router": "^0.7.0",
|
|
"vite": "^4.4.11",
|
|
"vitest": "^0.34.6",
|
|
"vue-tsc": "^1.8.19"
|
|
}
|
|
}
|