-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.04 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 3.04 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "cartesi",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.2.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@loadable/component": "^5.15.2",
"@mdx-js/mdx": "v1",
"@mdx-js/react": "v1",
"classnames": "^2.2.6",
"dotenv": "^16.0.0",
"gatsby": "4.4.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-dynamic-routes": "^1.0.2",
"gatsby-plugin-google-analytics": "^4.9.0",
"gatsby-plugin-image": "^2.9.0",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-manifest": "^4.9.0",
"gatsby-plugin-mdx": "^3.9.0",
"gatsby-plugin-offline": "^5.9.0",
"gatsby-plugin-postcss": "^5.9.0",
"gatsby-plugin-react-helmet": "^5.9.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-robots-txt": "^1.7.0",
"gatsby-plugin-sass": "^5.9.0",
"gatsby-plugin-sharp": "^4.9.0",
"gatsby-plugin-sitemap": "^5.9.0",
"gatsby-plugin-smoothscroll": "^1.2.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-remark-autolink-headers": "^5.9.0",
"gatsby-remark-copy-linked-files": "^5.9.0",
"gatsby-remark-embedder": "^5.0.0",
"gatsby-remark-find-replace": "^0.3.0",
"gatsby-remark-images": "^6.9.0",
"gatsby-remark-responsive-iframe": "^5.9.0",
"gatsby-source-filesystem": "^4.9.0",
"gatsby-transformer-remark": "^5.9.0",
"gatsby-transformer-sharp": "^4.9.0",
"gsap": "^3.9.1",
"mapbox-gl": "^2.7.0",
"mdx-utils": "^0.2.0",
"prism-react-renderer": "^1.3.1",
"prismjs": "^1.27.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-bootstrap": "^2.1.2",
"react-country-flag": "^3.0.2",
"react-dom": "^17.0.2",
"react-fontawesome": "^1.7.1",
"react-helmet": "^6.0.0",
"react-icons": "^4.3.1",
"react-live": "^2.4.1",
"remark-admonitions": "^1.2.1",
"smooth-scroll": "^16.1.3",
"swiper": "^8.0.6",
"tailwindcss": "^3.0.23",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.2",
"babel-eslint": "^10.1.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.7",
"postcss-import": "^14.0.2",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"sass": "^1.49.9",
"sharp": "^0.30.2",
"typescript": "^4.6.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"dev": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}