35 lines
792 B
JSON
35 lines
792 B
JSON
{
|
|
"name": "tps",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Thinking People System",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage"
|
|
},
|
|
"keywords": [],
|
|
"author": "Julien Calixte <julienc@bam.tech>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@vueuse/core": "^10.7.2",
|
|
"chart.xkcd": "^1.1.15",
|
|
"comlink": "^4.4.1",
|
|
"pinia": "^2.1.7",
|
|
"random-js": "^2.1.0",
|
|
"vue": "^3.4.18",
|
|
"vue-starport": "^0.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^8.4.1",
|
|
"@types/node": "^20.11.17",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"sass": "^1.70.0",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.1.1",
|
|
"vite-plugin-comlink": "^4.0.2",
|
|
"vitest": "^1.2.2"
|
|
}
|
|
}
|