-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
64 lines (64 loc) · 2.28 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
{
"name": "linuxdaymilano",
"description": "Manifestazione italiana dedicata a GNU/Linux, al software libero, alla cultura aperta e alla condivisione",
"version": "2.2.0",
"author": "Kowalski7cc <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"bootstrap": "^5.3.3",
"gatsby": "^5.12.9",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-brotli": "^2.1.0",
"gatsby-plugin-catch-links": "^5.12.0",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-canonical-urls": "^5.12.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-nprogress": "^5.12.0",
"gatsby-plugin-offline": "^6.12.3",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.12.3",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-plugin-sitemap": "^6.12.3",
"gatsby-remark-images": "^7.12.3",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-transformer-json": "^5.12.0",
"gatsby-transformer-remark": "^6.12.3",
"gatsby-transformer-sharp": "^5.12.3",
"gatsby-transformer-yaml": "^5.12.0",
"react-bootstrap": "^2.10.3",
"react-helmet": "^6.1.0",
"sass": "^1.77.6",
"sharp": "^0.33.4",
"react": "^18.3.1"
},
"keywords": [
"kowalski7cc"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build --verbose",
"develop": "ENABLE_GATSBY_REFRESH_ENDPOINT=true gatsby develop -H 0.0.0.0 -o --inspect",
"debug": "node --nolazy --inspect-brk node_modules/.bin/gatsby develop",
"clean": "gatsby clean",
"lint": "prettier --check \"**/*.{js,jsx,json,md,yml}\"",
"format": "prettier --write \"**/*.{js,jsx,json,md,yml}\"",
"start": "npm run develop",
"serve": "gatsby serve -H 0.0.0.0 -o",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"devDependencies": {
"gatsby-cli": "5.13.3",
"prettier": "^3.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/kowalski7cc/gatsby-starter-kowalski7cc"
}
}