-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.2 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.2 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
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "0xcb.dev",
"version": "1.0",
"description": "https://0xcb.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/0xcb-dev/0xcb.dev.git"
},
"author": {
"name": "Conor Burns",
"email": "mail@conor-burns.com"
},
"dependencies": {
"@babel/core": "^7.20.2",
"@fontsource/courier-prime": "^4.5.9",
"@fontsource/dosis": "^4.5.10",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.28.0",
"gastby": "^1.0.1",
"gatsby": "^5.1.0",
"gatsby-plugin-brotli": "^2.1.0",
"gatsby-plugin-fontawesome-css": "^1.2.0",
"gatsby-plugin-image": "^3.1.0",
"gatsby-plugin-manifest": "^5.1.0",
"gatsby-plugin-react-helmet": "^6.1.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-root-import": "^2.0.9",
"gatsby-plugin-sass": "^6.1.0",
"gatsby-plugin-sharp": "^5.1.0",
"gatsby-plugin-sitemap": "^6.1.0",
"gatsby-plugin-zopfli": "^2.0.0",
"gatsby-source-filesystem": "^5.1.0",
"gatsby-transformer-sharp": "^5.1.0",
"jquery": "^3.6.1",
"node-sass": "^8.0.0",
"prerender-node": "^3.5.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-medium-image-zoom": "^5.1.2",
"react-scroll-up": "^1.3.7",
"react-scrollspy": "^3.4.2",
"react-slick": "^0.29.0",
"sass": "^1.56.1",
"slick-carousel": "^1.8.1",
"smoothscroll-polyfill": "^0.4.4",
"typescript": "^4.9.3",
"uuid": "^9.0.0",
"webpack": "^5.75.0"
},
"scripts": {
"dev": "gatsby develop",
"build": "yarn run clean && gatsby build --prefix-paths && cd public && mkdir old | cp -R * old",
"deploy": "yarn run clean && prettier --write '**/*.js' && git add -A && git commit -sm 'gatsby deploy script' && git push",
"serve": "gatsby serve",
"clean": "rimraf .cache public",
"format": "prettier --write '**/*.js'"
},
"devDependencies": {
"prettier": "^2.8.0",
"rimraf": "^3.0.2"
},
"keywords": [
"gatsby"
],
"license": "MIT"
}