-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.61 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
53
{
"name": "rest-countries",
"version": "0.1.0",
"description": "A task manager built with Next.js React Framework, Tailwind CSS, Framer Motion",
"private": true,
"repository": "git@github.com:princemuel/rest-countries.git",
"author": "princemuel <vansomecsam@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint:fix": "next lint --fix",
"preview": "next build && next start",
"type-check": "tsc --noEmit",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@headlessui/tailwindcss": "^0.2.0",
"@plaiceholder/next": "^3.0.0",
"@types/node": "20.11.7",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "^1.1.2",
"autoprefixer": "10.4.17",
"copy-webpack-plugin": "^12.0.2",
"cva": "npm:class-variance-authority@^0.7.0",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"leaflet": "^1.9.4",
"lucide-react": "0.316.0",
"next": "14.1.0",
"next-themes": "^0.2.1",
"plaiceholder": "^3.0.0",
"postcss": "8.4.33",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-leaflet": "^4.2.1",
"server-only": "^0.0.1",
"sharp": "^0.33.2",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
},
"devDependencies": {
"@types/leaflet": "^1.9.8",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwind-merge": "^2.2.1",
"tailwind-scrollbar": "^3.0.5"
}
}