-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.53 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
{
"name": "drumm.sh",
"version": "1.0.0",
"private": true,
"description": "drumm.sh",
"author": "Christian Drumm",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "env-cmd -f .env.development gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"bootstrap": "^5.3.3",
"gatsby": "^5.13.7",
"gatsby-image": "^3.1.0",
"gatsby-plugin-catch-links": "^5.13.1",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.2",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.13.2",
"gatsby-remark-relative-images": "^2.0.5",
"gatsby-remark-vscode": "^3.3.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.5",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^5.3.0",
"sass": "^1.79.3",
"sharp": "^0.33.5",
"source-map": "~0.8.0-beta.0"
},
"devDependencies": {
"env-cmd": "^10.1.0",
"eslint": "^9.11.1"
},
"eslintConfig": {
"extends": "react-app"
}
}