-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@types/jest": "^27.0.1",
"classnames": "^2.3.1",
"next": "latest",
"react": "17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-redux": "^7.2.5",
"recharts": "^2.1.2",
"redux": "^4.1.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.3",
"wicg-inert": "^3.1.1"
},
"devDependencies": {
"@types/enzyme": "^3.10.9",
"@types/node": "15.0.0",
"@types/react": "17.0.4",
"@types/react-dom": "17.0.3",
"@types/redux-mock-store": "^1.0.3",
"@types/styled-components": "5.1.9",
"@types/uuid": "^8.3.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"babel-plugin-styled-components": "^1.12.0",
"core-js": "^3.17.3",
"enzyme": "^3.11.0",
"jest": "^27.1.1",
"redux-devtools-extension": "^2.13.9",
"redux-mock-store": "^1.5.4",
"typescript": "4.3.2"
}
}