-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.42 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
{
"name": "website",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Leo Bernard <admin@leolabs.org>",
"dependencies": {
"babel-plugin-styled-components": "^2.1.4",
"chroma-js": "^2.4.2",
"dotenv-safe": "^8.2.0",
"gatsby": "5.12.9",
"gatsby-image": "^3.11.0",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-offline": "^6.12.3",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-plugin-sitemap": "^6.12.3",
"gatsby-plugin-styled-components": "^6.12.0",
"gatsby-plugin-typescript": "^5.12.1",
"gatsby-remark-copy-linked-files": "^6.12.0",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.12.3",
"gatsby-remark-prismjs": "^7.12.0",
"gatsby-remark-relative-images": "^2.0.5",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-source-spotify": "^2.0.0",
"gatsby-source-trakt-tmdb": "^1.2.0",
"gatsby-transformer-remark": "^6.12.3",
"gatsby-transformer-sharp": "^5.12.3",
"gatsby-transformer-yaml": "^5.12.0",
"left-pad": "^1.3.0",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-helmet": "^6.1.0",
"styled-components": "^6.1.1",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/chroma-js": "^2.4.3",
"@types/dotenv-safe": "^8.1.5",
"@types/node": "^20.9.0",
"@types/prettier": "^3.0.0",
"@types/prismjs": "^1.26.3",
"@types/prop-types": "^15.7.10",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-helmet": "^6.1.9",
"@types/styled-components": "^5.1.30",
"prettier": "^3.0.3",
"tslint": "^6.1.3",
"typescript": "^5.2.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"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.app/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}