-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.26 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
{
"name": "portfolio-v2",
"version": "0.1.0",
"author": "Theo <[email protected]>",
"description": "Playful and Colorful One-Page portfolio featuring Parallax effects and animations",
"license": "MIT",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"peerDependencies": {
"gatsby": "^4.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@react-spring/parallax": "^9.3.0",
"@react-spring/web": "^9.3.0",
"@theme-ui/presets": "^0.11.1",
"gatsby": "^4.1.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-mdx": "^3.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-theme-ui": "^0.11.1",
"gatsby-source-filesystem": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"theme-ui": "^0.11.1"
},
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-plugin",
"lekoarts"
],
"engines": {
"node": ">=14.15.0"
},
"devDependencies": {
"gh-pages": "^3.2.3"
}
}