-
-
Notifications
You must be signed in to change notification settings - Fork 148
/
template.json
34 lines (34 loc) · 1.02 KB
/
template.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
{
"package": {
"dependencies": {
"@material-ui/codemod": "^4.5.0",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.1",
"@sentry/browser": "^5.29.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.5.0",
"babel-plugin-import": "^1.13.3",
"camelcase": "^6.2.0",
"customize-cra": "^1.0.0",
"firebase": "^8.2.0",
"mdi-material-ui": "^6.20.0",
"moment": "^2.29.1",
"react": "^16.14.0",
"react-app-rewired": "^2.1.8",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-swipeable-views": "0.13.9",
"reading-time": "^1.2.1",
"source-map-explorer": "^2.5.1",
"typeface-roboto": "^1.1.13",
"validate.js": "^0.13.1"
},
"scripts": {
"start": "react-app-rewired start",
"analyze": "source-map-explorer 'build/static/js/*.js'"
}
}
}