-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.67 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.67 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
{
"name": "react-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "react-scripts start",
"start": "react-scripts start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "react-scripts build",
"test": "npm run lint",
"eject": "react-scripts eject",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org chamsocial --project frontend ./build && sentry-cli sourcemaps upload --org chamsocial --project frontend ./build"
},
"dependencies": {
"@apollo/client": "^3.14.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@sentry/react": "^7.120.4",
"apollo-upload-client": "^17.0.0",
"downshift": "^8.5.0",
"graphql": "^16.6.0",
"lodash": "^4.17.21",
"prop-types": "^15.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-dropzone-uploader": "^2.10.0",
"react-filepond": "^7.1.1",
"react-markdown": "^9.1.0",
"react-router-dom": "^6.30.1",
"react-transition-group": "^4.4.2",
"remark-gfm": "^4.0.0",
"sass": "^1.42.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.8",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@sentry/cli": "^2.29.1",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.26.1",
"react-scripts": "^5.0.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}