-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.77 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.77 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
{
"name": "site",
"private": true,
"description": "bassiservice.it website.",
"version": "2.0.0",
"author": "Lucio Benini <info@pittica.com>",
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.8.2",
"@pittica/gatsby-plugin-canvas-animations": "^2.1.0",
"@pittica/gatsby-plugin-navigation": "^3.2.3",
"@pittica/gatsby-plugin-seo": "^4.2.2",
"@pittica/scss-functions": "^1.1.1",
"classnames": "^2.3.1",
"gatsby": "^4.10.1",
"gatsby-plugin-emotion": "^7.10.0",
"gatsby-plugin-google-analytics": "^4.10.0",
"gatsby-plugin-image": "^2.10.0",
"gatsby-plugin-iubenda-cookie-footer": "^1.4.0",
"gatsby-plugin-manifest": "^4.10.1",
"gatsby-plugin-offline": "^5.10.1",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-sass": "^5.10.1",
"gatsby-plugin-sharp": "^4.10.1",
"gatsby-plugin-sitemap": "^5.10.1",
"gatsby-source-filesystem": "^4.10.0",
"gatsby-source-graphcms": "^2.8.0",
"gatsby-transformer-sharp": "^4.10.0",
"node-sass": "^6.0.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.0.0"
},
"devDependencies": {
"bulma": "^0.9.3",
"gatsby-cli": "^4.10.1",
"prettier": "2.6.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md,mdx}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bassiservice/site"
},
"bugs": {
"url": "https://github.com/bassiservice/site/issues"
}
}