-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "moment-take-home",
"version": "1.0.0",
"description": "Moment take home assignment",
"main": "index.js",
"scripts": {
"typecheck": "tsc",
"dev": "next dev",
"start": "next start",
"build": "next build",
"test": "playwright test"
},
"author": "Andre Wayde Garvin Martin",
"license": "ISC",
"dependencies": {
"@headlessui/react": "1.7.18",
"@headlessui/tailwindcss": "0.2.0",
"@remixicon/react": "4.2.0",
"@tanstack/react-query": "5.49.2",
"@tremor/react": "3.17.4",
"date-fns": "3.6.0",
"lucide-react": "0.400.0",
"next": "14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "2.3.0"
},
"devDependencies": {
"@playwright/test": "1.45.1",
"@tailwindcss/forms": "0.5.7",
"@types/node": "20.14.9",
"@types/node-fetch": "2.6.11",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"postcss": "8.4.31",
"prettier": "2.8.6",
"tailwindcss": "3.4.4",
"typescript": "5.0.2"
}
}