-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.61 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "haries",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.132",
"@mui/material": "^5.11.16",
"@reduxjs/toolkit": "^1.8.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@toast-ui/editor": "^3.2.2",
"@toast-ui/editor-plugin-color-syntax": "^3.1.0",
"@toast-ui/react-editor": "^3.2.3",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.0",
"@types/react": "^18.0.22",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^18.0.7",
"@types/react-js-pagination": "^3.0.4",
"@types/react-syntax-highlighter": "^15.5.11",
"aws-sdk": "^2.1386.0",
"axios": "^1.2.2",
"classnames": "^2.3.2",
"http-proxy-middleware": "^2.0.6",
"js-cookies": "^1.0.4",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"node-sass": "^8.0.0",
"react": "^18.2.0",
"react-aws-s3": "^1.5.0",
"react-aws-s3-typescript": "^1.1.5",
"react-beautiful-dnd": "^13.1.1",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-intersection-observer": "9.8.1",
"react-js-pagination": "^3.0.3",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"react-redux": "^8.0.4",
"react-router-dom": "^6.4.2",
"react-scripts": "5.0.1",
"react-spring": "^9.5.5",
"react-syntax-highlighter": "^15.5.0",
"recoil": "^0.7.6",
"recoil-persist": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"rehype-highlight": "^7.0.0",
"remark-gfm": "^4.0.0",
"styled-components": "^5.3.6",
"types": "^0.1.1",
"typescript": "^4.8.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false && export PORT=2999 && react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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/lodash": "^4.14.197",
"@types/styled-components": "^5.1.26"
}
}