-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
61 lines (61 loc) · 1.86 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
{
"scripts": {
"start": "webpack-dev-server --progress",
"build": "webpack"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@svgr/webpack": "^5.5.0",
"@types/uglifyjs-webpack-plugin": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"babel-loader": "^8.2.1",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-import-resolver-babel-module": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"prettier": "^2.2.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.11",
"typescript": "^4.0.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1"
},
"dependencies": {
"@types/html2canvas": "^0.0.36",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/react-image-crop": "^8.1.2",
"@types/react-redux": "^7.1.11",
"@types/redux-actions": "^2.6.1",
"@types/styled-components": "^5.1.4",
"css-loader": "^5.0.1",
"desmos": "^1.5.4",
"html2canvas": "^1.0.0-rc.7",
"react": "^17.0.1",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^17.0.1",
"react-image-crop": "^8.6.6",
"react-mathquill": "^1.0.1",
"react-redux": "^7.2.2",
"react-split-pane": "^0.1.77",
"redux": "^4.0.5",
"redux-actions": "^2.2.1",
"styled-components": "^5.2.1",
"styled-reset": "^4.3.1"
}
}