-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 3 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "HAHA-Studio",
"description": "HAHA Studio",
"version": "1.0.0",
"author": "Collectiiv",
"dependencies": {
"babel-plugin-emotion": "^9.2.11",
"emotion": "^9.2.12",
"emotion-server": "^9.2.12",
"facepaint": "^1.2.1",
"formik": "^1.4.2",
"gatsby": "^2.0.29",
"gatsby-image": "^2.0.20",
"gatsby-link": "^2.0.4",
"gatsby-plugin-emotion": "2.0.5",
"gatsby-plugin-google-analytics": "^2.1.23",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-netlify": "^2.0.5",
"gatsby-plugin-netlify-cms": "^3.0.9",
"gatsby-plugin-react-helmet": "^3.0.5",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^2.1.3",
"gatsby-plugin-snipcart": "^1.0.6",
"gatsby-remark-copy-linked-files": "^2.0.7",
"gatsby-remark-images": "^3.0.1",
"gatsby-remark-relative-images": "^0.2.1",
"gatsby-source-filesystem": "^2.0.16",
"gatsby-transformer-remark": "^2.2.0",
"gatsby-transformer-sharp": "^2.1.21",
"gatsby-v2-plugin-page-transitions": "1.0.0",
"lodash-addons": "^2.0.1",
"netlify-cms": "^2.3.0",
"react": "16.7.0",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.7.0",
"react-emotion": "^9.2.12",
"react-helmet": "^5.2.0",
"react-image-lightbox": "^5.1.0",
"react-loader-spinner": "^2.3.0",
"react-media": "^1.9.2",
"react-router-dom": "^4.3.1",
"react-router-hash-link": "^1.2.1",
"react-slick": "^0.23.2",
"yup": "^0.26.6"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"develop": "yarn run clean && gatsby develop",
"serve": "gatsby serve",
"clean": "rimraf .cache public functions",
"start": "run-p start:**",
"start:app": "yarn run develop",
"start:lambda": "netlify-lambda serve src/lambda",
"build": "run-p build:**",
"build:app": "yarn run clean && gatsby build",
"build:lambda": "netlify-lambda build src/lambda",
"cy:open": "cypress open",
"cy:run": "cypress run",
"test:e2e": "start-server-and-test develop http://localhost:8000 cy:open",
"test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run",
"format": "prettier --write 'src/**/*.js'",
"test": "yarn run test:e2e:ci"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"cypress": "^3.1.4",
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-google": "^0.11.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4.0.0",
"netlify-lambda": "^1.3.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.14.3",
"react-text-mask": "^5.4.3",
"rimraf": "^2.6.2",
"start-server-and-test": "^1.7.9"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}