-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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
{
"name": "openhouse-2022",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"pre-commit": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@next/bundle-analyzer": "^12.0.8",
"@splidejs/react-splide": "^0.6.17",
"@splidejs/splide-extension-grid": "^0.3.18",
"chrome-aws-lambda": "^10.1.0",
"classnames": "^2.3.1",
"csv-parser": "^3.0.0",
"detect-inapp": "^1.4.0",
"firebase": "^9.6.1",
"firebase-admin": "^10.0.1",
"formik": "^2.2.9",
"framer-motion": "^5.5.5",
"gray-matter": "^4.0.3",
"next": "11.1.2",
"puppeteer-core": "^13.0.1",
"qrcode.react": "^1.0.1",
"react": "17.0.2",
"react-custom-scrollbars-2": "^4.4.0",
"react-dom": "17.0.2",
"remark": "13.0.0",
"remark-html": "^15.0.1",
"sharp": "^0.29.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"@types/react": "17.0.19",
"autoprefixer": "^10.4.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.4",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"sass": "^1.45.1",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.0.7",
"typescript": "4.4.2"
}
}