-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "oneplaybook",
"author": "Abraham Samma",
"version": "0.9.3",
"license": " MPL-2.0",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"browser-monads": "^1.0.0",
"clsx": "^1.1.1",
"gatsby": "^2.24.15",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-manifest": "^2.4.32",
"gatsby-plugin-material-ui": "^2.1.9",
"gatsby-plugin-offline": "^3.2.29",
"gatsby-plugin-react-helmet": "^3.3.12",
"gatsby-theme-codebushi": "1.0.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"prettier": "^1.19.1"
}
}