You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
orario/package.json

26 lines
549 B
JSON

{
"name": "orario-2022",
"version": "0.0.1",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"date-fns": "^2.29.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"preact": "^10.10.6",
"sass": "^1.54.8",
"vite": "^3.0.9"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@preact/preset-vite": "^2.3.0"
}
}