-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.83 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
{
"name": "org",
"version": "0.1.0",
"description": "Next.js project",
"author": "yuukit <yuma.kitamura@ponos.co.jp>",
"private": true,
"scripts": {
"nx": "nx"
},
"devDependencies": {
"@emotion/babel-plugin": "11.11.0",
"@emotion/react": "11.11.4",
"@markuplint/jsx-parser": "4.7.5",
"@markuplint/react-spec": "4.5.5",
"@nekohack/normalize.css": "2.7.0",
"@nx/cypress": "17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin-nx": "16.0.0-beta.4",
"@nx/jest": "17.2.8",
"@nx/js": "17.2.8",
"@nx/next": "17.2.8",
"@nx/react": "17.2.8",
"@nx/storybook": "17.2.8",
"@nx/web": "17.2.8",
"@nx/webpack": "17.2.8",
"@nx/workspace": "17.2.8",
"@storybook/addon-essentials": "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.8.3",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-linkify": "1.0.4",
"@types/styled-components": "5.1.34",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@unocss/cli": "0.61.3",
"@unocss/reset": "0.61.3",
"@unocss/vite": "0.61.3",
"@unocss/webpack": "0.61.3",
"@vitejs/plugin-react": "3.1.0",
"autoprefixer": "10.4.19",
"chromatic": "11.5.5",
"clsx": "1.2.1",
"concurrently": "6.5.1",
"dayjs": "1.11.11",
"dotenv": "16.4.5",
"env-cmd": "10.1.0",
"eslint": "8.57.0",
"eslint-config-next": "13.5.6",
"fs-extra": "9.1.0",
"i18next": "22.5.1",
"i18next-browser-languagedetector": "7.2.1",
"imagemin-mozjpeg": "9.0.0",
"markuplint": "4.9.2",
"nekohack-ui": "4.0.0-beta.0",
"next": "13.5.6",
"next-optimized-images": "2.6.2",
"next-pwa": "5.6.0",
"nprogress": "0.2.0",
"nx": "17.2.8",
"postcss-scss": "4.0.9",
"preact": "10.22.1",
"prettier": "2.8.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-linkify": "1.0.0-alpha",
"react-tooltip": "5.27.1",
"react-transition-group": "4.4.5",
"react-use": "17.5.0",
"rss-parser": "3.13.0",
"sass": "1.77.8",
"simplebar-react": "3.2.6",
"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.5.3",
"unocss": "0.61.3",
"url-loader": "4.1.1",
"vite": "5.3.3",
"vite-plugin-inspect": "0.8.4",
"zenscroll": "4.0.2"
},
"resolutions": {
"@types/react": "18.3.3"
}
}