-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.31 KB
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
{
"name": "website-2023",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.5.3",
"@react-spring/web": "^9.7.3",
"@types/node": "20.7.0",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"eslint": "^8.50.0",
"eslint-config-next": "13.5.2",
"express": "^4.18.2",
"framer-motion": "^10.16.4",
"next": "13.4.9",
"nodemailer": "^6.9.5",
"react": "18.2.0",
"react-animated-numbers": "^0.16.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-visibility-sensor": "^5.1.1",
"sass": "^1.68.0",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/express": "^4.17.18",
"@types/nodemailer": "^6.4.11",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"eslint-config-react-tc": "10.0.1",
"eslint-config-tc": "23.0.0",
"eslint-config-typescript-tc": "7.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-jsx-a11y": "^6.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-unicorn": ">=48.0.1",
"netlify-cli": "^16.4.2",
"prettier": "^2.8.8"
}
}