-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "bergamot",
"version": "1.0.0",
"description": "",
"license": "MPL-2.0",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@ant-design/colors": "4.0.5",
"@reduxjs/toolkit": "^1.4.0",
"@types/classnames": "^2.2.10",
"@types/jest": "26.0.13",
"@types/node": "14.10.1",
"@types/react": "16.9.49",
"@types/react-dom": "16.9.8",
"@types/react-redux": "^7.1.11",
"@types/react-router-dom": "^5.1.6",
"@types/react-transition-group": "^4.4.0",
"classnames": "^2.2.6",
"node-sass": "4.14.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-icons": "3.11.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-transition-group": "^4.4.1",
"redux": "^4.0.5",
"typescript": "4.0.2"
},
"devDependencies": {
"react-docgen": "^5.3.1",
"typescript": "3.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}