-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 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
41
42
43
44
45
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"next": "^12.0.10",
"next-seo": "^5.1.0",
"node-mocks-http": "^1.11.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@headlessui/react": "^1.4.3",
"@next/eslint-plugin-next": "^12.0.10",
"@tailwindcss/forms": "^0.4.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@types/eslint": "^8",
"@types/node": "^17.0.17",
"@types/react": "^17.0.39",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.11.0",
"@yarnpkg/sdks": "^2.5.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.8.0",
"eslint-config-next": "^12.0.10",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^27.5.1",
"next-themes": "^0.0.15",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.7",
"react-icons": "^4.3.1",
"tailwindcss": "^3.0.22",
"typescript": "^4.5.5"
}
}