-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
81 lines (81 loc) · 2.6 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
{
"name": "Sugar Bliss Cakes",
"description": "Sugar Bliss is an independent woman minority owned bakery in downtown Chicago.",
"version": "1.0.0",
"author": "Merissa Acosta",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@contentful/rich-text-react-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2",
"@date-io/core": "^1.3.13",
"@date-io/date-fns": "^1.3.13",
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
"@material-ui/core": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.2.10",
"@types/react-helmet": "^6.1.0",
"date-fns": "^2.16.1",
"dotenv": "^8.2.0",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"feather-icons-react": "^0.4.1",
"final-form": "^4.20.1",
"fontsource-sacramento": "^2.2.6",
"gatsby": "^2.27.0",
"gatsby-cli": "^2.14.0",
"gatsby-image": "^2.6.0",
"gatsby-plugin-emotion": "^4.5.0",
"gatsby-plugin-env-variables": "^2.0.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-instagram-embed": "^2.0.1",
"gatsby-plugin-lodash": "^3.6.0",
"gatsby-plugin-manifest": "^2.7.0",
"gatsby-plugin-offline": "^3.5.0",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.5.0",
"gatsby-plugin-sharp": "^2.9.0",
"gatsby-plugin-snipcart-advanced": "git+https://git@github.com/merissaacosta/gatsby-plugin-snipcart-advanced.git",
"gatsby-plugin-typescript": "^2.7.0",
"gatsby-source-contentful": "^2.3.56",
"gatsby-source-filesystem": "^2.6.1",
"gatsby-source-instagram": "^0.9.0",
"gatsby-transformer-remark": "^2.11.0",
"gatsby-transformer-sharp": "^2.7.0",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"mui-rff": "^3.0.3",
"react": "^16.14.0",
"react-device-detect": "^1.15.0",
"react-dom": "^16.14.0",
"react-emotion": "^10.0.0",
"react-feather": "^2.0.9",
"react-final-form": "^6.5.2",
"react-helmet": "^6.1.0",
"react-markdown": "^5.0.3",
"react-slick": "^0.26.1",
"save": "^2.4.0",
"slick-carousel": "^1.8.1",
"typescript": "^3.9.7"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.tsx'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^2.2.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}