-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.4 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.4 KB
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": "devmart",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "flowbite-react patch"
},
"dependencies": {
"@bbob/html": "^4.2.0",
"@bbob/plugin-helper": "^4.2.0",
"@bbob/preset-html5": "^4.2.0",
"@fortawesome/fontawesome-svg-core": "6.5.1",
"@fortawesome/free-brands-svg-icons": "6.5.1",
"@fortawesome/free-regular-svg-icons": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@headlessui/react": "1.7.18",
"@headlessui/tailwindcss": "0.2.2",
"@tailwindcss/postcss": "^4.1.4",
"axios": "1.6.7",
"classnames": "2.5.1",
"flowbite": "3.1.2",
"flowbite-react": "0.11.7",
"next": "15.3.1",
"next-auth": "4.24.11",
"react": "19.1.0",
"react-dom": "19.1.0",
"sass": "1.86.3",
"tailwindcss": "^4.1.4"
},
"devDependencies": {
"@bbob/types": "^4.2.0",
"@svgr/webpack": "8.1.0",
"@types/node": "20.11.19",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"eslint": "8.56.0",
"eslint-config-next": "15.3.1",
"mini-css-extract-plugin": "2.9.2",
"react-icons": "5.5.0",
"typescript": "5.8.3",
"webpack": "5.91.0"
},
"resolutions": {
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2"
}
}