-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
104 lines (104 loc) · 2.9 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
{
"name": "@cubetiq/enhance-antd-table",
"version": "2.2.4",
"description": "enhance-antd-table antd-table @antd",
"contributors": [
{
"name": "LyhourChhen",
"email": "[email protected]",
"url": "https:github.com/lyhourchhen"
},
{
"name": "VuthPov",
"url": "https://github.com/vuthpov"
},
{
"email": "[email protected]",
"name": "@SomboChea",
"url": "https://github.com/SomboChea"
}
],
"license": "MIT",
"repository": "https://github.com/CUBETIQ/enhance-antd-table.git",
"main": "./dist/index.js",
"source": "./src/index.tsx",
"engines": {
"node": ">=10"
},
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./dist/index.js": "./dist/index.js",
"./dist/style.css": "./dist/style.css"
},
"files": [
"dist"
],
"scripts": {
"build": "rimraf dist && tsc && vite build --force",
"start": "vite build --force --watch",
"test": "run-s test:unit test:lint test:build",
"test:build": "run-s dist",
"install-pk": "yarn install",
"predeploy": "cd example && yarn install && yarn run build",
"deploy-storybook": "gh-pages -d storybook-static",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"nuke": "rimraf dist && rimraf example/node_modules && rimraf node_modules && yarn && cd example && yarn && cd .."
},
"peerDependencies": {
"@types/styled-components": "^5.1.27",
"antd": "^5.9.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.0.8"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@storybook/addon-actions": "^7.0.0",
"@storybook/addon-essentials": "^7.0.0",
"@storybook/addon-interactions": "^7.0.0",
"@storybook/addon-links": "^7.0.0",
"@storybook/builder-webpack5": "^7.0.0",
"@storybook/cli": "^7.0.0",
"@storybook/manager-webpack5": "^6.5.14",
"@storybook/react": "^7.0.0",
"@storybook/testing-library": "^0.0.13",
"@types/node": "^20.6.3",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react-resizable": "^3.0.5",
"@types/uuid": "^9.0.1",
"@vitejs/plugin-react": "^4.0.4",
"babel-loader": "^9.1.3",
"gh-pages": "^6.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-docgen-typescript": "^2.2.2",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"rimraf": "^4.0.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-dts": "^1.0.4",
"vite-plugin-dts": "^3.5.4"
},
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@types/styled-components": "^5.1.26",
"antd": "5.9.2",
"react-resizable": "^3.0.5",
"styled-components": "^6.0.8",
"uuid": "^9.0.0"
},
"publishConfig": {
"access": "public"
},
"browserslist": [
"Edge 16"
]
}