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

23 lines
431 B
JSON

{
"name": "ct-solid",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"typecheck": "tsc --noEmit"
},
"license": "MIT",
"dependencies": {
"@solidjs/router": "^0.8.2",
"solid-js": "^1.7.3"
},
"devDependencies": {
"typescript": "^4.7.4",
"vite": "^4.2.1",
"vite-plugin-solid": "^2.6.1"
}
}