-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.88 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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "org",
"version": "0.1.0",
"description": "Next.js project",
"author": "yuukit <[email protected]>",
"private": true,
"scripts": {
"nx": "nx"
},
"devDependencies": {
"@emotion/babel-plugin": "11.13.5",
"@emotion/react": "11.14.0",
"@markuplint/jsx-parser": "4.7.15",
"@markuplint/react-spec": "4.5.15",
"@nekohack/normalize.css": "2.7.0",
"@nx/cypress": "19.8.14",
"@nx/eslint": "19.8.14",
"@nx/jest": "19.8.14",
"@nx/js": "19.8.14",
"@nx/next": "19.8.14",
"@nx/react": "19.8.14",
"@nx/storybook": "19.8.14",
"@nx/web": "19.8.14",
"@nx/webpack": "19.8.14",
"@nx/workspace": "19.8.14",
"@storybook/addon-essentials": "7.6.20",
"@storybook/addon-interactions": "7.6.20",
"@storybook/addon-links": "7.6.20",
"@storybook/builder-vite": "7.6.20",
"@storybook/core-server": "7.6.20",
"@storybook/react": "7.6.20",
"@storybook/react-vite": "7.6.20",
"@stripe/react-stripe-js": "1.16.5",
"@stripe/stripe-js": "1.54.2",
"@tanstack/react-virtual": "3.13.0",
"@types/node": "22.13.1",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react-linkify": "1.0.4",
"@types/styled-components": "5.1.34",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@unocss/cli": "0.65.4",
"@unocss/reset": "0.65.4",
"@unocss/vite": "0.65.4",
"@unocss/webpack": "0.65.4",
"@vitejs/plugin-react": "4.3.4",
"autoprefixer": "10.4.20",
"chromatic": "11.25.2",
"clsx": "2.1.1",
"concurrently": "9.1.2",
"dayjs": "1.11.13",
"dotenv": "16.4.7",
"env-cmd": "10.1.0",
"eslint": "8.57.1",
"eslint-config-next": "14.2.23",
"fs-extra": "9.1.0",
"i18next": "22.5.1",
"i18next-browser-languagedetector": "7.2.2",
"imagemin-mozjpeg": "9.0.0",
"markuplint": "4.11.5",
"nekohack-ui": "4.0.0-beta.0",
"next": "13.2.4",
"next-optimized-images": "2.6.2",
"next-pwa": "5.6.0",
"nprogress": "0.2.0",
"nx": "19.8.14",
"postcss-scss": "4.0.9",
"preact": "10.25.4",
"prettier": "2.8.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-linkify": "1.0.0-alpha",
"react-tooltip": "5.28.0",
"react-transition-group": "4.4.5",
"react-use": "17.6.0",
"rss-parser": "3.13.0",
"sass": "1.84.0",
"simplebar-react": "3.3.0",
"storybook": "7.6.20",
"styled-components": "5.3.11",
"stylelint": "14.16.1",
"stylelint-config-recess-order": "3.1.0",
"stylelint-config-standard": "26.0.0",
"stylelint-scss": "4.7.0",
"ts-node": "10.9.2",
"ts-pattern": "4.3.0",
"typed-scss-modules": "6.6.0",
"typescript": "5.7.3",
"unocss": "0.65.4",
"url-loader": "4.1.1",
"vite": "6.0.11",
"vite-plugin-inspect": "0.10.6",
"zenscroll": "4.0.2"
},
"resolutions": {
"@types/react": "18.3.18"
}
}