-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.7 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
{
"name": "react_boiolerplate",
"version": "0.1.0",
"private": true,
"dependencies": {
"@carbon/ibm-cloud-cognitive": "^0.50.1",
"@carbon/ibmdotcom-react": "^1.20.0",
"@carbon/icons-react": "^10.33.0",
"@carbon/pictograms-react": "^11.12.0",
"@sentry/react": "^6.5.1",
"@sentry/tracing": "^6.5.1",
"@zach.codes/react-calendar": "^0.2.0",
"axios": "^0.21.1",
"better-docs": "^2.3.2",
"carbon-components": "^10.37.0",
"carbon-components-react": "^7.37.0",
"carbon-icons": "^7.0.7",
"date-fns": "^2.22.1",
"jsdoc": "^3.6.7",
"peerjs": "^1.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-github-login": "^1.0.3",
"react-google-login": "^5.2.2",
"react-horizontal-scrolling-menu": "^0.7.10",
"react-microsoft-login": "^1.15.0",
"react-query": "^3.17.2",
"react-redux": "^7.2.4",
"react-responsive-carousel": "^3.2.18",
"react-router-dom": "^5.2.0",
"react-router-navigation-prompt": "^1.8.14",
"react-scripts": "4.0.3",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"sass": "1.29.0",
"simple-peer": "9.6.2",
"socket.io-client": "^4.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"docs": "jsdoc -c jsdoc.conf.json",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint .",
"format": "prettier --write \"**/*.+(js|jsx|json|yml|yaml|css|md|vue)\""
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {}
}