-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
57 lines (57 loc) · 1.6 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
{
"name": "www-event",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "~1.6.10",
"@codeday/topo": "^9.2.9",
"@codeday/topocons": "^1.5.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@react-hook/resize-observer": "^1.2.6",
"@stripe/react-stripe-js": "^1.6.0",
"@stripe/stripe-js": "^1.20.2",
"@tylermenezes/cognitoforms-react": "^2.0.5",
"babel-plugin-inline-import-graphql-ast": "^2.4.1",
"blobs": "^2.2.1-beta.1",
"cookies-next": "^2.1.1",
"dompurify": "^2.3.6",
"framer-motion": "^4",
"google-libphonenumber": "^3.2.27",
"graphql": "^16.0.1",
"hash-sum": "^2.0.0",
"i18next": "^22.4.3",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-emoji-postprocessor": "^1.0.2",
"i18next-http-backend": "^2.1.0",
"intl-parse-accept-language": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"knuth-shuffle-seeded": "^1.0.6",
"luxon": "^3.2.1",
"marked": "^4.0.12",
"next": "12",
"next-i18next": "^13.0.1",
"next-seo": "^4.15.0",
"phone": "^3.1.12",
"prop-types": "^15.7.2",
"random-seed": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-html-parser": "^2.0.2",
"react-i18next": "^12.1.1",
"react-razorpay": "^1.1.4",
"react-scroll": "^1.8.4"
},
"devDependencies": {
"@codeday/eslint-config": "^2.1.4",
"eslint": "^7.12.1",
"eslint-config-next": "^12.0.10",
"eslint-plugin-i18next": "^6.0.0-6"
}
}