-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.2 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
73
74
75
{
"name": "raspaai",
"private": true,
"description": "Raspaai | Buy anything from your local stores",
"version": "1.1.0",
"author": "Ps <[email protected]>",
"dependencies": {
"@apollo/react-hooks": "^3.1.0",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.47",
"@material-ui/pickers": "^3.2.10",
"@react-google-maps/api": "^1.8.6",
"apollo-boost": "^0.4.7",
"date-fns": "^2.11.1",
"deep-object-diff": "^1.1.0",
"formik": "^2.1.4",
"formik-material-ui": "^2.0.0-alpha.3",
"gatsby": "^2.20.10",
"gatsby-image": "^2.3.1",
"gatsby-plugin-create-client-paths": "^2.2.1",
"gatsby-plugin-google-gtag": "^1.2.1",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-material-ui": "^2.1.6",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-plugin-sitemap": "^2.3.1",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-sharp": "^2.4.3",
"graphql": "^14.6.0",
"isomorphic-fetch": "^2.2.1",
"jss": "^10.1.1",
"material-table": "^1.57.2",
"named-urls": "^2.0.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-apollo": "^3.1.3",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-image-file-resizer": "^0.2.1",
"react-responsive-carousel": "^3.1.51",
"simple-crypto-js": "^2.2.0",
"use-position": "0.0.6",
"yup": "^0.28.3"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
],
"eslintConfig": {
"extends": "react-app"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "gatsby develop -p 3000",
"serve": "gatsby serve -p 3000",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}