-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
115 lines (115 loc) · 3.73 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
{
"name": "@caisy/league",
"version": "0.12.21",
"access": "public",
"types": "dist/types.d.ts",
"module": "dist/esm/index.js",
"license": "MIT",
"scripts": {
"prepare": "install-peers",
"build:tokens": "node scripts/sd.build.js",
"prepublishOnly": "yarn build",
"postbuild": "dts-bundle-generator --no-check --external-types=react --external-imports=moment -o dist/types.d.ts src/index.ts",
"build:cp": "rimraf dist && yarn build && rimraf ../caisy-next/node_modules/@caisy/league/dist && ncp ./dist ../caisy-next/node_modules/@caisy/league/dist",
"lint": "eslint ./src/**/*.ts ./src/**/*.tsx",
"lint:types": "tsc --project tsconfig.json --noEmit",
"lint:fix": "eslint ./src/**/*.ts ./src/**/*.tsx --fix",
"dev": "storybook dev -p 6006",
"storybook": "storybook dev -p 6006",
"build": "rollup -c",
"bump": "yarn build && npm version patch && yarn publish --public --yes",
"build:storybook:out": "storybook build -o out",
"build:storybook": "storybook build --loglevel warn 2> ./sb-out.txt && sh ./run-sb-exit.sh"
},
"sideEffects": false,
"resolve": {
"@storybook/addon-docs": "7.0.18",
"@storybook/addon-essentials": "7.0.18",
"@storybook/addon-links": "7.0.18",
"@storybook/react": "7.0.18",
"@storybook/react-webpack5": "7.0.18"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.21.5",
"@caisy/eslint-config-caisy": "^1.3.0",
"@caisy/prettier": "^1.14.1",
"@caisy/tsconfig": "^1.6.1",
"@jest/globals": "^29.5.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@storybook/addon-docs": "7.0.18",
"@storybook/addon-essentials": "7.0.18",
"@storybook/addon-links": "7.0.18",
"@storybook/react": "7.0.18",
"@storybook/react-webpack5": "7.0.18",
"@types/react": "^18",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"babel-eslint": "^10.1.0",
"bent": "1.5.13",
"dts-bundle-generator": "^5.9.0",
"eslint": "^8.7.0",
"eslint-plugin-react": "^7.26.1",
"install-peers-cli": "^2.2.0",
"jest": "^29.5.0",
"plop": "^2.7.6",
"rollup": "^2.33.1",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-ts-paths-resolve": "^1.7.1",
"simple-git": "^1.113.0",
"storybook": "7.0.18",
"storybook-addon-designs": "7.0.0-beta.2",
"style-dictionary": "^3.0.3",
"typescript": "^4.4.4",
"yargs": "^12.0.5"
},
"peerDependencies": {
"chart.js": "^3.0.0",
"immer": "^9.0.12",
"numbro": "^2.3.6",
"react": "^18",
"react-chartjs-2": "^5.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18",
"sonner": "^1.4.0"
},
"files": [
"dist",
"src"
],
"resolutions": {
"dayjs": "1.10.5",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"@types/react": "^18",
"emoji-mart": "3.0.1"
},
"dependencies": {
"blurhash": "^2.0.5",
"dayjs": "1.10.5",
"emoji-mart": "3.0.1",
"fuzzysearch": "^1.0.3",
"react-beautiful-dnd": "^13.1.1",
"react-colorful": "^5.5.1",
"react-flatpickr": "^3.10.7",
"react-lazyload": "^3.2.0",
"react-virtuoso": "^4.3.8",
"react-window": "^1.8.9",
"react-window-infinite-loader": "^1.0.9",
"styled-components": "^5.3.6"
},
"volta": {
"node": "16.20.2"
}
}