You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
356 B
19 lines
356 B
2 years ago
|
{
|
||
|
"name": "projet_domotique_client",
|
||
|
"private": true,
|
||
|
"version": "0.0.0",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vite build",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"autoprefixer": "^10.4.13",
|
||
|
"axios": "^1.1.3",
|
||
|
"postcss": "^8.4.18",
|
||
|
"tailwindcss": "^3.2.2",
|
||
|
"vite": "^3.2.0"
|
||
|
}
|
||
|
}
|