-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.47 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
76
77
78
79
{
"name": "pastanagapp-6b6january",
"private": true,
"description": "A PWA to play the carrot assasin game",
"version": "1.0.0",
"author": "Oriol Castro <[email protected]>",
"dependencies": {
"@date-io/date-fns": "^1.0.1",
"@material-ui/core": "^3.8.2",
"@material-ui/icons": "^3.0.2",
"@sendgrid/mail": "^6.3.1",
"apollo-boost": "^0.1.23",
"auth0-js": "^9.9.0",
"axios": "^0.18.0",
"date-fns": "2.0.0-alpha.27",
"dayjs": "^1.8.6",
"firebase": "^5.7.2",
"formik": "^1.4.2",
"gatsby": "^2.0.76",
"gatsby-image": "^2.0.20",
"gatsby-plugin-create-client-paths": "^2.0.3",
"gatsby-plugin-gtag-outbound": "^1.0.4",
"gatsby-plugin-manifest": "^2.0.9",
"gatsby-plugin-netlify": "^2.0.6",
"gatsby-plugin-offline": "^2.0.16",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^2.0.14",
"gatsby-source-filesystem": "^2.0.8",
"gatsby-transformer-sharp": "^2.1.8",
"isomorphic-fetch": "^2.2.1",
"jss": "^9.8.7",
"material-table": "^1.13.0",
"material-ui-pickers": "^2.1.1",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-anchor-link-smooth-scroll": "^1.0.11",
"react-apollo": "^2.3.3",
"react-dom": "^16.6.3",
"react-helmet": "^5.2.0",
"react-jss": "^8.6.1",
"react-select": "^2.2.0",
"yup": "^0.26.7"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "concurrently 'yarn start:app' 'yarn start:lambda'",
"start:app": "yarn run develop",
"start:lambda": "netlify-lambda serve src/lambda",
"build": "yarn build:app && yarn build:lambda",
"build:app": "gatsby build",
"build:lambda": "netlify-lambda build src/lambda",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"devDependencies": {
"babel-preset-gatsby": "^0.1.7",
"concurrently": "^4.1.0",
"dotenv": "^6.2.0",
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.3",
"http-proxy-middleware": "^0.19.1",
"netlify-lambda": "^1.1.1",
"prettier": "^1.15.2"
},
"repository": {
"type": "git",
"url": "https://github.com/oriolcastro/6by6challenge-january"
}
}