generated from gfazioli/mantine-flip
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.65 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 3.65 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
{
"name": "m-90d2bb8",
"version": "0.1.1",
"description": "This package.json is not published to npm, modify the file in package/package.json",
"packageManager": "yarn@4.12.0",
"repository": "mantinedev/extension-template.git",
"workspaces": [
"docs",
"package"
],
"scripts": {
"build": "rollup -c rollup.config.mjs && tsx scripts/generate-dts && tsx scripts/prepare-css",
"clean": "rimraf package/dist",
"dev": "cd docs && npm run dev",
"docgen": "tsx scripts/docgen",
"docs:build": "npm run docgen && cd docs && npm run build",
"docs:deploy": "npm run docs:build && tsx scripts/nojekyll && gh-pages -d docs/out -t",
"eslint": "eslint --cache .",
"jest": "jest",
"lint": "npm run eslint && npm run stylelint",
"prettier:check": "prettier --check \"**/*.{ts,tsx,css,mdx}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx,css,mdx}\"",
"release:major": "tsx scripts/release major && npm run docs:deploy",
"release:minor": "tsx scripts/release minor && npm run docs:deploy",
"release:patch": "tsx scripts/release patch && npm run docs:deploy",
"storybook": "storybook dev -p 8271",
"stylelint": "stylelint '**/*.css' --cache",
"syncpack": "syncpack list-mismatches",
"syncpack:format": "syncpack format",
"test": "npm run syncpack && npm run prettier:check && npm run typecheck && npm run lint && npm run jest",
"typecheck": "tsc --noEmit && cd docs && npm run typecheck"
},
"devDependencies": {
"@eslint/js": "^9.39.3",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@mantine-tests/core": "^2.1.0",
"@mantine/core": "8.3.15",
"@mantine/hooks": "8.3.15",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"@storybook/addon-essentials": "^8.6.17",
"@storybook/blocks": "^8.6.17",
"@storybook/react": "^8.6.17",
"@storybook/react-vite": "^8.6.17",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
"@types/fs-extra": "^11.0.4",
"@types/identity-obj-proxy": "^3.0.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.19.13",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/signale": "^1.4.7",
"@types/yargs": "^17.0.35",
"@vitejs/plugin-react": "^4.7.0",
"esbuild": "^0.27.3",
"esbuild-jest": "^0.5.0",
"eslint": "^9.39.3",
"eslint-config-mantine": "^4.0.3",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"fs-extra": "^11.3.3",
"gh-pages": "^6.3.0",
"hash-css-selector": "^1.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
"mantine-docgen-script": "^1.6.0",
"new-github-release-url": "^2.0.0",
"open": "^10.2.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "1.18.0",
"prettier": "^3.8.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"rimraf": "^6.1.3",
"rollup": "^4.59.0",
"rollup-plugin-banner2": "^1.3.1",
"rollup-plugin-esbuild": "^6.2.1",
"rollup-plugin-node-externals": "^8.1.2",
"rollup-plugin-postcss": "^4.0.2",
"signale": "^1.4.0",
"simple-git": "^3.32.3",
"storybook": "^8.6.17",
"storybook-dark-mode": "^4.0.2",
"stylelint": "^16.26.1",
"stylelint-config-standard-scss": "^14.0.0",
"syncpack": "^13.0.4",
"tsx": "^4.21.0",
"typescript": "5.9.3",
"typescript-eslint": "^8.56.1",
"version-next": "^1.0.2",
"vite": "^6.4.1",
"yargs": "^17.7.2",
"zx": "^8.8.5"
}
}