-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 2.05 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
{
"name": "insper-mileage-website",
"description": "Insper Mileage is a student project focused on the study of sustainable mobility technologies",
"version": "1.5.2",
"author": "Martim Ferreira José <[email protected]>",
"dependencies": {
"@contentful/rich-text-react-renderer": "^14.1.1",
"bulma": "^0.9.0",
"bulma-extensions": "^6.2.7",
"cosmicjs": "^3.3.1",
"dotenv": "^8.2.0",
"gatsby": "^2.24.77",
"gatsby-image": "^2.4.17",
"gatsby-plugin-gdpr-cookies": "^1.0.10",
"gatsby-plugin-google-analytics": "^2.4.0",
"gatsby-plugin-manifest": "^2.4.28",
"gatsby-plugin-offline": "^3.2.27",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.7.0",
"gatsby-plugin-sitemap": "^2.4.12",
"gatsby-remark-images": "^3.3.29",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-contentful": "^2.3.44",
"gatsby-source-filesystem": "^2.3.29",
"gatsby-transformer-remark": "^2.8.32",
"gatsby-transformer-sharp": "^2.5.14",
"mapbox-gl": "^1.12.0",
"node-sass": "4.14.1",
"react": "^16.13.1",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-cookie-consent": "^5.2.0",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-icons": "^3.11.0",
"react-image-gallery": "^1.0.8",
"react-router-dom": "^5.2.0"
},
"keywords": [
"gatsby",
"bulma"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"prettier:check": "yarn prettier --check \"./src\"",
"prettier:write": "yarn prettier --write \"./src\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^2.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/inspermileage/website"
}
}