This repository has been archived by the owner on May 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
67 lines (67 loc) · 1.75 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
{
"name": "tutorbook",
"private": true,
"version": "0.0.0",
"scripts": {
"prod": "webpack --mode production",
"dev": "webpack --mode development"
},
"license": "MIT",
"browserslist": [
"defaults"
],
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@tutorbook/minami": "^1.3.3",
"babel-loader": "^8.1.0",
"css-loader": "^3.4.2",
"fibers": "^4.0.2",
"html-loader": "^1.0.0",
"husky": "^4.2.3",
"prettier": "^2.0.2",
"pretty-quick": "^2.0.1",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"svg-url-loader": "^5.0.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@material/button": "^5.1.0",
"@material/card": "^5.1.0",
"@material/checkbox": "^5.1.0",
"@material/dialog": "^5.1.0",
"@material/drawer": "^5.1.0",
"@material/elevation": "^5.1.0",
"@material/fab": "^5.1.0",
"@material/form-field": "^5.1.0",
"@material/icon-button": "^5.1.0",
"@material/layout-grid": "^5.1.0",
"@material/linear-progress": "^5.1.0",
"@material/list": "^5.1.0",
"@material/menu": "^5.1.0",
"@material/menu-surface": "^5.1.0",
"@material/ripple": "^5.1.0",
"@material/select": "^5.1.0",
"@material/snackbar": "^5.1.0",
"@material/switch": "^5.1.0",
"@material/textfield": "^5.1.0",
"@material/top-app-bar": "^5.1.0",
"@material/typography": "^5.1.0",
"algoliasearch": "^4.1.0",
"await-to-js": "^2.1.1",
"axios": "^0.19.2",
"chart.js": "^2.9.2",
"core-js": "^3.6.4",
"jquery": "^3.4.1",
"navigo": "^7.1.2",
"regenerator-runtime": "^0.13.5"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}