-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (76 loc) · 2.43 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
{
"name": "crazy-wise-starter",
"private": true,
"description": "An example blog written in Gatsby.js, featuring tinaCMS and styled components.",
"version": "0.1.0",
"author": "Thomas Leon Highbaugh <thighbaugh@zoho.com>",
"dependencies": {
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"babel-plugin-styled-components": "1.12.0",
"focus-visible": "5.2.0",
"gatsby": "2.31.1",
"gatsby-background-image": "1.4.0",
"gatsby-cli": "2.17.1",
"gatsby-image": "2.9.0",
"gatsby-plugin-layout": "1.8.0",
"gatsby-plugin-manifest": "2.11.0",
"gatsby-plugin-mdx": "1.8.0",
"gatsby-plugin-offline": "3.8.0",
"gatsby-plugin-react-helmet": "3.9.0",
"gatsby-plugin-robots-txt": "1.5.5",
"gatsby-plugin-sharp": "4.25.1",
"gatsby-plugin-styled-components": "3.9.0",
"gatsby-plugin-tinacms": "0.1.39",
"gatsby-plugin-transition-link": "1.20.5",
"gatsby-plugin-web-font-loader": "1.0.4",
"gatsby-remark-copy-linked-files": "2.8.0",
"gatsby-remark-images": "5.0.0",
"gatsby-remark-prismjs": "3.11.0",
"gatsby-remark-relative-images": "0.3.0",
"gatsby-source-filesystem": "2.10.0",
"gatsby-tinacms-git": "0.4.12",
"gatsby-tinacms-json": "0.36.0",
"gatsby-tinacms-remark": "0.7.20",
"gatsby-transformer-json": "2.9.0",
"gatsby-transformer-remark": "4.0.0",
"gatsby-transformer-sharp": "2.10.1",
"gsap": "3.6.0",
"lodash.clonedeep": "4.5.0",
"lodash.get": "4.4.2",
"lodash.merge": "4.6.2",
"polished": "3.6.7",
"prismjs": "1.25.0",
"prop-types": "15.7.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-helmet": "5.2.1",
"react-slugify": "2.0.3",
"react-textarea-autosize": "7.1.2",
"react-tinacms-inline": "0.4.9",
"styled-components": "5.2.1",
"styled-icons": "10.25.0",
"tinacms": "0.19.4"
},
"devDependencies": {
"prettier": "2.2.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "rm -rf ./cache && rm -rf yarn.lock && rm -rf node_modules",
"dev": "yarn clean && yarn && yarn develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "yarn develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"repository": {
"type": "git",
"url": "https://github.com/tinacms/tina-starter-grande"
}
}