-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "scrumified-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"aos": "^2.3.4",
"avvvatars-react": "^0.4.2",
"axios": "^0.26.1",
"chakra-ui-autocomplete": "^1.4.5",
"cookie": "^0.5.0",
"formik": "^2.2.9",
"formik-chakra-ui": "^1.6.0",
"framer-motion": "^6.2.8",
"js-sha512": "^0.8.0",
"jsonwebtoken": "^8.5.1",
"match-sorter": "^6.3.1",
"md5": "^2.3.0",
"next": "12.1.0",
"next-cookies": "^2.0.3",
"package": "^1.0.1",
"query-string": "^7.1.1",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-datepicker": "^4.7.0",
"react-dom": "17.0.2",
"react-google-chart": "^0.1.2",
"react-google-charts": "^4.0.0",
"react-icons": "^4.3.1",
"react-usestateref": "^1.0.8",
"sass": "^1.51.0",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"scss": "^0.2.4"
}
}