-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
{
"name": "clone-front-end",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@khanacademy/react-multi-select": "^0.3.3",
"@material-ui/core": "^4.0.1",
"@material-ui/icons": "^4.0.1",
"auth0": "^2.27.1",
"auth0-js": "^9.13.2",
"axios": "^0.21.2",
"bootstrap": "^4.3.1",
"codemirror": "^5.58.2",
"history": "^4.9.0",
"react": "^16.8.6",
"react-codemirror2": "^6.0.0",
"react-dom": "^16.8.6",
"react-full-screen": "^0.2.4",
"react-loader-spinner": "^2.3.0",
"react-markdown": "^4.0.8",
"react-router-dom": "^5.0.0",
"react-scripts": "^3.4.3",
"react-select": "^3.0.4",
"serve": "^11.0.1"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start": "serve -s build"
},
"heroku-run-build-script": true,
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}