-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 881 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
{
"name": "swift-chat-13",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"prettier": "prettier --write --trailing-comma es5 \"src/*.tsx\" \"src/shared/*.tsx\" \"src/shared/*.ts\" \"src/test/*.ts\""
},
"dependencies": {
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@types/react-modal": "^3.12.1",
"firebase": "^9.1.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-modal": "^3.14.3",
"react-scroll-to-bottom": "^4.1.2",
"react-youtube": "^7.13.1"
},
"devDependencies": {
"@types/lodash": "^4.14.175",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react": "^1.0.0",
"typescript": "^4.3.2",
"vite": "^2.6.4"
}
}