marinea/client/package.json

29 lines
638 B
JSON

{
"name": "vite-template-solid",
"version": "0.0.0",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest"
},
"license": "MIT",
"devDependencies": {
"@solidjs/testing-library": "^0.6.0",
"@testing-library/jest-dom": "^5.16.5",
"@types/testing-library__jest-dom": "^5.14.5",
"jsdom": "^21.1.0",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vite-plugin-solid": "^2.5.0",
"vitest": "^0.28.4"
},
"dependencies": {
"@solidjs/router": "^0.8.2",
"solid-js": "^1.6.10"
}
}