-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
62 lines (62 loc) · 2.06 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
{
"name": "bicoccahub",
"private": true,
"description": "La più grande collezione di appunti del corso di informatica degli studenti della Bicocca",
"version": "2.3.2",
"author": "Kowalski7cc <kowalski7cc@gmail.com>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.10",
"bootstrap": "^4.5.0",
"gatsby": "^2.23.1",
"gatsby-background-image": "^1.1.1",
"gatsby-image": "^2.4.6",
"gatsby-plugin-netlify": "^2.3.4",
"gatsby-plugin-brotli": "^1.3.1",
"gatsby-plugin-canonical-urls": "^2.3.3",
"gatsby-plugin-catch-links": "^2.3.4",
"gatsby-plugin-manifest": "^2.4.10",
"gatsby-plugin-nprogress": "^2.3.3",
"gatsby-plugin-offline": "^3.2.8",
"gatsby-plugin-react-helmet": "^3.3.3",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-remove-trailing-slashes": "^2.3.4",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sass": "^2.3.3",
"gatsby-plugin-sharp": "^2.6.10",
"gatsby-plugin-sitemap": "^2.4.4",
"gatsby-source-filesystem": "^2.3.10",
"gatsby-transformer-sharp": "^2.5.4",
"gatsby-transformer-yaml": "^2.4.3",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"prettier": "^2.0.5"
},
"keywords": [
"bicocca, appunti, informatica"
],
"license": "MIT",
"scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md,yml}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}