-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "sheawebsite2",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=20.13.1"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "2.1.1",
"@chakra-ui/next-js": "2.2.0",
"@chakra-ui/react": "2.8.2",
"@chakra-ui/skip-nav": "2.1.0",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@vercel/analytics": "1.3.1",
"framer-motion": "10.18.0",
"next": "14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "0.33.2"
},
"devDependencies": {
"@types/node": "20.11.5",
"@types/react": "18.3.2",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"eslint": "8.56.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"prettier": "3.2.5",
"typescript": "5.4.5"
}
}