58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"name": "msp",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest",
|
|
"prepare": "cypress install",
|
|
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
|
|
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build",
|
|
"lint": "run-s \"lint:*\"",
|
|
"lint:oxlint": "oxlint . --fix",
|
|
"lint:eslint": "eslint . --fix --cache",
|
|
"format": "prettier --write --experimental-cli src/"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.38",
|
|
"vue-router": "^5.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node24": "^24.0.4",
|
|
"@types/jsdom": "^28.0.3",
|
|
"@types/node": "^24.13.2",
|
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.5",
|
|
"@vitest/eslint-plugin": "^1.6.20",
|
|
"@vue/eslint-config-typescript": "^14.8.0",
|
|
"@vue/test-utils": "^2.4.11",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"cypress": "^15.17.0",
|
|
"eslint": "^10.5.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-cypress": "^6.4.1",
|
|
"eslint-plugin-oxlint": "~1.69.0",
|
|
"eslint-plugin-vue": "~10.9.2",
|
|
"jiti": "^2.7.0",
|
|
"jsdom": "^29.1.1",
|
|
"npm-run-all2": "^9.0.2",
|
|
"oxlint": "~1.69.0",
|
|
"prettier": "3.8.4",
|
|
"start-server-and-test": "^3.0.11",
|
|
"typescript": "~6.0.0",
|
|
"vite": "^8.0.16",
|
|
"vite-plugin-vue-devtools": "^8.1.2",
|
|
"vitest": "^4.1.9",
|
|
"vue-eslint-parser": "^10.4.1",
|
|
"vue-tsc": "^3.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^22.18.0 || >=24.12.0"
|
|
}
|
|
}
|