-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.16 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
{
"name": "material-ui-kit",
"private": true,
"description": "Open-source UI Kit based on the Material Design. Contains all styles, icons, and components available in the Material UI library.",
"version": "1.0.2",
"author": "CodersCrew <kontakt@coderscrew.pl>",
"dependencies": {
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.51",
"@material-ui/styles": "^4.9.10",
"axios": "^0.19.2",
"gatsby": "^2.21.0",
"gatsby-image": "^2.4.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-tagmanager": "^2.3.0",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-manifest": "^2.4.0",
"gatsby-plugin-material-ui": "^2.1.8",
"gatsby-plugin-netlify": "^2.3.0",
"gatsby-plugin-offline": "^3.2.0",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.6.0",
"gatsby-plugin-typescript": "^2.4.0",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-sharp": "^2.5.0",
"polished": "^3.5.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-hook-form": "^5.6.0",
"react-use": "^14.2.0",
"yup": "^0.28.4"
},
"devDependencies": {
"@types/react-helmet": "^5.0.15",
"@types/yup": "^0.28.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "2.0.5",
"typescript": "^3.8.3"
},
"keywords": [
"gatsby",
"ui-design",
"ui-kit",
"material-ui",
"material-design"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "https://github.com/CodersCrew/material-ui-kit"
},
"bugs": {
"url": "https://github.com/CodersCrew/material-ui-kit/issues"
}
}