-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.88 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "wisebook",
"version": "0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@google-cloud/firestore": "^5.0.1",
"@radix-ui/react-alert-dialog": "^1.0.0",
"@radix-ui/react-avatar": "^1.0.0",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-popover": "^1.0.2",
"@radix-ui/react-scroll-area": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@svgr/webpack": "^6.2.1",
"@swc/helpers": "0.4.14",
"axios": "^0.26.0",
"firebase": "9.10.0",
"firebase-admin": "^10.3.0",
"firebase-functions": "^3.19.0",
"indent-textarea": "^2.1.1",
"jotai": "^1.10.0",
"lodash": "^4.17.21",
"next": "^13.0.4",
"nookies": "^2.5.2",
"polished": "^4.2.0",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.0.3",
"react-imask": "6.4.2",
"react-input-autosize": "^3.0.0",
"react-lines-ellipsis": "^0.15.3",
"react-textarea-autosize": "^8.3.4",
"react-toastify": "^9.0.8",
"styled-components": "^5.3.3",
"zustand": "^4.1.3"
},
"devDependencies": {
"@types/lodash": "^4.14.189",
"@types/node": "16.18.0",
"@types/react": "17.0.39",
"@types/react-input-autosize": "^2.2.1",
"@types/react-lines-ellipsis": "^0.15.1",
"@types/styled-components": "^5.1.23",
"eslint": "8.10.0",
"eslint-config-next": "^13.0.0",
"keyboard-event-key-type": "^1.5.0",
"type-fest": "^3.1.0",
"typescript": "^4.9.3",
"typescript-styled-plugin": "^0.18.2"
}
}