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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

22 lines
388 B

{
"name": "frontend",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"sass": "^1.62.0",
"typescript": "^5.0.4",
"vite": "^4.3.1",
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
"solid-js": "^1.7.3"
}
}