-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
178 lines (178 loc) · 6.21 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
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"name": "raikou-a91763c0e2",
"version": "0.0.27",
"description": "Raikou Components Monorepo",
"packageManager": "[email protected]",
"license": "MIT",
"private": true,
"author": "Paul Moss (fork)",
"repository": "https://github.com/paulm17/raikou.git",
"engines": {
"node": ">=20.9.0"
},
"workspaces": [
"packages/**/*",
"apps/*"
],
"scripts": {
"chmod": "sh scripts/utils/chmod.sh",
"plop": "tsx scripts/plop",
"changelog": "tsx scripts/docs/changelog",
"storybook": "storybook dev -p 2356",
"clean": "rimraf --glob packages/*/*/{esm,cjs,lib,dist} packages/*/*/*.tsbuildinfo",
"build": "tsx scripts/build",
"publish:package": "tsx scripts/publish",
"publish:package:alpha": "tsx scripts/publish --stage alpha --tag next",
"publish:package:beta": "tsx scripts/publish --stage beta --tag next",
"release": "npm run clean && tsx scripts/release",
"release:alpha:patch": "tsx scripts/release patch --stage alpha --tag next",
"release:alpha:minor": "tsx scripts/release minor --stage alpha --tag next",
"release:alpha:major": "tsx scripts/release major --stage alpha --tag next",
"release:patch": "npm run release patch",
"release:minor": "npm run release minor",
"release:major": "npm run release major",
"test": "npm run prettier:test && npm run syncpack && npm run lint && npm run vitest",
"test:exports": "tsx scripts/tests/exports",
"test:conflicts": "tsx scripts/tests/conflicts",
"test:validate-package-json": "tsx scripts/tests/validate-package-json",
"test:validate-packages-files": "tsx scripts/tests/validate-packages-files",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint packages scripts --cache",
"stylelint": "stylelint \"**/*.css\" --cache",
"syncpack": "syncpack list-mismatches",
"syncpack:format": "syncpack format",
"prettier:test": "prettier --check \"**/*.{ts,tsx,mdx,css}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx,mdx,css}\"",
"vitest": "vitest run",
"vitest:watch": "vitest"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/serialize": "^1.3.2",
"@emotion/server": "^11.11.0",
"@emotion/utils": "^1.4.1",
"@floating-ui/react": "^0.26.28",
"@stylefusion/react": "^0.0.28",
"@tabler/icons-react": "^3.3.0",
"@tiptap/core": "^2.9.1",
"@tiptap/extension-code-block": "^2.9.1",
"@tiptap/extension-code-block-lowlight": "^2.9.1",
"@tiptap/extension-color": "^2.9.1",
"@tiptap/extension-highlight": "^2.9.1",
"@tiptap/extension-history": "^2.9.1",
"@tiptap/extension-link": "^2.9.1",
"@tiptap/extension-placeholder": "^2.9.1",
"@tiptap/extension-subscript": "^2.9.1",
"@tiptap/extension-superscript": "^2.9.1",
"@tiptap/extension-task-item": "^2.9.1",
"@tiptap/extension-task-list": "^2.9.1",
"@tiptap/extension-text-align": "^2.9.1",
"@tiptap/extension-text-style": "^2.9.1",
"@tiptap/extension-underline": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/react": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"chroma-js": "^3.1.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"embla-carousel": "^7.1.0",
"embla-carousel-autoplay": "^7.1.0",
"embla-carousel-react": "^7.1.0",
"framer-motion": "^11.0.22",
"highlight.js": "^11.10.0",
"html-react-parser": "^5.1.18",
"klona": "^2.0.6",
"lowlight": "^3.1.0",
"react": "^18.3.1",
"react-dropzone-esm": "^15.2.0",
"react-imask": "^7.6.1",
"react-number-format": "^5.4.2",
"react-remove-scroll": "^2.6.0",
"react-textarea-autosize": "^8.5.5",
"react-transition-group": "4.4.5",
"recharts": "^2.13.3",
"type-fest": "^4.27.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@eslint/js": "^9.14.0",
"@hello-pangea/dnd": "^17.0.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@mui/utils": "^6.1.6",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/chroma-js": "^2.4.4",
"@types/eslint": "^9",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.14",
"@types/jest-axe": "^3.5.9",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-transition-group": "^4.4.11",
"@types/resize-observer-browser": "^0.1.11",
"@types/rimraf": "^4.0.5",
"@types/signale": "^1",
"@types/yargs": "^17.0.33",
"@vitejs/plugin-react": "^4.3.2",
"babel-loader": "^9.2.1",
"chalk": "^5.3.0",
"esbuild": "^0.24.0",
"esbuild-jest": "^0.5.0",
"eslint": "^9.14.0",
"eslint-config-mantine": "^4.0.3",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.1.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^25.0.1",
"lodash": "^4.17.21",
"new-github-release-url": "^2.0.0",
"open": "^9.1.0",
"postcss": "^8.4.31",
"prettier": "^3.2.5",
"react-dom": "^18.3.1",
"react-virtuoso": "^4.12.0",
"rimraf": "^6.0.1",
"rollup": "^4.25.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-postcss": "^4.0.2",
"signale": "^1.4.0",
"simple-git": "^3.27.0",
"stylelint": "^16.2.1",
"stylelint-config-standard-scss": "^13.0.0",
"syncpack": "^13.0.0",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"version-next": "^1.0.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.4",
"wrangler": "^3.86.0",
"yargs": "^17.7.2",
"zx": "^8.2.2"
},
"resolutions": {
"prosemirror-model": "1.18.1",
"@babel/core": "7.26.0"
}
}