forked from CAHLR/OATutor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.14 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
{
"name": "open-its",
"version": "0.1.0",
"private": true,
"dependencies": {
"@common/global-config": "file:./common",
"@material-ui/core": "~4.12.3",
"@material-ui/icons": "~4.11.2",
"algebrite": "~1.4.0",
"await-to-js": "~3.0.0",
"axios": "^1.4.0",
"clsx": "~1.1.1",
"equation-editor-react": "https://github.com/CAHLR/equation-editor-react-forked/releases/download/v0.0.10/equation-editor-react-0.0.10.tgz",
"expr-eval": "~2.0.2",
"firebase": "~9.9.1",
"http2": "~3.3.7",
"list-react-files": "~0.2.0",
"localforage": "~1.10.0",
"mathlive": "^0.98.3",
"random-seed": "~0.3.0",
"react": "~16.14.0",
"react-cursor-position": "~3.0.3",
"react-dom": "~16.14.0",
"react-katex": "~2.0.2",
"react-medium-image-zoom": "^4.3.5",
"react-router-dom": "~5.3.0",
"react-scripts": "~5.0.1",
"react-scroll": "~1.8.4",
"react-toastify": "~8.0.2",
"typeface-roboto": "~0.0.75",
"underscore": "~1.13.1",
"universal-cookie": "~4.0.4",
"use-window-focus": "^1.4.1"
},
"scripts": {
"start": "cross-env PORT=3001 react-app-rewired start",
"prestart": "node src/tools/preprocessProblemPool.js",
"build": "react-app-rewired build",
"build-localhost": "cross-env PUBLIC_URL=/ react-app-rewired build",
"prebuild": "node src/tools/preprocessProblemPool.js",
"prebuild-localhost": "node src/tools/preprocessProblemPool.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-app-rewired test",
"pretest": "node src/tools/preprocessProblemPool.js",
"eject": "react-scripts eject",
"fix-lockfile": "npm install --package-lock-only"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-resizable": "~1.7.4",
"cross-env": "^7.0.3",
"gh-pages": "~2.2.0",
"mathlive": "^0.98.3",
"react-app-rewire-alias": "~1.1.7",
"react-app-rewired": "~2.2.1"
},
"homepage": "OATutor-ABScribe"
}