mirror of
https://github.com/janishutz/fundamentals-of-webengineering.git
synced 2025-11-25 05:44:24 +00:00
22 lines
428 B
JSON
22 lines
428 B
JSON
{
|
|
"name": "vite-typescript-starter",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"format": "prettier . --write",
|
|
"tsc": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.0.1",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.4.9"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.4.2",
|
|
"@picocss/pico": "^1.5.10",
|
|
"json-2-csv": "^4.1.0"
|
|
}
|
|
}
|