-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
67 lines (67 loc) · 1.68 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
{
"name": "blueinventorynext",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.16",
"@formatjs/intl-localematcher": "^0.4.2",
"@stripe/stripe-js": "^1.54.2",
"@types/node": "^20.1.2",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.14",
"cookie": "^0.5.0",
"cors": "^2.8.5",
"dompurify": "^3.0.2",
"dotenv": "^16.0.3",
"eslint": "^8.38.0",
"eslint-config-next": "^14.0.0",
"firebase": "^9.22.0",
"firebase-admin": "^11.10.1",
"firebase-functions": "^4.4.1",
"formik": "^2.2.9",
"framer-motion": "^10.12.18",
"graphql": "^16.6.0",
"isomorphic-dompurify": "^1.13.0",
"lodash": "^4.17.21",
"micro": "^10.0.1",
"next": "^14.0.0",
"next-stripe": "^1.0.0-beta.1",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.1",
"postcss": "^8.4.23",
"posthog-js": "^1.53.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"reactfire": "^4.2.2",
"sass": "^1.62.0",
"stripe": "^12.5.0",
"styled-components": "^6.0.2",
"tailwindcss": "^3.3.1",
"typescript": "^5.2.2",
"uuid": "^9.0.0",
"validator": "^13.9.0"
},
"devDependencies": {
"@stripe/react-stripe-js": "^2.1.0",
"@types/cookie": "^0.5.4",
"@types/cors": "^2.8.13",
"@types/dateformat": "^5.0.0",
"@types/lodash": "^4.14.195",
"@types/nodemailer": "^6.4.7",
"@types/react-google-recaptcha": "^2.1.5",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.2",
"@types/validator": "^13.7.17",
"dateformat": "^5.0.3",
"sitemap": "^7.1.1",
"tslint": "^6.1.3"
}
}