56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "failwell",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check build-only",
|
|
"preview": "vite preview",
|
|
"test": "pnpm lint && pnpm type-check && pnpm test:unit",
|
|
"test:unit": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"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",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^10.6.1",
|
|
"@vueuse/math": "^10.6.1",
|
|
"bulma": "^0.9.4",
|
|
"html-to-image": "^1.11.11",
|
|
"nanoid": "^5.0.3",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persistedstate": "^3.2.0",
|
|
"suretype": "^3.3.1",
|
|
"vue": "^3.3.9",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^7.6.0",
|
|
"@pinia/testing": "^0.0.16",
|
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
"@types/jsdom": "^21.1.1",
|
|
"@types/node": "^18.14.2",
|
|
"@vitejs/plugin-vue": "^4.1.0",
|
|
"@vitest/browser": "^0.31.0",
|
|
"@vitest/ui": "^0.31.0",
|
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
"@vue/test-utils": "^2.3.2",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"eslint": "^8.39.0",
|
|
"eslint-plugin-vue": "^9.11.0",
|
|
"jsdom": "^21.1.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.8.8",
|
|
"sass": "^1.62.1",
|
|
"typescript": "~4.8.4",
|
|
"vite": "^4.3.1",
|
|
"vite-plugin-pwa": "^0.14.7",
|
|
"vitest": "^0.30.1",
|
|
"vue-tsc": "^1.4.4",
|
|
"webdriverio": "^8.8.8"
|
|
}
|
|
}
|