-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 2.26 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
{
"name": "edupal-extension",
"version": "0.1.5",
"description": "Quick learning feedback during online lessons",
"repository": {
"type": "git",
"url": "https://github.com/edu-pal/edupal-extension"
},
"author": "Edu-pal Group <edupal.group@gmail.com>",
"contributors": [
"Markus Zhang <markuszhang8@gmail.com>"
],
"private": true,
"scripts": {
"lint": "eslint --fix \"src/**/*.{js,jsx}\"",
"build": "react-scripts build",
"start": "react-scripts start",
"eject": "react-scripts eject",
"release": "yarn build && zip -9yrq build.zip build/"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-private-property-in-object": "^7.16.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.12.1",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1",
"react-scripts": "^5.0.0-next.47"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"fontsource-roboto": "^3.0.3",
"jest": "26.6.0",
"material-ui-dropzone": "^3.5.0",
"mini-css-extract-plugin": "0.11.3",
"nanoid": "^3.1.18",
"notistack": "^1.0.2",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-error-boundary": "^3.1.0",
"react-hot-loader": "4.12.18",
"react-lazyload": "^3.1.0",
"react-swipeable-views": "^0.13.9",
"react-use-websocket": "^2.2.0",
"recoil": "^0.1.2",
"styled-components": "^5.2.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"workbox-build": "6.1.5",
"workbox-webpack-plugin": "6.2.0"
}
}