-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.11 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
72
{
"name": "dlrc-daily",
"author": "Ansh Tiwatne",
"version": "2.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@internationalized/date": "^3.5.5",
"@mui/lab": "^6.0.0-beta.16",
"@mui/material": "^6.1.8",
"@nextui-org/react": "^2.4.6",
"@nextui-org/system": "^2.2.6",
"@nextui-org/theme": "^2.2.11",
"@react-aria/ssr": "^3.9.5",
"@react-aria/visually-hidden": "^3.8.15",
"babel-plugin-react-compiler": "^19.0.0-beta-0dec889-20241115",
"clsx": "^2.1.1",
"eslint-plugin-react-compiler": "^19.0.0-beta-0dec889-20241115",
"firebase": "^11.0.2",
"framer-motion": "^11.11.17",
"intl-messageformat": "^10.5.14",
"linkify-react": "^4.1.3",
"linkifyjs": "^4.1.4",
"next": "^15.0.3",
"next-themes": "^0.4.3",
"react": "^19.0.0-rc.1",
"react-dom": "^19.0.0-rc.1",
"react-extract-colors": "^1.5.1",
"react-material-symbols": "^4.4.0",
"reactfire": "^4.2.3",
"tailwind": "^4.0.0",
"tailwind-variants": "^0.3.0"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@types/node": "^22.5.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"autoprefixer": "10.4.20",
"eslint": "^8",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-unused-imports": "^4.1.3",
"globals": "^15.9.0",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
}
}