This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.69 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
{
"name": "informatics-oge-generator",
"version": "0.1.0",
"dependencies": {
"@editorjs/underline": "^1.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.21.1",
"bootstrap": "^5.0.0-beta2",
"codemirror": "^5.59.4",
"dedent-js": "^1.0.1",
"fast-deep-equal": "^3.1.3",
"file-saver": "^2.0.5",
"html2canvas": "^1.0.0-rc.7",
"jszip": "^3.6.0",
"md5": "^2.3.0",
"package-info": "^4.0.0",
"random-words": "^1.1.1",
"randomstring": "^1.1.5",
"react": "^17.0.1",
"react-bootstrap": "^1.5.1",
"react-codemirror2": "^7.2.1",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0",
"react-markdown": "^5.0.3",
"react-scripts": "4.0.3",
"reactstrap": "^9.0.0-0",
"remark-html": "^13.0.1",
"remark-underline": "^1.0.5",
"ryba-js": "^0.0.9",
"seedrandom": "^3.0.5",
"string-similarity": "^4.0.4",
"web-vitals": "^1.0.1",
"xlsx": "^0.17.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"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": {
"@craco/craco": "^6.1.1",
"@editorjs/editorjs": "^2.19.1",
"@editorjs/paragraph": "^2.8.0",
"@editorjs/table": "^1.3.0",
"craco-esbuild": "^0.3.0",
"react-editor-js": "^1.9.0"
}
}