-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.33 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
48
49
50
51
52
{
"name": "mailinger",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.0.2",
"@material-ui/icons": "^4.0.1",
"@material-ui/styles": "^4.0.2",
"@types/jest": "24.0.13",
"@types/node": "12.0.4",
"@types/react": "16.8.19",
"@types/react-dom": "16.8.4",
"axios": "^0.19.0",
"draft-js": "^0.10.5",
"draft-js-export-html": "^1.3.3",
"draft-js-import-html": "^1.3.3",
"js-base64": "^2.5.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-draft-wysiwyg": "^1.13.2",
"react-google-login": "^5.0.4",
"react-google-picker": "^0.1.0",
"react-scripts": "3.0.1",
"typescript": "3.5.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"coverage": "react-scripts test --coverage",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@testing-library/react": "^8.0.1",
"@types/draft-js": "^0.10.32",
"@types/js-base64": "^2.3.1",
"@types/react-draft-wysiwyg": "^1.12.2",
"prettier": "^1.17.1",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.0.0"
}
}