forked from wzzz90/ali-react-table-fork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 3.17 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
{
"name": "ali-react-table-fork",
"version": "0.1.0",
"description": "高性能 React 表格组件",
"sideEffects": false,
"module": "dist/ali-react-table.esm.js",
"main": "dist/ali-react-table.js",
"types": "dist/ali-react-table.d.ts",
"license": "MIT",
"author": "wfei",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:wzzz90/ali-react-table-fork.git"
},
"homepage": "https://github.com/wzzz90/ali-react-table-fork.git",
"scripts": {
"storybook": "start-storybook -p 2333",
"build-storybook": "rimraf storybook-dist/ && build-storybook -c .storybook -o storybook-dist/",
"build": "rimraf dist/ && rollup --config rollup.config.js",
"preversion": "npm run build",
"prepublishOnly": "npm run build"
},
"files": [
"dist",
"biz",
"pivot"
],
"prettier": {
"printWidth": 120,
"singleQuote": true,
"semi": false,
"trailingComma": "all"
},
"dependencies": {
"@carbon/icons-react": "^10.9.1",
"@types/carbon__icons-react": "^10.6.0",
"@types/classnames": "^2.2.9",
"classnames": "^2.2.6",
"dvt-aggregation": "^0.2.7",
"react": "^16.9.0",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^6.5.4",
"styled-components": "^3.4.10 || ^5.0.1"
},
"devDependencies": {
"@alifd/next": "^1.19.22",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.0",
"@babel/plugin-proposal-optional-chaining": "^7.8.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
"@babel/plugin-transform-runtime": "^7.8.0",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.0",
"@babel/preset-typescript": "^7.7.7",
"@little-saga/rx-hooks": "^2.2.0",
"@rollup/plugin-node-resolve": "^7.1.1",
"@storybook/addon-docs": "6.0.0-beta.20",
"@storybook/addon-links": "6.0.0-beta.20",
"@storybook/addon-storysource": "6.0.0-beta.20",
"@storybook/react": "6.0.0-beta.20",
"@types/d3": "^5.7.2",
"@types/lodash": "^4.14.149",
"@types/numeral": "^0.0.27",
"@types/react-beautiful-dnd": "^12.1.2",
"@types/react-helmet": "^5.0.15",
"@types/styled-components": "5.1.0",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.7",
"chalk": "^4.0.0",
"concurrently": "^5.1.0",
"csv-parse": "^4.8.8",
"d3": "^5.15.1",
"esm": "^3.2.25",
"gulp-cli": "^2.2.0",
"immer": "^6.0.3",
"lodash": "^4.17.15",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"moment": "^2.24.0",
"numeral": "^2.0.6",
"prettier": "^2.0.2",
"react-beautiful-dnd": "^13.0.0",
"react-docgen-typescript-loader": "^3.6.0",
"react-helmet": "^6.0.0",
"react-is": "^16.13.0",
"react-json-view": "^1.19.1",
"react-use": "^14.1.1",
"rimraf": "^3.0.2",
"rollup": "^2.3.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-typescript2": "^0.27.0",
"ts-loader": "^7.0.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"xlsx": "^0.16.0"
}
}