forked from wafflestudio19-5/team1-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.84 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "team1",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.11",
"@types/react-dom": "^17.0.11",
"@types/react-router-hash-link": "^2.4.5",
"@types/remove-markdown": "^0.3.1",
"@uiw/react-md-editor": "^3.8.3",
"axios": "^0.24.0",
"dayjs": "^1.10.7",
"highlight.js": "^11.4.0",
"http-proxy-middleware": "^2.0.1",
"javascript-time-ago": "^2.3.10",
"react": "^17.0.2",
"react-confirm-alert": "^2.7.0",
"react-dom": "^17.0.2",
"react-markdown": "^7.1.2",
"react-router": "^6.0.2",
"react-router-dom": "^6.0.2",
"react-router-hash-link": "^2.4.3",
"react-scripts": "4.0.3",
"react-spinners": "^0.11.0",
"react-time-ago": "^7.1.7",
"react-toastify": "^8.1.0",
"rehype-highlight": "^5.0.2",
"rehype-sanitize": "^5.0.1",
"remove-markdown": "^0.3.0",
"s-ago": "^2.2.0",
"sass": "^1.43.4",
"typescript": "^4.5.2",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "aws s3 sync --delete ./build s3://waffle-19.5-team-1-frontend && aws cloudfront create-invalidation --distribution-id E3592MMV0KE7P8 --paths \"/*\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^17.0.37",
"prettier": "2.4.1"
}
}