-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.09 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
{
"name": "gj-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start",
"lint": "next lint",
"component": "hygen component new"
},
"dependencies": {
"@apollo/client": "^3.7.11",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/pro-light-svg-icons": "^5.15.3",
"@fortawesome/pro-thin-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/font": "13.1.1",
"@react-google-maps/api": "^2.18.1",
"@stripe/react-stripe-js": "^1.16.4",
"@stripe/stripe-js": "^1.46.0",
"@svgr/webpack": "^6.5.1",
"@types/he": "^1.1.2",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/react-slick": "^0.23.10",
"@types/react-transition-group": "^4.4.5",
"@types/styled-components": "^5.1.26",
"@types/woocommerce__woocommerce-rest-api": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@woocommerce/woocommerce-rest-api": "^1.0.1",
"add": "^2.0.6",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-styled-components": "^2.0.7",
"dayjs": "^1.11.7",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.31.11",
"formik": "^2.2.9",
"graphql": "^16.6.0",
"he": "^1.2.0",
"hex-to-rgba": "^2.0.1",
"jwt-decode": "^3.1.2",
"next": "^13.1.1",
"prettier": "^2.8.3",
"react": "18.2.0",
"react-animate-height": "^3.1.0",
"react-dfp": "^0.21.0",
"react-dom": "18.2.0",
"react-masonry-css": "^1.0.16",
"react-slick": "^0.29.0",
"react-transition-group": "^4.4.5",
"react-youtube": "^10.1.0",
"sharp": "^0.31.3",
"stripe": "^11.8.0",
"styled-components": "^5.3.6",
"swr": "^2.0.0",
"typescript": "4.9.4",
"yarn": "^1.22.19",
"yup": "^0.32.11"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1"
}
}