-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.27 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
{
"name": "atrevete",
"version": "1.0.0",
"private": true,
"description": "atrevete",
"author": "nss",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop -H 0.0.0.0",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"format": "prettier --write src/**/*.{tsx,ts,css}",
"prepare": "husky install"
},
"dependencies": {
"@emotion/babel-preset-css-prop": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/zen-kaku-gothic-new": "^5.0.3",
"@fontsource/zen-old-mincho": "^5.0.3",
"@react-icons/all-files": "^4.1.0",
"@sideway/address": "^5.0.0",
"babel-preset-react-app": "^10.0.1",
"facepaint": "^1.2.1",
"framer-motion": "^11.0.8",
"gatsby": "^5.11.0",
"gatsby-plugin-canonical-urls": "^5.11.0",
"gatsby-plugin-emotion": "^8.11.0",
"gatsby-plugin-google-gtag": "^5.11.0",
"gatsby-plugin-image": "^3.10.0",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-plugin-sitemap": "^6.11.0",
"gatsby-source-contentful": "^8.12.4",
"gatsby-source-filesystem": "^5.10.0",
"gatsby-transformer-remark": "^6.10.0",
"gatsby-transformer-sharp": "^5.10.0",
"joi": "^17.9.2",
"nodemailer": "^6.9.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-icons": "^5.0.1",
"react-modal": "^3.16.1",
"react-select": "^5.7.3",
"react-slick": "^0.30.2",
"request": "^2.88.2",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@types/facepaint": "^1.2.2",
"@types/node": "^20.3.1",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@types/react-modal": "^3.16.0",
"@types/react-slick": "^0.23.10",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"husky": "^9.0.11",
"prettier": "^3.0.3",
"prop-types": "^15.8.1",
"typescript": "^5.1.3"
},
"packageManager": "[email protected]"
}