-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.3 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.1",
"@material-ui/icons": "^4.9.1",
"@progress/kendo-react-dropdowns": "^4.4.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.2.2",
"aos": "^2.3.4",
"axios": "^0.21.0",
"bootstrap": "^4.5.3",
"classnames": "^2.2.6",
"commentbox.io": "^2.0.0",
"crypto-browserify": "^3.12.0",
"cryptr": "^6.0.2",
"disqus-react": "^1.0.11",
"font-awesome": "^4.7.0",
"fuse": "^0.4.0",
"fuse.js": "^6.4.6",
"fuzzy-search": "^3.2.1",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.5.1",
"node-polyfill-webpack-plugin": "^1.1.4",
"node-sass": "^7.0.1",
"popper.js": "^1.16.1",
"quill": "^1.3.6",
"react": "^17.0.1",
"react-awesome-slider": "^4.1.0",
"react-bootstrap": "^1.4.0",
"react-cookie": "^4.0.3",
"react-data-table-component": "^6.11.6",
"react-datetime-picker": "^3.0.4",
"react-disqus-comments": "^1.4.0",
"react-dom": "^17.0.1",
"react-fa-icon": "^0.1.4",
"react-full-page": "^0.1.11",
"react-icons": "^4.1.0",
"react-image-lightbox": "^5.1.1",
"react-lazyload": "^3.1.0",
"react-quill": "^1.3.5",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.0",
"react-select": "^3.1.1",
"serve": "^11.3.2",
"socket.io-client": "^2.3.0",
"stream": "^0.0.2",
"styled-components": "^5.2.1",
"suneditor-react": "^2.14.9",
"sweetalert": "^2.1.2",
"sweetalert2": "^10.10.4",
"web-vitals": "^0.2.4",
"https-browserify": "^1.0.0",
"os": "^0.1.2",
"os-browserify": "^0.3.0",
"react-app-rewired": "^2.1.9",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0"
},
"browser": {
"crypto": false,
"stream": false
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired 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"
]
}
}