-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.41 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
50
51
52
53
{
"name": "personal-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "husky install",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint-staged": "lint-staged",
"eslint": "eslint",
"prettier": "prettier",
"test": "jest",
"test:ci": "jest --ci",
"test:e2e": "playwright test",
"lhci": "lhci autorun"
},
"dependencies": {
"@lhci/cli": "0.12.0",
"@playwright/test": "1.38.1",
"@tailwindcss/forms": "0.5.6",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "14.0.0",
"@types/grecaptcha": "3.0.6",
"@types/jest": "29.5.5",
"@types/node": "20.4.5",
"@types/nodemailer": "6.4.13",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"autoprefixer": "10.4.14",
"eslint": "8.45.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "9.0.0",
"framer-motion": "10.16.4",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"lint-staged": "14.0.1",
"next": "13.5.6",
"nodemailer": "6.9.6",
"postcss": "8.4.27",
"prettier": "3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.11.0",
"tailwindcss": "3.3.3",
"ts-node": "10.9.1",
"typescript": "5.1.6"
}
}