-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.35 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
{
"name": "simple-todo",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.3",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@reduxjs/toolkit": "^1.6.2",
"@types/react-redux": "^7.1.20",
"axios": "^0.24.0",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"is-hotkey": "^0.2.0",
"just-snake-case": "^3.0.1",
"moment": "^2.29.1",
"next": "^12.0.7",
"next-redux-wrapper": "^7.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-modal": "^3.14.4",
"react-query": "^3.34.2",
"react-redux": "^7.2.6",
"react-textarea-autosize": "^8.3.3",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"use-deep-compare-effect": "^1.8.1",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@types/is-hotkey": "^0.1.5",
"@types/node": "16.11.7",
"@types/react": "17.0.34",
"@types/react-modal": "^3.13.1",
"@types/redux-logger": "^3.0.9",
"@types/uuid": "^8.3.1",
"eslint": "7.32.0",
"eslint-config-next": "12.0.3",
"typescript": "4.4.4"
}
}