-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 975 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": "petfinder-nextjs",
"version": "1.0.0",
"description": "A statically generated Next.js application built with TypeScript and the Petfinder API.",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cookie": "^0.4.2",
"html-entities": "^2.3.2",
"next": "^12.0.9",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sanitize-html": "^2.7.0"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.3.1",
"@types/cookie": "^0.4.1",
"@types/node": "^17.0.13",
"@types/react": "^17.0.38",
"@types/sanitize-html": "^2.6.2",
"autoprefixer": "^10.4.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.18",
"typescript": "^4.5.5"
}
}