-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
130 lines (130 loc) · 4.44 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
{
"name": "nebular-react",
"private": true,
"workspaces": [
"src/*"
],
"version": "0.1.0",
"description": "Nebular React Components Monorepo",
"main": "index.js",
"repository": "https://github.com/hirol888/nebular-react",
"author": "Huining Li <[email protected]>",
"license": "MIT",
"scripts": {
"syncpack": "syncpack list-mismatches",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx --cache --fix",
"build": "esno scripts/build",
"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 --glob 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",
"_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",
"release:minor": "npm run _release minor",
"release:major": "npm run _release major"
},
"resolutions": {
"@types/react": "18.0.9"
},
"devDependencies": {
"@react-spring/web": "^9.7.2",
"@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.5.16",
"@storybook/addon-viewport": "^6.5.16",
"@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-dom": "18.0.4",
"@types/react-transition-group": "^4.4.4",
"@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-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": "^3.16.0",
"storybook-addon-outline": "^1.4.2",
"storybook-addon-turbo-build": "^1.1.0",
"storybook-dark-mode": "^1.1.0",
"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",
"@mantine/hooks": "^6.0.1",
"@mantine/utils": "^6.0.1",
"clsx": "1.1.1",
"csstype": "3.0.9",
"eva-icons": "^1.1.3",
"html-react-parser": "1.4.12",
"klona": "^2.0.5",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"prism-react-renderer": "^1.2.1",
"react": "18.1.0",
"react-transition-group": "4.4.2",
"zod": "^3.13.4"
}
}