-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.53 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.53 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "ghfresh",
"homepage": ".",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "craco start",
"build": "craco build",
"postbuild": "node runPreRender.js",
"test": "craco test",
"deploy": "gh-pages -d build",
"report": "REPORT=true craco build"
},
"devDependencies": {
"@craco/craco": "^5.6.3",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.3.0",
"@testing-library/user-event": "^12.0.6",
"@types/clean-css": "^4.2.2",
"@types/jest": "^24.0.0",
"@types/marked": "^1.1.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.9",
"@types/webpack-env": "^1.15.2",
"clean-css": "^4.2.3",
"gh-pages": "^3.1.0",
"jest-fetch-mock": "^3.0.1",
"preact-render-to-string": "^5.1.9",
"react-scripts": "3.4.1",
"typescript": "~3.9.5",
"webpack-bundle-analyzer": "^3.8.0"
},
"dependencies": {
"@material-ui/core": "^4.10.2",
"@material-ui/lab": "^4.0.0-alpha.56",
"@reduxjs/toolkit": "^1.4.0",
"dayjs": "^1.8.28",
"marked": "^1.1.0",
"preact": "^10.4.4",
"react-redux": "^7.2.0",
"redux-persist": "^6.0.0",
"use-debounce": "^3.4.2"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}