-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 2.88 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "supnim.com",
"private": true,
"description": "Product designer based in London",
"version": "1.0.0",
"author": "Nimesh Reghunandanan <hello@supnim.com>",
"dependencies": {
"@babel/core": "^7.13.8",
"acorn": "^6.0.0",
"acorn-dynamic-import": "^4.0.0",
"bootstrap": "^4.6.0",
"core-js": "^3.20.0",
"framer": "^1.2.26",
"framer-motion": "^3.10.0",
"gatsby": "^4.4.0",
"gatsby-image": "^2.4.12",
"gatsby-plugin-feed": "^3.0.0",
"gatsby-plugin-google-analytics": "^3.0.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-netlify": "^3.0.0",
"gatsby-plugin-offline": "^4.0.0",
"gatsby-plugin-postcss": "^4.0.0",
"gatsby-plugin-purgecss": "^6.0.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sass": "^4.0.2",
"gatsby-plugin-sharp": "^3.14.3",
"gatsby-plugin-sitemap": "^3.0.0",
"gatsby-plugin-smoothscroll": "^1.2.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-plugin-zopfli": "^2.0.0",
"gatsby-remark-copy-linked-files": "^3.0.0",
"gatsby-remark-embed-video": "^3.1.0",
"gatsby-remark-images": "^4.0.0",
"gatsby-remark-prismjs": "^4.0.0",
"gatsby-remark-responsive-iframe": "^3.0.0",
"gatsby-remark-smartypants": "^3.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-remark": "^3.0.0",
"gatsby-transformer-sharp": "^3.14.0",
"ink": "^3.0.8",
"jquery": "^3.6.0",
"jshint": "^2.12.0",
"motion": "^10.4.0",
"netlify": "^10.0.0",
"node": "^16.13.1",
"open": "^8.0.2",
"path": "^0.12.7",
"prismjs": "^1.23.0",
"react": "^16.12.0",
"react-bootstrap": "^1.5.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-images": "^1.1.7",
"react-photo-gallery": "^8.0.0",
"react-refresh": "^0.9.0",
"sharp": "^0.29.0",
"stream": "0.0.2",
"styled-components": "^5.2.1",
"tsutils": "^3.21.0",
"typeface-lato": "1.1.13",
"typeface-open-sans": "1.1.13",
"typescript": "^4.2.3",
"update-notifier": "^5.1.0",
"url-join": "^4.0.1",
"url-loader": "^4.1.1",
"use-sound": "^2.0.1"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"file-loader": "^6.2.0",
"husky": "^5.1.3",
"image-webpack-loader": "^7.0.1",
"postcss-color-function": "^4.1.0",
"postcss-custom-properties": "^11.0.0",
"postcss-easy-import": "^3.0.0",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"keywords": [
"gatsby",
"ghost",
"gallery",
"blog",
"starter"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}