-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.32 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
46
47
48
49
{
"name": "next-js-version",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"cy:open": "cypress open",
"cy:run": "cypress run",
"type-check": "tsc --pretty --noEmit"
},
"dependencies": {
"animated-tailwindcss": "^3.2.7",
"cypress-localstorage-commands": "^1.7.0",
"lottie-web": "^5.8.1",
"next": "^12.1.0",
"next-seo": "^5.1.0",
"next-share": "^0.13.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"vercel": "^24.0.0"
},
"devDependencies": {
"@testing-library/cypress": "^8.0.2",
"@types/node": "17.0.15",
"@types/react": "17.0.39",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"add": "^2.0.6",
"autoprefixer": "^10.4.2",
"cypress": "^9.5.1",
"eslint": "^8.8.0",
"eslint-config-next": "12.0.10",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.0",
"lint-staged": "^12.3.3",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.18",
"typescript": "^4.5.5"
}
}