Files
failwell/package.json
2023-04-09 10:32:50 +02:00

45 lines
1.3 KiB
JSON

{
"name": "loopycode",
"version": "0.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",
"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": {
"nanoid": "^4.0.2",
"pinia": "^2.0.34",
"pinia-plugin-persistedstate": "^3.1.0",
"suretype": "^3.2.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"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",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.3.2",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.38.0",
"eslint-plugin-vue": "^9.10.0",
"jsdom": "^21.1.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.7",
"typescript": "~4.8.4",
"vite": "^4.2.1",
"vitest": "^0.29.8",
"vue-tsc": "^1.2.0"
}
}