|
1 | 1 | { |
2 | 2 | "name": "dt-form-renderer", |
3 | 3 | "version": "0.0.1", |
4 | | - "description": "Render Interaction Form by JSON", |
5 | | - "main": "jest.config.js", |
| 4 | + "description": "Render Interaction Form Via JSON", |
| 5 | + "author": "Hayden", |
| 6 | + "homepage": "https://github.com/DTStack/dt-form-renderer#readme", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "git+https://github.com/DTStack/dt-form-renderer.git" |
| 10 | + }, |
| 11 | + "bugs": { |
| 12 | + "url": "https://github.com/DTStack/dt-form-renderer/issues" |
| 13 | + }, |
| 14 | + "scripts": { |
| 15 | + "prepare": "husky install", |
| 16 | + "start": "pnpm core build && pnpm i && pnpm playground start", |
| 17 | + "deploy": "pnpm core build && pnpm i && pnpm playground deploy", |
| 18 | + "core": "pnpm --filter ./packages/core", |
| 19 | + "playground": "pnpm --filter ./packages/playground" |
| 20 | + }, |
6 | 21 | "dependencies": { |
| 22 | + "@dt-form-renderer/core": "workspace:./packages/core", |
7 | 23 | "antd": "4.24.8", |
8 | 24 | "react": "17.x", |
9 | 25 | "react-dom": "17.x" |
10 | 26 | }, |
11 | 27 | "devDependencies": { |
| 28 | + "@commitlint/cli": "^17.6.3", |
| 29 | + "@commitlint/config-conventional": "^17.6.3", |
| 30 | + "@commitlint/cz-commitlint": "^17.5.0", |
| 31 | + "@swc/core": "^1.2.177", |
| 32 | + "@swc/jest": "0.2.24", |
12 | 33 | "@types/jest": "^28.1.2", |
13 | 34 | "@types/react": "^17.0.0", |
14 | 35 | "@types/react-dom": "^17.0.0", |
| 36 | + "commitizen": "^4.3.0", |
| 37 | + "husky": "^8.0.3", |
15 | 38 | "jest": "^27.4.3", |
16 | | - "jest-resolve": "^27.4.2", |
| 39 | + "jest-environment-jsdom": "^27.4.3", |
| 40 | + "jest-resolve": "^27.4.3", |
17 | 41 | "jest-watch-typeahead": "^1.0.0", |
| 42 | + "lint-staged": "^10.0.7", |
18 | 43 | "prettier": "^2.2.0", |
19 | | - "ts-jest": "^28.0.8", |
20 | 44 | "typescript": "^4.7.4" |
21 | 45 | }, |
22 | | - "scripts": { |
23 | | - "test": "echo \"Error: no test specified\" && exit 1", |
24 | | - "prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less}'", |
25 | | - "core": "pnpm --filter ./packages/core", |
26 | | - "playground": "pnpm --filter ./packages/playground", |
27 | | - "build": "pnpm core build", |
28 | | - "start": "pnpm core build && pnpm i && pnpm playground start", |
29 | | - "deploy": "pnpm core build && pnpm i && pnpm playground deploy" |
30 | | - }, |
31 | | - "repository": { |
32 | | - "type": "git", |
33 | | - "url": "git+https://github.com/DTStack/dt-form-renderer.git" |
34 | | - }, |
35 | | - "author": "Hayden", |
36 | | - "license": "ISC", |
37 | | - "bugs": { |
38 | | - "url": "https://github.com/DTStack/dt-form-renderer/issues" |
39 | | - }, |
40 | | - "homepage": "https://github.com/DTStack/dt-form-renderer#readme" |
| 46 | + "license": "ISC" |
41 | 47 | } |
0 commit comments