-
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) · 2.1 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 2.1 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": "codeacademyberlin",
"description": "On-site coding bootcamp in Berlin. Live classes, small groups, 1:1 mentoring in Web Development and Data Analytics",
"version": "2.0.0",
"author": "Code Academy Berlin",
"dependencies": {
"@material-ui/core": "^4.0.1",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/styles": "^4.11.5",
"es6-object-assign": "^1.1.0",
"gatsby": "^3.0.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-canonical-urls": "^3.0.0",
"gatsby-plugin-hubspot": "^1.0.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-remove-console": "^0.0.2",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-plugin-sitemap": "^3.0.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-plugin-webfonts": "^2.3.2",
"gatsby-remark-copy-linked-files": "^4.0.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^5.0.0",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-remark-responsive-iframe": "3.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-theme-material-ui": "^4.13.0",
"gatsby-transformer-remark": "^3.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"gsap": "^3.12.5",
"js-cookie": "^3.0.5",
"lodash": "^4.17.20",
"lodash-id": "^0.14.0",
"lodash-webpack-plugin": "^0.11.5",
"prismjs": "^1.21.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-helmet": "^6.1.0",
"react-swipeable-views": "^0.14.0",
"rehype-react": "^8.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"clean": "gatsby clean",
"start": "npm run develop",
"build": "npm run clean && gatsby build",
"develop": "npm run clean && gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-plugin-transform-remove-console": "^6.9.4"
}
}