This repository has been archived by the owner on Jan 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.46 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"homepage": "https://mau-md.github.io/Omegaup-CDP",
"name": "omegaup-problem-creator",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^1.0.14",
"@chakra-ui/react": "^1.0.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^12.0.2",
"@types/file-saver": "^2.0.3",
"@types/jest": "^25.0.0",
"@types/markdown-it": "^12.0.3",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^16.9.0",
"@types/react-select": "^4.0.16",
"@types/styled-components": "^5.1.10",
"ace-builds": "^1.4.12",
"easy-peasy": "^5.0.3",
"eslint-plugin-cypress": "^2.11.3",
"file-saver": "^2.0.5",
"framer-motion": "^4.0.0",
"gh-pages": "^3.2.2",
"html-react-parser": "^1.2.7",
"jszip": "^3.7.1",
"katex": "^0.13.13",
"markdown-it": "^12.2.0",
"markdown-it-texmath": "^0.9.1",
"prettier": "^2.3.1",
"prismjs": "^1.24.1",
"react": "^17.0.2",
"react-ace": "^9.4.3",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.4",
"react-hook-form": "^7.8.4",
"react-icons": "^3.0.0",
"react-id-generator": "^3.0.1",
"react-mde": "^11.5.0",
"react-media-hook": "^0.4.9",
"react-player": "^2.9.0",
"react-responsive-carousel": "^3.2.21",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-select": "^4.3.1",
"react-syntax-highlighter": "^15.4.4",
"rehype-highlight": "^4.1.0",
"styled-components": "^5.3.0",
"typescript": "^3.9.5",
"uuidv4": "^6.2.11",
"web-vitals": "^0.2.2"
},
"scripts": {
"predeploy": "yarn run build",
"deploy": "gh-pages -b master -d build",
"start": "BROWSER='firefox developer edition' react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"cypress": "cypress open"
},
"eslintConfig": {
"extends": ["react-app", "plugin:cypress/recommended"]
},
"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-router-dom": "^5.1.8",
"cypress": "^8.3.1"
}
}