-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.21 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.21 KB
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
{
"name": "react",
"version": "1.0.0",
"description": "React example starter project",
"keywords": [
"react",
"starter"
],
"main": "src/index.js",
"dependencies": {
"@devexpress/dx-react-core": "^2.6.4",
"@devexpress/dx-react-grid": "^2.6.4",
"@devexpress/dx-react-grid-material-ui": "^2.6.4",
"@material-ui/core": "4.9.2",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.43",
"clsx": "1.1.0",
"effector": "^21.0.3",
"effector-react": "^21.0.4",
"history": "4.10.1",
"nanoid": "^3.1.10",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-hook-form": "5.7.2",
"react-router": "5.1.2",
"react-router-config": "5.1.1",
"react-router-dom": "5.1.2",
"react-scripts": "3.0.1",
"react-select": "3.0.8",
"react-text-mask": "5.4.3",
"react-toastify": "^6.0.8",
"text-mask-addons": "3.8.0"
},
"devDependencies": {
"typescript": "3.3.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"
]
}