-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 999 Bytes
/
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
{
"name": "breeze-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@nextui-org/react": "^2.4.1",
"axios": "^0.21.1",
"framer-motion": "^11.2.10",
"howler": "^2.2.4",
"laravel-echo": "^1.16.1",
"next": "^14.2.3",
"pusher-js": "^8.4.0-rc2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.12.1",
"@babel/preset-react": "^7.18.6",
"@next/eslint-plugin-next": "^14.2.3",
"@tailwindcss/forms": "^0.5.2",
"autoprefixer": "^10.4.2",
"eslint": "^8.27.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^7.2.0",
"postcss": "^8.4.6",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.1",
"tailwindcss": "^3.4.3"
}
}