-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.8 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.8 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@once-ui-system/nextjs-starter",
"version": "0.5.0",
"scripts": {
"dev": "next dev",
"dev:turbo": "next dev --turbopack",
"export": "next export",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@floating-ui/react": "^0.27.4",
"@floating-ui/react-dom": "^2.1.1",
"@google/genai": "^0.8.0",
"@google/generative-ai": "^0.24.0",
"@next/font": "^14.2.15",
"@shikijs/transformers": "^3.2.1",
"@strapi/blocks-react-renderer": "^1.0.1",
"@tanstack/react-query": "^5.68.0",
"@web3auth/base": "^9.7.0",
"@web3auth/ethereum-provider": "^9.7.0",
"@web3auth/modal": "^9.7.0",
"@web3auth/mpc-core-kit": "^3.4.3",
"classnames": "^2.5.1",
"compressorjs": "^1.2.1",
"embla-carousel-class-names": "^8.5.2",
"embla-carousel-react": "^8.5.2",
"framer-motion": "^12.4.7",
"mock": "^0.1.1",
"nanoid": "^5.1.5",
"next": "15.1.4",
"postcss": "^8.4.39",
"postcss-preset-env": "^9.5.15",
"prismjs": "^1.29.0",
"qs": "^6.14.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-markdown": "^10.1.0",
"react-photo-view": "^1.2.7",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"sass": "^1.77.6",
"sharp": "^0.33.4",
"shiki": "^3.2.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@csstools/postcss-global-data": "^2.1.1",
"@types/node": "^20",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"postcss-custom-media": "^10.0.7",
"postcss-flexbugs-fixes": "^5.0.2",
"string-replace-loader": "^3.1.0",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2"
}
}