-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.57 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
{
"name": "weave-mentorship",
"engines": {
"node": "16.20.2",
"yarn": "1.22.19"
},
"scripts": {
"start": "react-scripts start",
"build": "REACT_APP_GIT_SHA=$SOURCE_VERSION react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src"
},
"dependencies": {
"@sentry/browser": "^7.64.0",
"blueimp-canvas-to-blob": "^3.29.0",
"polyfill-array-includes": "^2.0.0",
"promise-polyfill": "^8.3.0",
"react": "^18.2.0",
"react-avatar": "^5.0.3",
"react-avatar-editor": "^13.0.0",
"react-beforeunload": "^2.6.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-responsive": "^9.0.2",
"react-router": "^5.1.2",
"react-router-dom": "^5.0.1",
"react-router-hash-link": "^2.4.3",
"react-scripts": "^5.0.1",
"react-select": "^5.7.4",
"react-slick": "^0.29.0",
"react-toggle-switch": "^3.0.4",
"react-tooltip": "^5.21.1",
"slick-carousel": "^1.8.1",
"url-polyfill": "^1.1.12"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.11",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.0.2"
},
"prettier": {
"trailingComma": "es5",
"singleQuote": true,
"semi": false
},
"browserslist": [
"defaults"
],
"proxy": "http://localhost:5000"
}