-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "docs",
"version": "0.1.0",
"private": true,
"homepage": "https://react-form-fields.github.io/material-ui",
"dependencies": {
"@material-ui/core": "4.1.2",
"@react-form-fields/material-ui": "2.0.1",
"lodash": "4.17.21",
"mdi-react": "5.3.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-jss": "8.6.1",
"react-monaco-editor": "0.25.1",
"react-router-dom": "5.0.0",
"react-scripts-ts": "3.1.0"
},
"resolutions": {
"react": "16.8.6",
"@material-ui/core": "4.1.2"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "24.0.11",
"@types/lodash": "4.14.123",
"@types/node": "11.12.2",
"@types/react": "16.8.10",
"@types/react-dom": "16.8.3",
"@types/react-router-dom": "4.3.1",
"raw-loader": "2.0.0",
"tslint": "5.14.0",
"tslint-eslint-rules": "5.4.0",
"typescript": "3"
}
}