-
Notifications
You must be signed in to change notification settings - Fork 122
/
package.json
42 lines (42 loc) · 1.22 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
{
"name": "saas-ui-nextjs-landing-page",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.10.1",
"@chakra-ui/theme-tools": "^2.2.5",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource-variable/inter": "^5.1.0",
"@saas-ui/auth": "^3.4.0",
"@saas-ui/react": "^2.9.0",
"@svgr/webpack": "^8.1.0",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.1",
"next": "^14.2.14",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"react-remove-scroll": "^2.6.0",
"velite": "^0.1.1"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "22.7.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"eslint": "9.12.0",
"eslint-config-next": "14.2.14",
"prettier": "^3.3.3",
"typescript": "5.6.2"
},
"packageManager": "[email protected]+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
}