-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1009 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
34
35
36
37
38
39
{
"name": "react-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@reduxjs/toolkit": "^1.4.0",
"antd": "^4.6.1",
"axios": "^0.20.0",
"classnames": "^2.2.6",
"faker": "^5.0.0",
"lodash": "^4.17.20",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"tailwindcss": "^1.7.3"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/faker": "^4.1.12",
"@types/lodash": "^4.14.160",
"@types/node": "^14.6.0",
"@types/react": "^16.9.47",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.5",
"@types/redux-logger": "^3.0.8",
"typescript": "^4.0.2"
}
}