-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.59 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.59 KB
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
{
"name": "retro-board",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"deploy": "yarn build && firebase deploy",
"lint": "next lint",
"lint-fix": "next lint --fix"
},
"dependencies": {
"@chakra-ui/react": "^1.7.4",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fontsource/inter": "^4.5.10",
"@fontsource/open-sans": "^4.5.10",
"@fontsource/raleway": "^4.5.8",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^0.25.0",
"cleave.js": "^1.6.0",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.6",
"firebase": "^9.6.4",
"firebase-admin": "^10.0.2",
"framer-motion": "^6.2.3",
"lodash-es": "^4.17.21",
"next": "12.0.8",
"next-pwa": "^5.6.0",
"qrcode.react": "^3.0.2",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "17.0.2",
"react-firebase-hooks": "^5.0.3",
"react-hook-form": "^7.25.1",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.7",
"react-select": "^5.4.0",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"styled-components": "^5.3.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/cleave.js": "^1.4.6",
"@types/lodash-es": "^4.17.5",
"@types/node": "17.0.12",
"@types/react": "17.0.38",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/styled-components": "^5.1.21",
"@types/uuid": "^8.3.4",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"typescript": "4.5.5"
}
}