-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "barua-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"@mui/styled-engine-sc": "^5.12.0",
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"bootstrap": "^5.2.3",
"crisp-sdk-web": "^1.0.18",
"csv-parser": "^3.0.0",
"daisyui": "^2.51.6",
"eslint": "8.39.0",
"eslint-config-next": "13.3.4",
"firebase": "^9.21.0",
"gray-matter": "^4.0.3",
"js-file-download": "^0.4.12",
"lemonsqueezy.ts": "^0.1.6",
"multer": "^1.4.5-lts.1",
"next": "13.3.4",
"postcss": "8.4.23",
"react": "18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0",
"react-hotjar": "^6.1.0",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"tailwindcss": "3.3.2",
"xlsx": "^0.18.5"
}
}