forked from zhouhanseng/mask-website
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.98 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
61
62
63
64
{
"name": "mask-website",
"version": "1.0.0",
"homepage": "https://DimensionDev.github.io/Mask-Website",
"private": true,
"description": "Mask Website",
"author": "Hancheng Zhou",
"keywords": [
"gatsby"
],
"scripts": {
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"deploy:build": "gatsby build --prefix-paths",
"develop": "gatsby develop -H 0.0.0.0",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "./node_modules/.bin/eslint src --ext .tsx --fix",
"postinstall": "patch-package"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fontsource/manrope": "^5.0.1",
"@fontsource/montserrat": "^4.5.1",
"@fontsource/poppins": "^5.0.1",
"@fontsource/roboto": "^5.0.1",
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.0.2",
"@svgr/webpack": "^5.5.0",
"animate.css": "^4.1.1",
"gatsby-plugin-asset-path": "^3.0.4",
"gatsby-plugin-cname": "^1.0.0",
"gatsby-plugin-google-tagmanager": "^4.21.0",
"gatsby-plugin-image": "^2.21.0",
"gatsby-plugin-postcss": "^5.21.0",
"gatsby-plugin-react-helmet": "^5.21.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.21.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-source-filesystem": "^4.21.1",
"gatsby-transformer-sharp": "^4.21.0",
"patch-package": "^8.0.0",
"query-string": "^8.1.0",
"react": "^17.0.1",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"typed.js": "^2.0.12"
},
"devDependencies": {
"@types/react-anchor-link-smooth-scroll": "^1.0.2",
"@types/react-helmet": "^6.1.4",
"autoprefixer": "^10.4.0",
"callapp-lib": "^3.5.1",
"eslint-config-react-app": "^6.0.0",
"gatsby": "^4.25.7",
"gh-pages": "^3.2.3",
"postcss": "^8.3.8",
"punycode": "^2.3.1",
"tailwindcss": "^2.2.16"
}
}