-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
96 lines (96 loc) · 2.62 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
87
88
89
90
91
92
93
94
95
96
{
"name": "classshit",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^21.0.0",
"@ckeditor/ckeditor5-react": "^2.1.0",
"@material-ui/core": "^4.8.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@react-md/icon": "^2.1.2",
"@react-md/material-icons": "^2.1.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/axios": "^0.14.0",
"@types/bootstrap": "^4.5.0",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.43",
"@types/react-bootstrap": "^0.32.22",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.3",
"axios": "^0.19.2",
"bootstrap": "^4.5.2",
"chart.js": "^2.9.3",
"ckeditor5": "^21.0.0",
"classnames": "^2.2.6",
"formik": "^2.1.2",
"formik-material-ui": "^2.0.0-alpha.3",
"material-ui-markdown-editor": "^1.0.10",
"mdbreact": "^4.27.0",
"moment": "^2.27.0",
"node-sass": "^4.14.1",
"otp-input-react": "^0.2.4",
"react": "^16.12.0",
"react-bootstrap": "^1.3.0",
"react-calendar-heatmap": "^1.8.1",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.12.0",
"react-ga": "^3.1.2",
"react-hook-form": "^6.0.8",
"react-html-parser": "^2.0.2",
"react-moment": "^0.9.7",
"react-multi-carousel": "^2.5.5",
"react-otp-input": "^2.0.2",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-hash-link": "^2.2.2",
"react-scripts": "3.4.1",
"react-tap-event-plugin": "^3.0.3",
"react-tooltip": "^4.2.7",
"react-window": "^1.8.5",
"reactstrap": "^8.5.1",
"requests": "^0.3.0",
"typescript": "~3.9.0"
},
"scripts": {
"start": "react-scripts start",
"build": "CI= react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@iconify/icons-mdi": "^1.0.129",
"@iconify/react": "^1.1.3",
"@types/react-calendar-heatmap": "^1.6.2",
"bootstrap-loader": "^3.0.4",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.2.5",
"jquery": "^3.5.1",
"prettier": "2.0.5",
"pretty-quick": "^2.0.1",
"tether": "^1.4.7"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}