31 lines
973 B
JSON
31 lines
973 B
JSON
{
|
|
"name": "@ktxm/chrono-manager",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build --mode production --config vite.config.ts",
|
|
"dev": "vite build --mode development --config vite.config.ts",
|
|
"watch": "vite build --mode development --watch --config vite.config.ts",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"test": "vitest run --config tests/js/vitest.config.ts",
|
|
"test:unit": "vitest run --config tests/js/vitest.config.ts",
|
|
"test:watch": "vitest watch --config tests/js/vitest.config.ts",
|
|
"test:coverage": "vitest run --coverage --config tests/js/vitest.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^4.0.0",
|
|
"vue": "^3.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node24": "^24.0.0",
|
|
"@types/node": "^24.0.0",
|
|
"@vue/tsconfig": "^0.9.0",
|
|
"typescript": "~6.0.0",
|
|
"vite": "^8.0.0",
|
|
"@vitest/coverage-v8": "^4.1.6",
|
|
"jsdom": "^29.1.1",
|
|
"vitest": "^4.1.6"
|
|
}
|
|
}
|