forked from FMFI-UK-1-AIN-412/workbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.57 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.57 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "workbook",
"version": "0.1.0",
"private": true,
"homepage": "https://fmfi-uk-1-ain-412.github.io/workbook/",
"dependencies": {
"@codemirror/lang-markdown": "^0.19.6",
"@fmfi-uk-1-ain-412/fol-graphexplorer": "^5.6.6",
"@fmfi-uk-1-ain-412/resolution-editor": "^1.0.2",
"@fmfi-uk-1-ain-412/tableaueditor": "^1.0.0",
"@reduxjs/toolkit": "^1.8.0",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.24",
"@types/js-base64": "^3.3.1",
"@types/node": "^12.20.37",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-router-bootstrap": "^0.24.5",
"@types/sha1": "^1.1.3",
"@uiw/react-codemirror": "^4.5.1",
"bootstrap": "^5.1.3",
"install": "^0.13.0",
"js-base64": "^3.7.2",
"katex": "^0.15.1",
"npm": "^8.3.0",
"path": "^0.12.7",
"react": "^17.0.2",
"react-bootstrap": "^2.0.3",
"react-bootstrap-icons": "^1.6.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.3",
"react-moment": "^1.1.1",
"react-redux": "^7.2.6",
"react-router-bootstrap": "^0.26.1",
"react-router-dom": "^6.0.2",
"react-scripts": "5.0.0",
"redux-undo": "^1.0.1",
"rehype-katex": "^6.0.2",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"sha1": "^1.1.1",
"ts-auto-guard": "^2.4.1",
"typescript": "^4.5.2",
"web-vitals": "^1.1.2"
},
"scripts": {
"prepare": "ln -sf config-local.json src/config.json",
"prestart": "npx dotenv-cli -e backend-config.env workbook-auth-backend &",
"start": "ln -sf config-local.json src/config.json && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "(ln -sf config-ghpage.json src/config.json && npm run build) ; ln -sf config-local.json src/config.json",
"deploy": "ln -s index.html build/404.html && gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"dotenv-cli": "^5.1.0",
"gh-pages": "^3.2.3",
"workbook-auth-backend": "github:4zzz/workbook-auth-backend#9af4c569803f7eab2aaae2c9d86247a44562b014"
}
}