playwright/tests/components/ct-solid/package.json

23 lines
431 B
JSON
Raw Normal View History

2022-08-23 23:08:53 +02:00
{
"name": "ct-solid",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
2022-10-20 22:33:25 +02:00
"serve": "vite preview",
"typecheck": "tsc --noEmit"
2022-08-23 23:08:53 +02:00
},
"license": "MIT",
"dependencies": {
2023-03-30 21:31:39 +02:00
"@solidjs/router": "^0.8.2",
"solid-js": "^1.7.3"
},
2022-08-23 23:08:53 +02:00
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.2.8",
2023-03-29 23:00:00 +02:00
"vite-plugin-solid": "^2.6.1"
2022-08-23 23:08:53 +02:00
}
}