-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 991 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": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^13.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@types/node": "^17.0.21",
"@types/react": "17.0.39",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"autoprefixer": "^10.3.6",
"eslint": "8.10.0",
"eslint-config-next": "^13.0.6",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.2",
"lint-staged": "^12.3.5",
"next-plausible": "^3.1.4",
"next-sitemap": "^2.5.7",
"postcss": "^8.3.8",
"prettier": "^2.4.1",
"react-icons": "^4.3.1",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
}
}