-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.79 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": "hudsonspace.systems",
"private": true,
"description": "Landing Page for Hudson Space Systems",
"version": "0.1.0",
"author": "Hudson Space Systems <[email protected]>",
"dependencies": {
"@carbon/icons-react": "^10.29.0",
"babel-plugin-styled-components": "^1.12.0",
"babel-preset-gatsby": "^1.2.0",
"gatsby": "^3.2.1",
"gatsby-image": "^3.2.0",
"gatsby-plugin-fathom": "^1.3.0",
"gatsby-plugin-google-gtag": "^3.14.0",
"gatsby-plugin-manifest": "^3.2.0",
"gatsby-plugin-offline": "^4.2.0",
"gatsby-plugin-react-helmet": "^4.2.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^3.2.0",
"gatsby-plugin-styled-components": "^4.2.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^3.2.0",
"gatsby-transformer-sharp": "^3.2.0",
"lodash": "^4.17.20",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-accessible-accordion": "^3.3.4",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-player": "^2.9.0",
"react-slick": "^0.28.1",
"react-tsparticles": "^2.0.6",
"slick-carousel": "^1.8.1",
"styled-components": "^5.2.3",
"styled-normalize": "^8.0.7",
"tsparticles": "^2.0.6"
},
"devDependencies": {
"prettier": "^2.2.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "NODE_OPTIONS=--openssl-legacy-provider gatsby develop --host 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve"
},
"repository": {
"type": "git",
"url": "https://github.com/hudsonspace/hudsonspace.systems"
},
"bugs": {
"url": "https://github.com/hudsonspace/hudsonspace.systems/issues"
}
}