-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 911 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "lighting-share-vite",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^1.6.5",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@heroicons/react": "^2.0.15",
"constate": "^3.3.0",
"filepond": "^4.28.2",
"filepond-plugin-image-preview": "^4.6.11",
"firebase": "9.0.0-beta.7",
"framer-motion": "^4.1.17",
"preact": "^10.5.13",
"react-filepond": "^7.1.1",
"react-helmet": "^6.1.0",
"react-use": "^17.2.4",
"rxjs": "^7.3.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@trivago/prettier-plugin-sort-imports": "^2.0.2",
"@types/react-helmet": "^6.1.2",
"prettier": "^2.3.2",
"tslib": "^2.3.0",
"typescript": "^4.3.2",
"vite": "^4.1.2",
"vite-plugin-pwa": "^0.14.4"
}
}