-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.22 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
73
74
{
"name": "PawsiblyRin",
"version": "4.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next start",
"deploy": "gh-pages -d out"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@blocknote/core": "^0.11.0",
"@blocknote/react": "^0.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.15.2",
"@mui/lab": "^5.0.0-alpha.158",
"@mui/material": "^5.15.2",
"@mui/x-date-pickers": "^6.18.6",
"@nextui-org/react": "^2.2.9",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@react-pdf/renderer": "^3.1.14",
"@shadcn/ui": "^0.0.4",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^5.17.9",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"bootstrap": "^5.3.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dompurify": "^3.0.8",
"email-validator": "^2.0.4",
"emailjs": "^4.0.3",
"emailjs-com": "^3.2.0",
"framer-motion": "^10.16.16",
"lucide-react": "^0.307.0",
"mui": "^0.0.1",
"next": "14.0.4",
"next-seo": "^6.4.0",
"react": "^18",
"react-awesome-reveal": "^4.2.7",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18",
"react-icons": "^4.12.0",
"react-redux": "^9.0.4",
"react-syntax-highlighter": "^15.5.0",
"shadcn-ui": "^0.6.0",
"styled-components": "^6.1.8",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@types/node": "^20.11.4",
"@types/react": "^18.2.48",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"eslint-plugin-react": "^7.33.2",
"gh-pages": "^6.1.1",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
}
}