forked from pixelbakery/pixelbakery-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
116 lines (116 loc) · 3.43 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "pixelbakery",
"author": "Jordan Lambrecht",
"email": "jordan@pixelbakery.com",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"dev-maddie-work": "next dev -H 192.168.69.92",
"dev-home": "next dev -H 192.168.86.247",
"dev-work": "next dev -H 192.168.69.46",
"build": "next build",
"start": "next start",
"lint": "next lint",
"svgr-logos": "svgr ./public/img/client-logos --out-dir ./components/Images/ClientLogos --typescript --svg-props fill=currentColor"
},
"prettier": {
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 100
},
"dependencies": {
"@chec/commerce.js": "^2.8.0",
"@chec/react-commercejs-hooks": "^0.3.1",
"@mailchimp/mailchimp_marketing": "^3.0.74",
"@mapbox/rehype-prism": "^0.8.0",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^12.0.9",
"@react-pdf/renderer": "^2.1.1",
"@sendgrid/mail": "^7.6.1",
"@stripe/react-stripe-js": "latest",
"@stripe/stripe-js": "^1.24.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.0",
"@tailwindcss/typography": "^0.5.0",
"@types/chec__commerce.js": "^2.8.4",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.10.1",
"@u-wave/react-vimeo": "^0.9.5",
"@vimeo/player": "^2.16.4",
"busboy": "^1.4.0",
"classnames": "^2.3.1",
"date-fns": "latest",
"eslint-plugin-react": "^7.28.0",
"formik": "^2.2.9",
"gray-matter": "latest",
"gsap": "^3.8.0",
"lottie-web": "^5.9.1",
"motion": "^10.6.2",
"next": "^12.1.0",
"next-compose-plugins": "^2.2.1",
"next-mdx-enhanced": "^5.0.0",
"next-mdx-remote": "^3.0.8",
"next-seo": "^5.2.0",
"prop-types": "^15.8.1",
"react": "latest",
"react-calendly": "^2.2.2",
"react-dom": "^17.0.2",
"react-dropzone": "^12.0.4",
"react-ga4": "^1.4.1",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.22.5",
"react-lottie-player": "latest",
"react-mailchimp-subscribe": "^2.1.3",
"react-markdown": "^8.0.1",
"react-netlify-forms": "^1.3.2",
"react-phone-number-input": "^3.1.46",
"react-player": "^2.0.0",
"react-query": "^3.34.7",
"react-toastify": "^8.1.0",
"react-twitch-embed-video": "^3.0.1",
"reading-time": "^1.5.0",
"remark": "latest",
"remark-gfm": "^3.0.1",
"remark-html": "latest",
"remark-mdx": "^2.0.0-rc.2",
"remark-parse": "^10.0.1",
"remark-react": "^9.0.1",
"sendgrid": "latest",
"stripe": "^8.191.0",
"svg": "^0.1.0",
"swiper": "^7.3.3",
"tailwindcss": "^3.0.12",
"trim": "^0.0.3",
"use-debounce": "^7.0.1",
"vimeo": "^2.1.1",
"yup": "^0.32.11",
"zustand": "^3.6.9"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@svgr/cli": "^6.2.0",
"@svgr/webpack": "^6.2.0",
"@types/busboy": "^1.3.0",
"@types/gtag.js": "^0.0.8",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"@types/react": "^17.0.39",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-styled-components": "^2.0.6",
"eslint": "^8.8.0",
"postcss": "^8.4.5",
"prettier": "^2.5.0",
"typescript": "^4.5.3",
"webpack": "^5.65.0",
"why": "^0.1.12"
}
}