-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.85 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
{
"name": "openhouse2024",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@designbycode/tailwindcss-text-stroke": "^1.2.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^2.0.18",
"@material-tailwind/react": "^2.1.5",
"@mui/material": "^5.14.14",
"@types/file-saver": "^2.0.7",
"@types/uuid": "^9.0.6",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.2",
"axios": "^1.5.1",
"chrome-aws-lambda": "^10.1.0",
"date-fns": "^2.30.0",
"file-saver": "^2.0.5",
"form-data": "^4.0.0",
"formik": "^2.4.5",
"framer-motion": "^10.16.4",
"fs": "^0.0.1-security",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"lottie-react": "^2.4.0",
"module-name": "^0.0.1-security",
"next": "13.5.4",
"next-auth": "^4.24.3",
"puppeteer-core": "^21.6.1",
"react": "^18",
"react-confetti": "^6.1.0",
"react-dom": "^18",
"react-error-boundary": "^4.0.11",
"react-router-dom": "^6.17.0",
"react-toastify": "^9.1.3",
"react-zoom-pan-pinch": "^3.3.0",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"sass": "^1.69.5",
"tailwindcss-textshadow": "^2.1.3",
"utilities": "^1.0.6",
"uuid": "^9.0.1"
},
"devDependencies": {
"@slicemachine/adapter-next": "^0.3.21",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"slice-machine-ui": "^1.18.0",
"tailwindcss": "^3",
"typescript": "^5"
},
"browser": {
"fs": false,
"os": false,
"path": false
}
}