forked from mantinedev/mantine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
152 lines (152 loc) · 5.66 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
{
"name": "mantine",
"private": true,
"workspaces": [
"src/*"
],
"version": "4.0.0",
"description": "Mantine Components Monorepo",
"main": "index.js",
"repository": "https://github.com/mantinedev/mantine.git",
"author": "Vitaly Rtishchev <[email protected]>",
"license": "MIT",
"scripts": {
"postinstall": "npm run docs:docgen && cd docs && yarn",
"syncpack": "syncpack list-mismatches",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx",
"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",
"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:clean && npm run docs:docgen && npm run build:private && cd docs && npm run build",
"docs:serve": "npm run docs:build && 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 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"
},
"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/addon-a11y": "^6.3.12",
"@storybook/addon-viewport": "^6.3.12",
"@storybook/addons": "^6.3.12",
"@storybook/api": "^6.3.12",
"@storybook/components": "^6.3.12",
"@storybook/core-events": "^6.3.12",
"@storybook/react": "^6.2.9",
"@storybook/theming": "^6.3.12",
"@sucrase/jest-plugin": "^2.1.1",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.0",
"@testing-library/user-event": "^13.5.0",
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/jest-axe": "^3.5.1",
"@types/react": "17.0.8",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^17.0.5",
"@types/react-router-dom": "^5.1.7",
"@types/react-transition-group": "^4.4.1",
"@types/resize-observer-browser": "^0.1.5",
"@types/rimraf": "^3.0.1",
"@types/yargs": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"chalk": "^4.1.1",
"esbuild": "^0.12.5",
"esbuild-jest": "^0.5.0",
"eslint": "^8.10.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-mantine": "1.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"esno": "^0.6.0",
"execa": "^5.0.1",
"fast-glob": "^3.2.5",
"fs-extra": "^10.0.0",
"gh-pages": "^3.2.0",
"jest": "^27.4.5",
"jest-axe": "^4.1.0",
"new-github-release-url": "^1.0.0",
"next": "^12.0.7",
"open": "^8.2.0",
"prettier": "^2.4.1",
"react-beautiful-dnd": "^13.1.0",
"react-docgen-typescript": "2.1.0",
"react-dom": "^17.0.2",
"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.1",
"storybook-addon-turbo-build": "^1.0.0-beta.0",
"storybook-dark-mode": "^1.0.8",
"stylis": "^4.0.10",
"surge": "^0.23.0",
"syncpack": "^5.7.11",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "4.5.2",
"yargs": "^17.0.1"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/serialize": "^1.0.2",
"@emotion/server": "^11.4.0",
"@emotion/utils": "^1.0.0",
"@modulz/radix-icons": "^4.0.0",
"@popperjs/core": "^2.9.3",
"@primer/octicons-react": "^14.2.1",
"@radix-ui/react-scroll-area": "^0.1.1",
"clsx": "^1.1.1",
"csstype": "^3.0.9",
"dayjs": "^1.10.5",
"html-react-parser": "^1.3.0",
"joi": "^17.6.0",
"prism-react-renderer": "^1.2.1",
"quill-mention": "^3.0.8",
"react": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-feather": "^2.0.9",
"react-popper": "^2.2.5",
"react-quill": "2.0.0-beta.4",
"react-router-dom": "^5.2.0",
"react-textarea-autosize": "^8.3.2",
"react-transition-group": "^4.4.2",
"stylis-plugin-rtl": "^2.1.1",
"tabler-icons-react": "^1.35.0",
"yup": "^0.32.11",
"zod": "^3.13.4"
}
}