-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.55 KB
/
package.json
File metadata and controls
131 lines (131 loc) · 4.55 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"scripts": {
"dev": "nodemon --exec npm run server:dev",
"vike:dev": "vike dev",
"prod": "npm run build && npm run server:prod",
"build": "vike build",
"server": "dotenv -- node --loader ts-node/esm ./app/server/index.ts",
"server:dev": "npm run server",
"server:prod": "cross-env NODE_ENV=production npm run server",
"check": "biome check --write .",
"lint": "biome lint --write .",
"format": "biome format --write .",
"prepare": "husky",
"storybook": "IS_STORYBOOK=true storybook dev -p 6006",
"build-storybook": "IS_STORYBOOK=true storybook build",
"generate-openapi": "dotenv -- bash -c 'npx openapi-typescript $VITE_BACKEND_URL/openapi.yaml -o ./shared/api/openapi.ts' && npm run check"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/material-icons": "^5.1.1",
"@fontsource/roboto": "^5.1.1",
"@hocuspocus/provider": "^2.15.0",
"@mui-symbols-material/w400": "^0.4.1",
"@mui/icons-material": "^6.4.1",
"@mui/material": "^6.4.1",
"@mui/x-charts": "^7.24.0",
"@mui/x-data-grid": "^7.24.0",
"@mui/x-data-grid-pro": "^7.24.0",
"@mui/x-date-pickers": "^7.24.0",
"@mui/x-date-pickers-pro": "^7.24.0",
"@mui/x-tree-view": "^7.24.0",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@radix-ui/react-popover": "^1.1.5",
"@radix-ui/react-slot": "^1.1.1",
"@react-icons/all-files": "^4.1.0",
"@tanstack/react-query": "^5.66.0",
"@tippyjs/react": "^4.2.6",
"@tiptap/core": "^2.11.3",
"@tiptap/extension-character-count": "^2.11.3",
"@tiptap/extension-code-block-lowlight": "^2.11.3",
"@tiptap/extension-collaboration": "^2.11.3",
"@tiptap/extension-collaboration-cursor": "^2.11.3",
"@tiptap/extension-color": "^2.11.3",
"@tiptap/extension-focus": "^2.11.3",
"@tiptap/extension-font-family": "^2.11.3",
"@tiptap/extension-highlight": "^2.11.3",
"@tiptap/extension-image": "^2.11.3",
"@tiptap/extension-link": "^2.11.3",
"@tiptap/extension-placeholder": "^2.11.3",
"@tiptap/extension-subscript": "^2.11.3",
"@tiptap/extension-superscript": "^2.11.3",
"@tiptap/extension-table": "^2.11.3",
"@tiptap/extension-table-header": "^2.11.3",
"@tiptap/extension-table-row": "^2.11.3",
"@tiptap/extension-task-item": "^2.11.3",
"@tiptap/extension-task-list": "^2.11.3",
"@tiptap/extension-text-align": "^2.11.3",
"@tiptap/extension-text-style": "^2.11.3",
"@tiptap/extension-typography": "^2.11.3",
"@tiptap/extension-underline": "^2.11.3",
"@tiptap/pm": "^2.11.3",
"@tiptap/react": "^2.11.3",
"@tiptap/starter-kit": "^2.11.3",
"@tiptap/suggestion": "^2.11.3",
"@vitejs/plugin-react": "^4.3.4",
"compression": "^1.7.5",
"cookie-parser": "^1.4.7",
"dayjs": "^1.11.13",
"express": "^4.21.2",
"express-http-proxy": "^2.1.1",
"lowlight": "^3.3.0",
"openapi-fetch": "^0.13.4",
"openapi-react-query": "^0.3.0",
"palettey": "^1.0.4",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"sirv": "^3.0.0",
"vike-react": "^0.5.11",
"y-prosemirror": "^1.2.15",
"y-protocols": "^1.0.6",
"yjs": "^13.6.23"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@chromatic-com/storybook": "^3.2.4",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@mdx-js/rollup": "^3.1.0",
"@storybook/addon-essentials": "^8.5.1",
"@storybook/addon-interactions": "^8.5.1",
"@storybook/addon-onboarding": "^8.5.1",
"@storybook/addon-themes": "^8.5.1",
"@storybook/blocks": "^8.5.1",
"@storybook/react": "^8.5.1",
"@storybook/react-vite": "^8.5.1",
"@storybook/test": "^8.5.1",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.8",
"@types/express": "^5.0.0",
"@types/express-http-proxy": "^1.6.6",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"cross-env": "^7.0.3",
"dotenv-cli": "^8.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.2",
"nodemon": "^3.1.9",
"openapi-typescript": "^7.6.1",
"sass": "^1.83.4",
"storybook": "^8.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"vike": "^0.4.214",
"vite": "^6.0.7",
"vite-plugin-json5": "^1.1.6"
},
"type": "module",
"lint-staged": {
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [
"biome check --files-ignore-unknown=true",
"biome check --write --no-errors-on-unmatched",
"biome check --write --organize-imports-enabled=false --no-errors-on-unmatched",
"biome check --write --unsafe --no-errors-on-unmatched",
"biome format --write --no-errors-on-unmatched",
"biome lint --write --no-errors-on-unmatched"
],
"*": ["biome check --no-errors-on-unmatched --files-ignore-unknown=true"]
}
}