33 lines
758 B
JSON
33 lines
758 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": {
|
|
"chart.xkcd": "^1.1.13",
|
|
"comlink": "^4.4.1",
|
|
"milligram": "^1.4.1",
|
|
"pinia": "^2.1.4",
|
|
"vue": "^3.3.4",
|
|
"vue-starport": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^8.0.2",
|
|
"@types/node": "^20.4.2",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"sass": "^1.64.0",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.4.1",
|
|
"vite-plugin-comlink": "^3.0.5",
|
|
"vitest": "^0.33.0"
|
|
}
|
|
} |