-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.02 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
{
"private": true,
"name": "ghetto-blaster-web",
"description": "",
"version": "0.0.2",
"author": "Lautaro Tejerina <lautit@gmail.com>",
"license": "MIT",
"keywords": [
"gatsby"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop:cypress": "cross-env CYPRESS_SUPPORT=y yarn develop",
"build:cypress": "cross-env CYPRESS_SUPPORT=y yarn build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write '**/*.js'"
},
"dependencies": {
"@emotion/core": "^10.0.21",
"@emotion/styled": "^10.0.17",
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@sentry/browser": "^5.6.3",
"@theme-ui/presets": "^0.2.42",
"babel-plugin-styled-components": "^1.10.6",
"gatsby": "^2.15.33",
"gatsby-image": "^2.2.24",
"gatsby-plugin-emotion": "^4.1.9",
"gatsby-plugin-google-analytics": "^2.1.20",
"gatsby-plugin-manifest": "^2.2.20",
"gatsby-plugin-mdx": "^1.0.49",
"gatsby-plugin-netlify": "^2.1.18",
"gatsby-plugin-offline": "^3.0.12",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sentry": "^1.0.1",
"gatsby-plugin-sharp": "^2.2.28",
"gatsby-plugin-styled-components": "^3.1.8",
"gatsby-plugin-theme-ui": "^0.2.43",
"gatsby-plugin-typescript": "^2.1.11",
"gatsby-source-filesystem": "^2.1.30",
"gatsby-source-instagram": "^0.5.1",
"gatsby-source-instagram-all": "^2.0.5",
"gatsby-transformer-sharp": "^2.2.20",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1",
"react-spring": "^8.0.27",
"styled-components": "^4.4.0",
"theme-ui": "^0.2.43"
},
"devDependencies": {
"cross-env": "^6.0.3",
"netlify-cli": "^2.17.0",
"prettier": "^1.18.2"
},
"bugs": {
"url": "https://github.com/lautit/ghetto-blaster-web/issues"
},
"homepage": "https://www.ghettoblaster.com.ar",
"repository": {
"type": "git",
"url": "https://github.com/lautit/ghetto-blaster-web.git"
}
}