-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.76 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
{
"name": "openweb-panel",
"version": "1.0.0",
"main": "index.js",
"author": "Francisco Calle <francisco.calle.next@bbva.com>",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"start": "gatsby develop",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@material-ui/core": "^4.9.11",
"@material-ui/styles": "^4.9.10",
"@mdx-js/mdx": "^1.5.8",
"@mdx-js/react": "^1.5.8",
"gatsby": "^2.17.11",
"gatsby-image": "^2.3.4",
"gatsby-plugin-manifest": "^2.2.29",
"gatsby-plugin-material-ui": "^2.1.6",
"gatsby-plugin-mdx": "^1.1.9",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-sharp": "^2.5.6",
"gatsby-source-filesystem": "^2.2.4",
"gatsby-transformer-remark": "^2.7.3",
"gatsby-transformer-sharp": "^2.4.6",
"has-scroll-hook": "^1.0.3",
"mater": "0.0.0",
"materialui-pagination-component": "^1.1.12",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-icons": "^3.9.0",
"styled-components": "^4.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vim-labs/gatsby-theme-sky-lite-starter.git"
},
"bugs": {
"url": "https://github.com/vim-labs/gatsby-theme-sky-lite-starter/issues"
},
"homepage": "https://github.com/vim-labs/gatsby-theme-sky-lite-starter#readme",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"gh-pages": "^2.2.0",
"prettier": "^2.0.4",
"typescript": "^3.8.3"
}
}