-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.73 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
{
"name": "a-c",
"version": "1.0.0",
"private": true,
"description": "a⚡️c",
"author": "Andrew Gallagher",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "ENV_TARGET=\"development\" gatsby develop",
"start": "ENV_TARGET=\"development\" gatsby develop",
"build:dev": "ENV_TARGET=\"development\" gatsby build",
"build:prod": "ENV_TARGET=\"production\" gatsby build",
"serve": "ENV_TARGET=\"development\" gatsby serve",
"clean": "gatsby clean",
"deploy:dev": "ENV_TARGET=\"development\" gatsby-plugin-s3 deploy",
"deploy:prod": "ENV_TARGET=\"production\" gatsby-plugin-s3 deploy"
},
"dependencies": {
"@carbon/icons-react": "^10.44.0",
"@fontsource/ibm-plex-mono": "^4.5.7",
"@fontsource/ibm-plex-sans": "^4.5.7",
"babel-plugin-styled-components": "^2.0.2",
"gatsby": "^4.4.0",
"gatsby-plugin-google-gtag": "^4.15.0",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-manifest": "^4.4.0",
"gatsby-plugin-provide-react": "^1.0.2",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-root-import": "^2.0.8",
"gatsby-plugin-s3": "^0.3.8",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-plugin-sitemap": "^5.4.0",
"gatsby-plugin-styled-components": "^5.4.0",
"gatsby-plugin-svgr-loader": "^0.1.0",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-source-sanity": "^7.3.2",
"gatsby-transformer-sharp": "^4.4.0",
"lodash.throttle": "^4.1.1",
"polished": "^4.1.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-in-viewport": "^1.0.0-alpha.20",
"styled-components": "^5.3.3",
"three": "0.105.0",
"use-debounce": "^8.0.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"prettier": "^2.5.1"
}
}