-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.61 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
{
"name": "maru-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroicons/react": "^2.2.0",
"avvvatars-react": "^0.4.2",
"clsx": "^2.1.1",
"framer-motion": "^12.0.5",
"next": "15.1.0",
"notion-client": "^7.1.6",
"notion-types": "^7.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.1",
"react-notion-x": "^7.2.6",
"react-quill-new": "^3.3.3",
"react-tooltip": "^5.28.0",
"sanitize-html": "^2.14.0",
"sweetalert2": "^11.17.2",
"sweetalert2-react-content": "^5.1.0",
"tailwind-merge": "^2.5.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@next/eslint-plugin-next": "^15.2.0",
"@svgr/webpack": "^8.1.0",
"@types/node": "^22.10.2",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sanitize-html": "^2.13.0",
"eslint": "^9",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"postcss": "^8",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.2"
}
}