generated from gatsbyjs/gatsby-starter-default
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.85 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
60
{
"name": "Amanda Yeh's Personal Site",
"private": true,
"description": "A website showcasing Amanda Yeh's latest art and code works.",
"version": "0.1.0",
"author": "Amanda Yeh <amandayeh@proton.me>",
"dependencies": {
"gatsby": "^5.14.0",
"gatsby-image": "^2.4.21",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-prettier-eslint": "^1.0.6",
"gatsby-plugin-react-helmet": "^5.25.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"prop-types": "^15.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-parallax": "^3.1.2",
"react-parallax-effect": "^1.0.6",
"react-resize-image": "^1.0.4",
"react-responsive-picture": "^3.2.2",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.2.0",
"react-scroll-parallax": "^2.3.4",
"reactjs-localstorage": "^1.0.1",
"unused-webpack-plugin": "^2.4.0",
"velocity-react": "^1.4.3"
},
"devDependencies": {
"ajv": "^7.2.4",
"eslint": "^7.11.0",
"eslint-plugin-react": "^7.21.5",
"gh-pages": "^6.2.0",
"prettier": "2.1.2"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "export NODE_OPTIONS=--max_old_space_size=8192 && gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}