website/package.json

25 lines
480 B
JSON
Raw Normal View History

2023-09-30 19:41:12 +00:00
{
"name": "vite-template-solid",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"typescript": "^4.9.5",
"vite": "^4.3.9",
"vite-plugin-solid": "^2.5.0"
},
"dependencies": {
"@solidjs/router": "^0.8.2",
"add": "^2.0.6",
"eslint": "^8.41.0",
"solid-js": "^1.6.10",
"yarn": "^1.22.19"
}
}