generated from gfazioli/mantine-flip
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.67 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
{
"name": "m-90d2bb8",
"version": "0.1.1",
"description": "This package.json is not published to npm, modify the file in package/package.json",
"packageManager": "[email protected]",
"workspaces": [
"docs",
"package"
],
"scripts": {
"clean": "rimraf package/dist",
"build": "rollup -c rollup.config.mjs && esno scripts/generate-dts && esno scripts/prepare-css",
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
"typecheck": "tsc --noEmit",
"lint": "npm run lint:eslint && npm run lint:stylelint",
"lint:eslint": "eslint --cache --ext .ts,.tsx .",
"lint:stylelint": "stylelint '**/*.css' --cache",
"jest": "jest",
"test": "npm run syncpack && npm run prettier:check && npm run typecheck && npm run lint && npm run jest",
"release:patch": "esno scripts/release patch && npm run docs:deploy",
"release:minor": "esno scripts/release minor && npm run docs:deploy",
"release:major": "esno scripts/release major && npm run docs:deploy",
"docgen": "esno scripts/docgen",
"dev": "cd docs && npm run dev",
"docs:build": "npm run docgen && cd docs && npm run build",
"docs:deploy": "npm run docs:build && esno scripts/nojekyll && gh-pages -d docs/out -t true",
"storybook": "storybook dev -p 8271",
"syncpack": "syncpack list-mismatches",
"syncpack:format": "syncpack format"
},
"devDependencies": {
"@mantine-tests/core": "^1.1.0",
"@mantine/core": "7.14.0",
"@mantine/hooks": "7.14.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.4",
"@storybook/addon-essentials": "^7.6.19",
"@storybook/blocks": "^7.6.19",
"@storybook/react": "^7.6.19",
"@storybook/react-vite": "^7.6.19",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/fs-extra": "^11",
"@types/identity-obj-proxy": "^3",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/signale": "^1",
"@types/yargs": "^17.0.29",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-react": "^4.1.0",
"esbuild": "^0.19.5",
"esbuild-jest": "^0.5.0",
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-mantine": "^3.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"esno": "^0.17.0",
"execa": "^8.0.1",
"fs-extra": "^11.1.1",
"gh-pages": "^6.1.1",
"hash-css-selector": "^1.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-axe": "^8.0.0",
"jest-environment-jsdom": "^29.7.0",
"mantine-docgen-script": "^1.3.1",
"new-github-release-url": "^2.0.0",
"open": "^9.1.0",
"postcss": "^8.4.38",
"postcss-preset-mantine": "1.15.0",
"prettier": "^3.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "^5.0.5",
"rollup": "^4.1.5",
"rollup-plugin-banner2": "^1.2.2",
"rollup-plugin-esbuild": "^6.1.0",
"rollup-plugin-node-externals": "^6.1.2",
"rollup-plugin-postcss": "^4.0.2",
"signale": "^1.4.0",
"simple-git": "^3.20.0",
"storybook": "^7.6.19",
"storybook-dark-mode": "^3.0.3",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^11.1.0",
"syncpack": "^11.2.1",
"typescript": "5.2.2",
"version-next": "^1.0.2",
"vite": "^4.5.0",
"yargs": "^17.7.2"
}
}