-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·62 lines (62 loc) · 1.91 KB
/
package.json
File metadata and controls
executable file
·62 lines (62 loc) · 1.91 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
{
"name": "andreizvonkov-portfolio",
"private": true,
"description": "Personal site of Andrei Zvonkov - UX Designer",
"version": "0.1.0",
"author": "Andrei Zvonkov",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.11.0",
"gatsby-plugin-google-analytics": "^5.11.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-offline": "^6.11.0",
"gatsby-plugin-react-helmet": "^6.11.0 ",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-scroll-reveal": "^0.0.7 ",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-styled-components": "^6.11.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-remark-copy-linked-files": "^6.11.0",
"gatsby-remark-images": "^7.11.0",
"gatsby-remark-smartypants": "^6.11.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-remark": "^6.11.0",
"gatsby-transformer-sharp": "^5.14.0",
"react": "^18.2.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"sharp": "^0.33.5",
"styled-components": "^6.0.7",
"to": "^0.2.9",
"typewriter-effect": "^2.20.1",
"update": "^0.7.4"
},
"devDependencies": {
"ajv": "^7.2.4",
"prettier": "^3.0.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}