-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.51 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
{
"name": "gatsby-starter-flex",
"version": "1.2.4",
"private": true,
"author": "arshad <arshad@chummun.com>",
"license": "MIT",
"starter-name": "gatsby-starter-flex",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-starter",
"gatsby-starter-flex"
],
"bugs": {
"url": "https://github.com/arshad/gatsby-themes/issues"
},
"homepage": "https://github.com/arshad/gatsby-themes",
"repository": {
"type": "git",
"url": "https://github.com/arshad/gatsby-starter-flex.git"
},
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"dev": "gatsby clean && gatsby develop",
"preview": "gatsby build && gatsby serve"
},
"devDependencies": {
"gatsby": "2.20.2",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@material-ui/core": "^4.11.0",
"@types/theme-ui": "^0.3.4",
"gatsby": "2.20.2",
"gatsby-cli": "^2.12.87",
"gatsby-plugin-manifest": "^2.4.2",
"gatsby-plugin-mixpanel": "^3.1.6",
"gatsby-plugin-netlify-cms": "^4.3.0",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-remark-link-unfurl": "^1.0.4",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-theme-flex": "^0.2.4",
"netlify-cms-app": "^2.12.11",
"react": "16.13.1",
"react-animations": "^1.0.0",
"react-dom": "16.13.1",
"react-helmet": "^6.0.0",
"react-icons": "^3.10.0"
}
}