-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "tristan-wedding",
"description": "Tristan Yang's wedding site",
"version": "1.1.0",
"author": "Tristan",
"homepage": "https://wedding.yangerxiao.com",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"confetti-react": "^2.5.0",
"dayjs": "^1.11.10",
"gatsby": "^5.12.4",
"gatsby-image": "^3.11.0",
"gatsby-plugin-baidu-analytics": "^2.2.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-offline": "^6.12.0",
"gatsby-plugin-styled-components": "^6.12.0",
"lightgallery": "^2.7.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"styled-components": "^6.0.8",
"styled-reset": "^4.5.1",
"typed.js": "^2.0.16"
},
"keywords": [
"wedding",
"works",
"react",
"gatsby",
"homepage"
],
"license": "MIT",
"scripts": {
"build": "yarn install && gatsby build",
"dev": "gatsby develop",
"deploy": "gatsby build && git add public && git commit -m 'rebuild' && git push",
"format": "prettier --write 'src/**/*.js'"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.1.4",
"prettier": "^3.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/zerosoul/tristan-wedding.git"
}
}