-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
134 lines (134 loc) · 4.48 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
{
"name": "@bibliotheca-dao/ui-lib",
"version": "3.10.0",
"license": "MIT",
"private": true,
"homepage": "https://github.com/BibliothecaForAdventurers/realms-react",
"repository": {
"type": "git",
"url": "https://github.com/BibliothecaForAdventurers/realms-react",
"directory": "packages/ui-lib"
},
"author": {
"name": "Bibliothecca",
"url": "https://github.com/BibliothecaForAdventurers"
},
"sideEffects": false,
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf --no-glob ./dist && cross-env NODE_ENV=production microbundle --tsconfig ./tsconfig.build.json --jsx React.createElement --jsxFragment React.Fragment -f cjs,es --no-compress",
"build-react17jsx": "microbundle --tsconfig ./tsconfig.build.json --jsx jsx --jsxImportSource react --globals react/jsx-runtime=jsx --compress",
"dev": "microbundle watch --tsconfig ./tsconfig.build.json",
"clean": "rimraf --no-glob ./dist ./tsconfig.tsbuildinfo ./node_modules/.cache",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"typecheck": "tsc --project ./tsconfig.json --noEmit",
"test": "run-s test-unit",
"test-unit": "echo \"No unit tests yet\"",
"fix-all-files": "eslint . --ext .ts,.tsx,.js,.jsx --fix",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook --output-dir build/storybook"
},
"dependencies": {
"@bibliotheca-dao/core-lib": "workspace:^",
"@tanstack/react-table": "8.5.13",
"clsx": "1.2.1",
"rc-input-number": "7.3.6"
},
"devDependencies": {
"@babel/core": "7.18.13",
"@bibliotheca-dao/eslint-config-bases": "workspace:^",
"@emotion/babel-preset-css-prop": "11.10.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@headlessui/react": "1.7.1",
"@mdx-js/react": "2.1.3",
"@storybook/addon-actions": "6.5.10",
"@storybook/addon-docs": "6.5.10",
"@storybook/addon-essentials": "6.5.10",
"@storybook/addon-links": "6.5.10",
"@storybook/addon-postcss": "2.0.0",
"@storybook/addon-storysource": "6.5.10",
"@storybook/builder-webpack5": "6.5.10",
"@storybook/manager-webpack5": "6.5.10",
"@storybook/react": "6.5.10",
"@svgr/webpack": "6.3.1",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/line-clamp": "0.4.2",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.0.0",
"@types/node": "18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"autoprefixer": "10.4.8",
"babel-loader": "8.2.5",
"babel-plugin-macros": "3.1.0",
"babel-plugin-polyfill-corejs3": "0.5.3",
"buffer": "^6.0.3",
"core-js": "3.25.0",
"cross-env": "7.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.0.1",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.6",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-regexp": "1.9.0",
"eslint-plugin-sonarjs": "0.15.0",
"eslint-plugin-storybook": "0.6.4",
"eslint-plugin-testing-library": "5.6.1",
"https-browserify": "^1.0.0",
"jest": "29.0.2",
"microbundle": "0.15.1",
"next": "12.3.0",
"npm-run-all": "4.1.5",
"os-browserify": "^0.3.0",
"postcss": "8.4.16",
"postcss-flexbugs-fixes": "5.0.2",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "3.0.2",
"rooks": "7.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwind-merge": "1.6.0",
"tailwindcss": "3.1.8",
"ts-jest": "28.0.8",
"tsconfig-paths-webpack-plugin": "4.0.0",
"typescript": "4.8.2",
"webpack": "5.74.0"
},
"peerDependencies": {
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"react": "^17.0.2 || >= 18.0.0",
"react-dom": "^17.0.2 || >= 18.0.0"
},
"peerDependenciesMeta": {
"@emotion/react": {
"optional": false
},
"@emotion/styled": {
"optional": false
},
"react": {
"optional": false
},
"react-dom": {
"optional": false
}
}
}