-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "uys-js",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/questrial": "^4.5.11",
"@sentry/nextjs": "^7.86.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"axios": "^1.3.4",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"framer-motion": "^10.1.0",
"next": "^14.0.4",
"next-sitemap": "^4.0.5",
"react": "18.2.0",
"react-cmdk": "^1.3.9",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-share": "^4.4.1",
"sanitize-html": "^2.11.0",
"string-strip-html": "^13.4.3",
"typescript": "^5.3.2"
},
"devDependencies": {
"@types/react": "18.2.39",
"@types/sanitize-html": "^2.9.5",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1"
}
}