-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.47 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.47 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
{
"private": true,
"dependencies": {
"@parcel/watcher": "^2.5.1",
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.14.5",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-page-creator": "^5.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-styled-components": "^6.14.0",
"gatsby-plugin-typescript": "^5.14.0",
"gatsby-plugin-typescript-checker": "^1.1.1",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"polished": "^4.3.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"sharp": "^0.33.4",
"styled-components": "^6.1.19",
"typescript": "^5.9.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"qa": "gatsby build && gatsby serve",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-helmet": "^6.1.11",
"@types/styled-components": "^5.1.34",
"gh-pages": "^6.1.1",
"prettier": "^3.2.4"
}
}