forked from alibaba/designable
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
151 lines (151 loc) · 4.87 KB
/
Copy pathpackage.json
File metadata and controls
151 lines (151 loc) · 4.87 KB
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
{
"name": "root",
"private": true,
"devEngines": {
"node": "14.x"
},
"workspaces": [
"packages/*",
"formily/*",
"examples/*",
"examples-vue/*"
],
"resolutions": {
"@formily/react": "^2.2.14"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"build": "rimraf -rf packages/*/{lib,esm} && lerna run build",
"build:docs": "dumi build",
"start": "dumi dev",
"start:playground": "npm run start:basic",
"start:basic": "yarn workspace @pind/designable-basic-example start",
"start:sandbox": "yarn workspace @pind/designable-sandbox-example start",
"start:multi-workspace": "yarn workspace @pind/designable-multi-workspace-example start",
"start:sandbox-multi-workspace": "yarn workspace @pind/designable-sandbox-multi-workspace-example start",
"test": "jest --coverage",
"test:watch": "jest --watch",
"test:prod": "jest --coverage --silent",
"preversion": "npm run build && npm run lint",
"version": "ts-node scripts/release changelog && git add -A",
"version:alpha": "lerna version prerelease --preid alpha",
"version:beta": "lerna version prerelease --preid beta",
"version:rc": "lerna version prerelease --preid rc",
"version:patch": "lerna version patch",
"version:minor": "lerna version minor",
"version:preminor": "lerna version preminor --preid beta",
"version:major": "lerna version major",
"release:github": "ts-node scripts/release release",
"release:force": "lerna publish from-package --yes --registry https://registry.npmjs.org/",
"prelease:force": "lerna publish from-package --yes --dist-tag next --registry https://registry.npmjs.org/",
"release": "lerna publish",
"prelease": "lerna publish --dist-tag next --registry https://registry.npmjs.org/",
"lint": "eslint --ext .ts,.tsx,.js --fix",
"postinstall": "opencollective-postinstall"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.7",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.2.1",
"@rollup/plugin-typescript": "^10.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/dateformat": "^5.0.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"chalk": "^5.2.0",
"concurrently": "^7.6.0",
"conventional-commit-types": "^3.0.0",
"cool-path": "^1.1.2",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"cz-conventional-changelog": "^3.3.0",
"dayjs": "^1.11.7",
"escape-string-regexp": "^5.0.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-vue": "^9.8.0",
"execa": "^6.1.0",
"file-loader": "^6.2.0",
"findup": "^0.1.5",
"fs-extra": "^11.1.0",
"gh-release": "^6.0.4",
"ghooks": "^2.0.4",
"glob": "^8.0.3",
"immutable": "^4.2.1",
"istanbul-lib-coverage": "^3.2.0",
"jest": "^29.3.1",
"jest-codemods": "^0.30.0",
"jest-localstorage-mock": "^2.4.25",
"jest-styled-components": "7.1.1",
"jest-watch-lerna-packages": "^1.1.0",
"lerna": "^6.3.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"less-plugin-npm-import": "^2.1.0",
"lint-staged": "^13.1.0",
"onchange": "^7.1.0",
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.3",
"param-case": "^3.0.4",
"postcss": "^8.4.20",
"postcss-less": "^6.0.0",
"prettier": "^2.8.1",
"pretty-format": "^29.3.1",
"pretty-quick": "^3.1.3",
"raw-loader": "^4.0.2",
"rimraf": "^3.0.2",
"rollup": "^3.9.1",
"rollup-plugin-external-globals": "^0.7.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"semver": "^7.3.8",
"semver-regex": "^4.0.5",
"showdown": "^2.1.0",
"staged-git-files": "^1.3.0",
"string-similarity": "^4.0.4",
"ts-import-plugin": "2.0.0",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "^4.9.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pindjs/designable.git"
},
"config": {
"ghooks": {
"pre-commit": "lint-staged"
},
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.{ts,tsx,js}": [
"eslint --ext .ts,.tsx,.js --fix",
"pretty-quick --staged",
"git add"
],
"*.md": [
"pretty-quick --staged",
"git add"
]
},
"dependencies": {
"@ant-design/icons": "^4.8.0"
}
}