forked from mantinedev/mantine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
173 lines (173 loc) · 6.49 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
{
"name": "mantine",
"private": true,
"workspaces": [
"src/*"
],
"version": "6.0.14",
"description": "Mantine Components Monorepo",
"main": "index.js",
"repository": "https://github.com/mantinedev/mantine.git",
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
"license": "MIT",
"scripts": {
"demos": "esno scripts/demo-import",
"sync-branches": "sh scripts/sync-branches.sh",
"changelog": "esno scripts/changelog",
"postinstall": "npm run docs:docgen && cd docs && yarn",
"syncpack": "syncpack list-mismatches",
"typecheck": "tsc --noEmit",
"lint": "eslint src docs/src --ext .ts,.tsx --cache",
"build": "esno scripts/build",
"build:all": "npm run build all && npm run build:private",
"build:demos": "npm run build @mantine/demos",
"build:private": "npm run build @mantine/styles-api && npm run build @mantine/demos",
"jest": "jest",
"prettier:test": "prettier --check \"**/*.{ts,tsx}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
"exports": "esno scripts/check-exports",
"conflicts": "esno scripts/check-conflicts",
"clean": "rimraf src/*/{esm,cjs,lib,dist} src/**/*.tsbuildinfo",
"storybook": "esno scripts/storybook-start",
"test": "npm run prettier:test && npm run syncpack && npm run typecheck && npm run lint && npm run jest",
"docs": "npm run docs:clean && npm run docs:docgen && cd docs && npm start",
"docs:typecheck": "cd docs && npm run typecheck",
"docs:lint": "cd docs && npm run lint",
"docs:docgen": "esno scripts/docgen",
"docs:clean": "cd docs && npm run clean",
"docs:build": "npm run docs:docgen && npm run build:private && cd docs && npm run build",
"docs:serve": "cd docs && npm run serve",
"docs:deploy": "npm run docs:build && gh-pages -d docs/public",
"_release:no-test": "esno scripts/release",
"_release": "npm run release:prepare && esno scripts/release",
"_release:alpha": "npm run _release minor -- --stage alpha --tag next",
"_release:alpha:major": "npm run _release:no-test major -- --stage alpha --tag next",
"release:prepare": "npm run clean && npm test",
"release:patch": "npm run _release patch && npm run docs:deploy",
"release:minor": "npm run _release minor && npm run docs:deploy",
"release:major": "npm run _release major && npm run docs:deploy"
},
"resolutions": {
"@types/react": "18.0.9",
"prosemirror-model": "1.18.1",
"prosemirror-state": "1.4.1",
"prosemirror-transform": "1.7.0",
"prosemirror-view": "1.28.2"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@rollup/plugin-typescript": "^8.2.1",
"@storybook/addons": "^6.5.10",
"@storybook/api": "^6.5.10",
"@storybook/builder-webpack5": "^6.5.14",
"@storybook/components": "^6.5.10",
"@storybook/core-events": "^6.5.10",
"@storybook/manager-webpack5": "^6.5.14",
"@storybook/react": "^6.5.10",
"@storybook/theming": "^6.5.10",
"@sucrase/jest-plugin": "^2.1.1",
"@testing-library/dom": "8.13.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.2.0",
"@testing-library/user-event": "14.2.0",
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/jest-axe": "^3.5.1",
"@types/react": "18.0.9",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "18.0.4",
"@types/react-transition-group": "^4.4.4",
"@types/resize-observer-browser": "^0.1.5",
"@types/rimraf": "^3.0.1",
"@types/yargs": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"chalk": "^4.1.1",
"esbuild": "^0.12.5",
"esbuild-jest": "^0.5.0",
"eslint": "^8.33.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-mantine": "2.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"esno": "^0.6.0",
"execa": "^5.0.1",
"fast-glob": "^3.2.5",
"fs-extra": "^10.0.0",
"gh-pages": "^3.2.0",
"is-directory": "^0.3.1",
"jest": "^27.4.5",
"jest-axe": "^4.1.0",
"new-github-release-url": "^1.0.0",
"next": "^12.2.0",
"open": "^8.2.0",
"prettier": "^2.4.1",
"react-beautiful-dnd": "^13.1.0",
"react-docgen-typescript": "2.1.0",
"react-dom": "18.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.50.5",
"rollup-plugin-esbuild": "^4.2.3",
"rollup-plugin-node-externals": "^2.2.0",
"rollup-plugin-visualizer": "^5.5.0",
"simple-git": "^2.39.0",
"storybook-addon-outline": "^1.4.2",
"storybook-addon-turbo-build": "^1.1.0",
"storybook-dark-mode": "^1.1.0",
"stylis": "^4.0.10",
"syncpack": "^5.7.11",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "4.9.3",
"webpack": "^5.75.0",
"yargs": "^17.0.1"
},
"dependencies": {
"@emotion/react": "11.9.3",
"@emotion/server": "11.4.0",
"@emotion/styled": "^11.10.0",
"@floating-ui/react": "^0.19.1",
"@radix-ui/react-scroll-area": "1.0.2",
"@tabler/icons-react": "^2.1.2",
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.202",
"@tiptap/extension-color": "^2.0.0-beta.202",
"@tiptap/extension-highlight": "^2.0.0-beta.202",
"@tiptap/extension-link": "^2.0.0-beta.202",
"@tiptap/extension-placeholder": "^2.0.0-beta.202",
"@tiptap/extension-subscript": "^2.0.0-beta.202",
"@tiptap/extension-superscript": "^2.0.0-beta.202",
"@tiptap/extension-text-align": "^2.0.0-beta.202",
"@tiptap/extension-text-style": "^2.0.0-beta.202",
"@tiptap/extension-underline": "^2.0.0-beta.202",
"@tiptap/react": "^2.0.0-beta.202",
"@tiptap/starter-kit": "^2.0.0-beta.202",
"clsx": "1.1.1",
"csstype": "3.0.9",
"dayjs": "^1.10.5",
"embla-carousel-autoplay": "^7.0.0",
"embla-carousel-react": "7.0.0",
"fast-deep-equal": "^3.1.3",
"html-react-parser": "1.4.12",
"klona": "^2.0.5",
"lowlight": "^2.7.0",
"prism-react-renderer": "^1.2.1",
"react": "18.1.0",
"react-dropzone": "14.2.3",
"react-imask": "^6.4.3",
"react-remove-scroll": "^2.5.5",
"react-textarea-autosize": "8.3.4",
"react-transition-group": "4.4.2",
"stylis-plugin-rtl": "^2.1.1",
"zod": "^3.13.4"
},
"volta": {
"node": "14.17.0"
}
}