Files
solidjs-templates/ts-tailwind/package.json
T
Alexandre Mouton-Brady 4d97a5139c ⬆️ Update dependencies
2021-04-21 13:44:33 +02:00

19 lines
366 B
JSON

{
"name": "vite-template-solid",
"version": "0.0.0",
"description": "My solid + vite project + ts",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"license": "ISC",
"devDependencies": {
"vite": "^2.2.1",
"vite-plugin-solid": "^1.6.0",
"vite-plugin-windicss": "^0.14.6"
},
"dependencies": {
"solid-js": "^0.26.1"
}
}