-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.22 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
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "future-seller.dev",
"version": "1.0.0",
"private": true,
"description": "future-seller.dev",
"author": "FutureSeller",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md}\"",
"postinstall": "husky install",
"commit": "cz",
"commitlint": "commitlint"
},
"dependencies": {
"date-fns": "^2.29.1",
"gatsby": "^4.19.2",
"gatsby-plugin-feed": "^5.0.0",
"gatsby-plugin-google-gtag": "^4.20.0",
"gatsby-plugin-image": "^2.19.0",
"gatsby-plugin-manifest": "^4.19.0",
"gatsby-plugin-react-helmet": "^5.19.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^4.19.0",
"gatsby-plugin-sitemap": "^5.19.0",
"gatsby-remark-autolink-headers": "^5.19.0",
"gatsby-remark-copy-linked-files": "^5.19.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.19.0",
"gatsby-remark-responsive-iframe": "^5.19.0",
"gatsby-remark-vscode": "^3.3.1",
"gatsby-source-filesystem": "^4.19.0",
"gatsby-transformer-gitinfo": "^1.1.0",
"gatsby-transformer-remark": "^5.19.0",
"gatsby-transformer-sharp": "^4.19.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/node": "^17.0.45",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.5",
"autoprefixer": "^10.4.7",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "3.3.0",
"gatsby-plugin-postcss": "^5.19.0",
"husky": "^8.0.0",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"postcss-nesting": "^10.1.10",
"postcss-preset-env": "^7.7.2",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependenciesMeta": {
"[email protected]": {
"unplugged": true
}
}
}