|
2 | 2 | "name": "@umijs/fabric",
|
3 | 3 | "version": "2.0.6",
|
4 | 4 | "description": "A collection of configuration files containing prettier, eslint, stylelint",
|
5 |
| - "main": "dist/index.js", |
6 |
| - "scripts": { |
7 |
| - "test": "npm run build && cd example && npm run lint", |
8 |
| - "build": "tsc --build tsconfig.json", |
9 |
| - "lint": "npm run build && cd example && npm run lint", |
10 |
| - "prepublishOnly": "npm run build && npm test && np --no-cleanup --yolo --no-publish --any-branch" |
11 |
| - }, |
12 |
| - "files": [ |
13 |
| - "dist" |
14 |
| - ], |
15 |
| - "repository": { |
16 |
| - "type": "git", |
17 |
| - "url": "git+https://github.com/umijs/fabric" |
18 |
| - }, |
19 | 5 | "keywords": [
|
20 | 6 | "eslint",
|
21 | 7 | "prettier",
|
|
24 | 10 | "design",
|
25 | 11 | "pro"
|
26 | 12 | ],
|
27 |
| - |
28 |
| - "license": "ISC", |
| 13 | + "homepage": "https://github.com/umijs/fabric#readme", |
29 | 14 | "bugs": {
|
30 | 15 | "url": "https://github.com/umijs/fabric/issues"
|
31 | 16 | },
|
32 |
| - "homepage": "https://github.com/umijs/fabric#readme", |
| 17 | + "repository": { |
| 18 | + "type": "git", |
| 19 | + "url": "git+https://github.com/umijs/fabric" |
| 20 | + }, |
| 21 | + "license": "ISC", |
| 22 | + |
| 23 | + "main": "dist/index.js", |
| 24 | + "files": [ |
| 25 | + "dist" |
| 26 | + ], |
| 27 | + "scripts": { |
| 28 | + "build": "tsc --build tsconfig.json", |
| 29 | + "lint": "npm run build && cd example && npm run lint", |
| 30 | + "prepublishOnly": "npm run build && npm test && np --no-cleanup --yolo --no-publish --any-branch", |
| 31 | + "test": "npm run build && cd example && npm run lint" |
| 32 | + }, |
33 | 33 | "dependencies": {
|
34 | 34 | "@typescript-eslint/eslint-plugin": "^2.18.0",
|
35 | 35 | "@typescript-eslint/parser": "^2.18.0",
|
|
56 | 56 | "stylelint-config-rational-order": "^0.1.2",
|
57 | 57 | "stylelint-config-standard": "^20.0.0",
|
58 | 58 | "stylelint-declaration-block-no-ignored-properties": "^2.1.0",
|
59 |
| - "stylelint-order": "^4.0.0" |
| 59 | + "stylelint-order": "^4.0.0", |
| 60 | + "typescript": "^3.8.3" |
60 | 61 | },
|
61 | 62 | "devDependencies": {
|
62 |
| - "np": "^5.2.1", |
63 |
| - "typescript": "^3.5.2" |
| 63 | + "np": "^5.2.1" |
64 | 64 | }
|
65 | 65 | }
|
0 commit comments