mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
Initial commit
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "rimraf build && tsc && vite build",
|
||||
"serve": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^10.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fontsource/open-sans": "^4.4.5",
|
||||
"@preact/preset-vite": "^2.0.0",
|
||||
"@styled-icons/feather": "^10.34.0",
|
||||
"@types/styled-components": "^5.1.10",
|
||||
"preact-i18n": "^1.5.0",
|
||||
"react-overlapping-panels": "1.1.2-patch.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"sass": "^1.35.1",
|
||||
"styled-components": "^5.3.0",
|
||||
"typescript": "^4.3.2",
|
||||
"vite": "^2.3.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user