-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.39 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 3.39 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "workbook",
"version": "0.1.0",
"private": true,
"homepage": "https://fmfi-uk-1-ain-412.github.io/workbook/",
"dependencies": {
"@codemirror/lang-markdown": "^6.0.5",
"@codemirror/view": "^6.8.1",
"@fmfi-uk-1-ain-412/fol-graphexplorer": "^5.7.1",
"@fmfi-uk-1-ain-412/formalization-checker": "^0.1.3",
"@fmfi-uk-1-ain-412/js-fol-parser": "^0.7.1",
"@fmfi-uk-1-ain-412/resolution-editor": "^1.1.2",
"@fmfi-uk-1-ain-412/structure-explorer": "^0.1.7",
"@fmfi-uk-1-ain-412/tableaueditor": "^1.1.0",
"@reduxjs/toolkit": "^1.8.0",
"@rtk-query/graphql-request-base-query": "^2.3.1",
"@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-katex": "^3.0.0",
"@types/react-router-bootstrap": "^0.24.5",
"@types/sha1": "^1.1.3",
"@uiw/react-codemirror": "^4.19.9",
"bootstrap": "^5.2.3",
"immer": "^9.0.21",
"install": "^0.13.0",
"js-base64": "^3.7.2",
"katex": "^0.15.1",
"lodash": "^4.17.21",
"npm": "^8.3.0",
"octokit": "^3.2.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-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-katex": "^3.0.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.23.0",
"react-scripts": "^5.0.1",
"redux-undo": "^1.0.1",
"rehype-components": "github:marekweb/rehype-components",
"rehype-katex": "^6.0.2",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"remark-definition-list": "^1.2.0",
"remark-directive": "^2.0.1",
"remark-directive-rehype": "^0.4.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"sha1": "^1.1.1",
"ts-auto-guard": "^2.4.1",
"typescript": "^4.9.5",
"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 && npx gh-pages -d build -m \"Deploying $(git log -1 --format='%h %s')\""
},
"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": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/lodash": "^4.17.0",
"@types/react-helmet": "^6.1.11",
"dotenv-cli": "^5.1.0",
"gh-pages": "^3.2.3",
"npm-link-shared": "^0.5.6",
"sass": "^1.58.0",
"workbook-auth-backend": "github:4zzz/workbook-auth-backend#9af4c569803f7eab2aaae2c9d86247a44562b014"
}
}