-
Notifications
You must be signed in to change notification settings - Fork 130
/
package.json
executable file
·125 lines (125 loc) · 4.35 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
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "husky install && dumi setup",
"postinstall": "lerna bootstrap --no-ci",
"start": "yarn dev",
"dev": "concurrently --kill-others \"yarn dev:drip-table\" \"yarn dev:drip-table-generator\" \"yarn dev:docs\"",
"dev:drip-table": "lerna run dev --stream --scope=drip-table",
"dev:drip-table-generator": "lerna run dev --stream --scope=drip-table-generator",
"dev:docs": "dumi dev",
"build": "yarn run build:drip-table && yarn run build:drip-table-generator && yarn run build:docs",
"build:drip-table": "lerna run build --stream --scope=drip-table",
"build:drip-table-generator": "lerna run build --stream --scope=drip-table-generator",
"build:docs": "dumi build",
"build:docs-static": "node ./docs-static/build.js",
"changelog": "lerna-changelog",
"size": "ANALYZE=1 dumi build",
"clean": "lerna clean -y",
"lint": "yarn run lint:git && yarn run lint:drip-table && yarn run lint:drip-table-generator && yarn run lint:docs || exit 1",
"lint:git": "sh ./bin/gitlint.sh || exit 1",
"lint:drip-table": "lerna run lint --stream --scope=drip-table || exit 1",
"lint:drip-table-generator": "lerna run lint --stream --scope=drip-table-generator || exit 1",
"lint:docs": "eslint \"**/*.{js,jsx,ts,tsx,json}\" --ignore-pattern \"packages/**\" --format pretty || exit 1",
"publish": "lerna publish",
"commit": "cz"
},
"devDependencies": {
"@ant-design/icons": ">=4.3.0",
"@babel/core": "^7.20.7",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@types/lodash": "^4.14.191",
"@types/react-dom": ">=16.9.0",
"@types/react-window": "^1.8.5",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"antd": "4.24.8",
"autoprefixer": "^10.4.13",
"babel-plugin-import": "^1.13.5",
"classnames": "^2.3.2",
"concurrently": "^7.6.0",
"cz-conventional-changelog": "^3.3.0",
"drip-table": "link:packages/drip-table",
"drip-table-generator": "link:packages/drip-table-generator",
"dumi": "^2.0.17",
"eslint": "^8.30.0",
"eslint-config-lvmcn": "^0.0.60",
"eslint-formatter-pretty": "^4.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-etc": "^2.0.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-unicorn": "^46.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"father": "^4.1.2",
"html-minifier-terser": "^7.1.0",
"husky": "^8.0.2",
"jsoneditor": "^9.9.2",
"jsoneditor-react": "^3.1.2",
"lerna": "6.3.0",
"lerna-changelog": "2.2.0",
"less": "4.1.3",
"lint-staged": "^13.1.0",
"monaco-editor-webpack-plugin": "7.0.1",
"postcss": "^8.4.20",
"postcss-less": "^6.0.0",
"rc-util": "^5.27.1",
"react": ">=16.9.0",
"react-dom": ">=16.9.0",
"react-window": "^1.8.8",
"stylelint": "^14.16.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-formatter-pretty": "^3.1.1",
"stylelint-less": "^1.0.6",
"terser-webpack-plugin": "^5.3.7",
"typescript": "^4.9.4",
"uuid": "^9.0.0"
},
"resolutions": {
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2"
},
"files": [
"README.*",
"dist"
],
"homepage": "https://drip-table.jd.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/JDFED/drip-table/issues"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"ajv": "8.11.2",
"ajv-keywords": "5.1.0",
"rc-trigger": "5.3.4",
"react-compare-image": "3.3.0",
"typewriter-effect": "2.19.0"
}
}