-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.03 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.03 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
66
67
68
{
"name": "wechat-pay-screenshot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080 --debug",
"build": "next build",
"build-sb": "storybook build",
"build-sb-docs": "storybook build --docs",
"start": "next start",
"lint": "biome check .",
"sb": "storybook dev -p 6006",
"sb-docs": "storybook dev -p 6006 --docs",
"sb&next": "next dev -p 8080 & storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"daisyui": "^4.12.23",
"i18next": "^24.2.1",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-http-backend": "^3.0.1",
"motion": "12.0.0-alpha.2",
"negotiator": "^1.0.0",
"next": "^15.1.4",
"next-i18next": "^15.4.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.4.0",
"remeda": "^2.19.0",
"rxjs": "^7.8.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@chromatic-com/storybook": "^3.2.3",
"@headlessui/react": "^2.2.0",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-themes": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/manager-api": "^8.4.7",
"@storybook/nextjs": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@types/negotiator": "^0.6.3",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.4",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-storybook": "^0.11.2",
"eslint-plugin-unused-imports": "^4.1.4",
"postcss": "^8.4.49",
"postcss-load-config": "^6.0.1",
"storybook": "^8.4.7",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@9.15.1",
"engines": {
"node": ">=22.10"
}
}