forked from ManikSingh29/istenith.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.17",
"@svgr/webpack": "^6.2.1",
"babel-plugin-styled-components": "^2.0.2",
"framer-motion": "^6.2.4",
"gatsby": "^4.6.2",
"gatsby-image": "^3.11.0",
"gatsby-plugin-gatsby-cloud": "^4.6.0",
"gatsby-plugin-image": "^2.6.0",
"gatsby-plugin-manifest": "^4.6.0",
"gatsby-plugin-offline": "^5.6.0",
"gatsby-plugin-react-helmet": "^5.6.0",
"gatsby-plugin-sass": "^5.6.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-plugin-styled-components": "^5.6.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-plugin-typography": "^4.6.0",
"gatsby-remark-copy-linked-files": "^5.6.0",
"gatsby-remark-images": "^6.6.0",
"gatsby-source-filesystem": "^4.6.0",
"gatsby-transformer-excel": "^4.6.0",
"gatsby-transformer-remark": "^5.6.0",
"gatsby-transformer-sharp": "^4.6.0",
"ityped": "^1.0.3",
"prop-types": "^15.8.0",
"react": "^17.0.1",
"react-animejs": "^0.5.6",
"react-dom": "^17.0.1",
"react-elastic-carousel": "^0.11.5",
"react-helmet": "^6.1.0",
"react-responsive-carousel": "^3.2.22",
"react-share": "^4.4.0",
"react-transition-group": "^4.4.2",
"react-typography": "^0.16.20",
"rehype-react": "^7.0.4",
"remark-image-attributes": "^0.2.1",
"rgt": "^1.0.7",
"sass": "^1.49.9",
"styled-components": "^5.3.3",
"typography": "^0.16.21",
"typography-theme-fairy-gates": "^0.16.19"
},
"devDependencies": {
"prettier": "^2.5.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "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"
}
}