-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
176 lines (176 loc) · 5.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"name": "gantd",
"version": "1.1.0",
"description": "GantD base on antD",
"author": "GantFDT",
"license": "MIT",
"bugs": {
"url": "https://github.com/gantFDT/GantD/issues"
},
"homepage": "https://gantfdt.github.io/gant-design",
"keywords": [
"React",
"gantd",
"npm",
"antd"
],
"main": "packages/gantd/lib/index.js",
"module": "packages/gantd/lib/index.js",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"start": "gulp watch:code & start-storybook -p 8888 -s public",
"start:win": "start-storybook -p 8888 -s public",
"dev": "gulp watch:code & start-storybook -p 8888 -s public",
"build-storybook": "build-storybook -o docs",
"build:doc": "build-storybook -o docs",
"postbuild:doc": "node ./scripts/postbuilddoc.js",
"compile": "gulp",
"compile:lib": "gulp lib",
"build": "gulp && webpack -s public",
"pub": "gulp && webpack && lerna publish",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"gitpush": "git push origin master && git push gitee master"
},
"peerDependencies": {
"antd": "^3.22.0",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.16.7",
"@babel/register": "^7.4.4",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@storybook/addon-actions": "5.3.14",
"@storybook/addon-backgrounds": "5.3.14",
"@storybook/addon-console": "^1.1.0",
"@storybook/addon-jest": "5.3.14",
"@storybook/addon-links": "5.3.14",
"@storybook/addon-notes": "5.3.14",
"@storybook/addon-viewport": "5.3.14",
"@storybook/addons": "5.3.14",
"@storybook/react": "5.3.14",
"@types/react-dom": "^16.9.5",
"addon-contexts": "^1.2.1",
"ant-design": "^1.0.0",
"antd-tools": "^7.3.5",
"autoprefixer": "^9.6.0",
"babel-loader": "^8.0.0",
"babel-plugin-import": "^1.11.2",
"babel-plugin-prismjs": "^2.0.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chalk": "^3.0.0",
"co-fs": "^1.2.0",
"css-loader": "^2.1.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
"fs-extra": "^10.0.0",
"glob": "^7.1.4",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-filter": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-less": "^4.0.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"husky": "^4.2.3",
"jest": "^24.8.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"less-plugin-npm-import": "^2.1.0",
"mini-css-extract-plugin": "^0.6.0",
"minimist": "^1.2.5",
"mockjs": "^1.1.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"ora": "^4.0.3",
"path": "^0.12.7",
"postcss-loader": "^3.0.0",
"prettier": "1.19.1",
"pretty-quick": "^2.0.1",
"react-copy-to-clipboard": "^5.0.1",
"react-css-modules": "^4.7.11",
"react-syntax-highlighter": "^10.3.0",
"rimraf": "^2.6.3",
"rucksack-css": "^1.0.2",
"storybook-dark-mode": "^0.1.3",
"style-loader": "^0.23.1",
"through2": "^3.0.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.32.2",
"webpack-cli": "^3.2.1",
"webpack-filter-warnings-plugin": "^1.2.1",
"webpack-merge": "^4.2.1",
"webpackbar": "^3.2.0"
},
"dependencies": {
"@ag-grid-community/react": "26.1.0",
"@ag-grid-enterprise/all-modules": "26.1.0",
"@ant-design/colors": "^3.1.0",
"@ant-design/icons": "2.1.1",
"@types/react": "^16.9.52",
"antd": "^3.22.0",
"antd-virtual-select": "^1.1.2",
"array-move": "^2.2.1",
"async-validate": "^1.0.1",
"async-validator": "^3.2.4",
"classnames": "^2.2.6",
"create-react-context": "^0.2.3",
"csstype": "^3.0.3",
"faker": "^5.5.3",
"file-saver": "^2.0.2",
"lodash": "^4.17.11",
"lodash-decorators": "^6.0.1",
"moment": "^2.29.1",
"numeral": "^2.0.6",
"prism-react-renderer": "^1.0.2",
"prismjs": "^1.19.0",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-beautiful-dnd": "^10.1.1",
"react-color": "^2.18.0",
"react-dom": "^16.0.0",
"react-element-to-jsx-string": "^14.3.1",
"react-intl": "^3.12.0",
"react-resize-detector": "^4.2.1",
"react-sortable-hoc": "^1.9.1",
"react-syntax-highlighter-virtualized-renderer": "^1.1.0",
"recompose": "^0.30.0",
"s": "^1.0.0",
"webpack-plugin-import": "^0.2.6"
},
"browserslist": [
"last 2 version",
"Firefox ESR",
"> 1%",
"ie >= 9",
"iOS >= 8",
"Android >= 4"
]
}