-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.41 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
{
"name": "tina-grande",
"private": true,
"description": "A configurable starter for Gatsby & Tina",
"version": "0.1.0",
"author": "Scott Byrne <[email protected]>",
"dependencies": {
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"babel-plugin-styled-components": "^1.10.6",
"focus-visible": "^5.0.2",
"gatsby": "^2.23.1",
"gatsby-background-image": "^1.0.1",
"gatsby-cli": "^2.12.37",
"gatsby-image": "^2.2.29",
"gatsby-omni-font-loader": "^1.1.1",
"gatsby-plugin-layout": "^1.1.13",
"gatsby-plugin-manifest": "^2.2.23",
"gatsby-plugin-mdx": "^1.0.53",
"gatsby-plugin-offline": "^3.0.16",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.2.31",
"gatsby-plugin-styled-components": "^3.1.11",
"gatsby-plugin-tinacms": "^0.31.0",
"gatsby-plugin-transition-link": "^1.13.0",
"gatsby-remark-copy-linked-files": "^2.1.28",
"gatsby-remark-images": "^3.1.28",
"gatsby-remark-prismjs": "^3.3.20",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-tinacms-git": "^0.31.0",
"gatsby-tinacms-json": "^0.31.0",
"gatsby-tinacms-remark": "^0.31.0",
"gatsby-transformer-json": "^2.2.15",
"gatsby-transformer-remark": "^2.6.30",
"gatsby-transformer-sharp": "^2.2.23",
"gsap": "^3.6.0",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.merge": "^4.6.2",
"polished": "^3.4.1",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1",
"react-slugify": "^2.0.1",
"react-textarea-autosize": "^7.1.2",
"react-tinacms-editor": "^0.31.0",
"react-tinacms-inline": "^0.31.0",
"styled-components": ">=4.1",
"styled-icons": "^10.2.1",
"tinacms": "^0.31.0"
},
"devDependencies": {
"prettier": "^2.0.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "rm -rf ./cache",
"dev": "yarn clean && 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"
}
}