-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.31 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
{
"name": "ion-cheat-sheet",
"description": "An Ionic Framework CheatSheet",
"version": "0.1.0",
"dependencies": {
"fuse.js": "3.4.5",
"gatsby": "2.4.3",
"gatsby-image": "2.0.41",
"gatsby-plugin-google-analytics": "2.1.1",
"gatsby-plugin-manifest": "2.1.1",
"gatsby-plugin-netlify": "2.0.16",
"gatsby-plugin-offline": "2.1.0",
"gatsby-plugin-react-helmet": "3.0.12",
"gatsby-plugin-sass": "^2.1.0",
"gatsby-plugin-sharp": "2.0.37",
"gatsby-source-filesystem": "2.0.33",
"gatsby-transformer-sharp": "2.1.19",
"node-sass": "^4.12.0",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-copy-to-clipboard": "5.0.1",
"react-dom": "16.8.6",
"react-helmet": "5.2.1",
"react-redux": "7.1.0",
"redux": "^4.0.1",
"request": "2.88.0"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve"
},
"devDependencies": {
"cheerio": "1.0.0-rc.3",
"cloudscraper": "4.1.1",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.1",
"eslint-loader": "2.2.0",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.2",
"gatsby-plugin-eslint": "2.0.5"
}
}