-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 978 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test2": "jest"
},
"dependencies": {
"@headlessui/react": "^1.7.10",
"@next/font": "13.1.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.4.0",
"@types/node": "18.11.19",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/testing-library__jest-dom": "^5.14.5",
"autoprefixer": "^10.4.13",
"dotenv": "^16.0.3",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"flowbite": "^1.6.3",
"flowbite-react": "^0.3.8",
"jest": "^29.4.2",
"jest-environment-jsdom": "^29.4.2",
"next": "13.1.6",
"postcss": "^8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.2.4",
"typescript": "4.9.5"
}
}