-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.08 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.08 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
69
70
71
72
73
74
75
76
77
78
{
"name": "lanting",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"type": "module",
"dependencies": {
"@excalidraw/excalidraw": "^0.18.0",
"@lexical/react": "^0.34.0",
"@tanstack/react-query": "^5.84.1",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"axios": "^1.11.0",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"i18next": "^25.3.2",
"i18next-browser-languagedetector": "^8.2.0",
"lexical": "^0.34.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.62.0",
"react-i18next": "^15.6.1",
"react-router-dom": "^7.8.0",
"y-websocket": "^3.0.0",
"yjs": "^13.6.27"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/addon-links": "^9.1.1",
"@storybook/blocks": "^8.6.14",
"@storybook/react": "^9.1.1",
"@storybook/react-vite": "^9.1.1",
"@storybook/testing-library": "^0.2.2",
"@tanstack/react-query-devtools": "^5.84.1",
"@types/classnames": "^2.3.4",
"@types/jest": "^30.0.0",
"@types/node": "^22.17.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.7.0",
"eslint-plugin-storybook": "^9.1.1",
"prop-types": "^15.8.1",
"sass": "^1.90.0",
"storybook": "^9.1.1",
"typescript": "^5.9.2",
"vite": "^7.1.1",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
},
"eslintConfig": {
"extends": [
"react-app",
"plugin:storybook/recommended"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "yarn@4.0.2"
}