-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
78 lines (78 loc) · 2.52 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
{
"name": "workgroup",
"version": "0.5.5",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@reach/router": "^1.3.4",
"@sentry/react": "^6.15.0",
"@sentry/tracing": "^6.15.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
"autolinker": "^3.14.2",
"axios": "^0.21.1",
"date-fns": "^2.28.0",
"dotenv": "^10.0.0",
"firebase": "^8.2.0",
"focus-trap-react": "^8.9.1",
"linkifyjs": "^2.1.9",
"react": "^17.0.1",
"react-debounce-input": "^3.2.3",
"react-dom": "^17.0.1",
"react-dynamic-virtual-scroll": "^1.3.2",
"react-feather": "^2.0.9",
"react-ga": "^3.3.0",
"react-infinite-scroll-component": "^6.0.0",
"react-ionicons": "^4.0.5",
"react-markdown": "^7.1.1",
"react-mentions": "^4.3.1",
"react-newline-to-break": "^1.0.6",
"react-router-dom": "^6.2.1",
"react-scripts": "4.0.1",
"react-virtual-scrolling": "^1.1.4",
"rehype-highlight": "^5.0.2",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"sass": "^1.30.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.1",
"styled-components": "^5.2.1",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "npm run lint",
"eject": "react-scripts eject",
"prettier": "prettier --write .",
"lint": "eslint --fix --ext .js,.jsx ."
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.16.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "2.2.1",
"react-app-env": "^1.2.3"
}
}