-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 878 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
33
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@reduxjs/toolkit": "1.9.5",
"lodash.debounce": "^4.0.8",
"next": "^13.4.20-canary.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-redux": "8.1.0",
"react-transition-group": "^4.4.5",
"reselect": "^4.1.8",
"styled-components": "^6.0.4"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@types/react-transition-group": "^4.4.6",
"@types/redux-logger": "3.0.9",
"babel-plugin-styled-components": "^2.1.4",
"prettier": "^2.8.8",
"redux-logger": "3.0.6",
"typescript": "5.1.3"
}
}