|
23 | 23 | "build": "sl-scripts build", |
24 | 24 | "build.docs": "build-storybook -c .storybook -o docs-auto", |
25 | 25 | "commit": "git-cz", |
26 | | - "lint": "sl-scripts lint", |
| 26 | + "lint": "tslint -c tslint.json 'src/**/*.ts?'", |
27 | 27 | "lint.fix": "yarn lint --fix", |
28 | 28 | "release": "sl-scripts release", |
29 | 29 | "release.docs": "sl-scripts release:docs", |
30 | 30 | "release.dryRun": "sl-scripts release --dry-run --debug", |
31 | 31 | "storybook": "start-storybook -p 9001", |
32 | | - "test": "sl-scripts test", |
| 32 | + "test": "jest", |
33 | 33 | "test.prod": "yarn lint && yarn test --coverage --maxWorkers=2", |
34 | 34 | "test.update": "yarn test --updateSnapshot", |
35 | 35 | "test.watch": "yarn test --watch" |
36 | 36 | }, |
37 | 37 | "peerDependencies": { |
38 | | - "@stoplight/tree-list": ">=4", |
39 | | - "@stoplight/ui-kit": ">=2", |
40 | 38 | "mobx": "5.x.x", |
41 | 39 | "react": ">=16.8", |
42 | 40 | "react-dom": ">=16.8" |
43 | 41 | }, |
44 | 42 | "dependencies": { |
45 | 43 | "@stoplight/json": "1.9.x", |
46 | | - "@stoplight/markdown-viewer": "^3.0.0", |
| 44 | + "@stoplight/markdown-viewer": "3.0.0-beta.4", |
47 | 45 | "@stoplight/tree-list": "^4.0.0", |
48 | 46 | "@types/json-schema": "^7.0.3", |
49 | 47 | "classnames": "^2.2.6", |
50 | | - "lodash": "4.17.x", |
| 48 | + "lodash": "^4.17.11", |
51 | 49 | "mobx-react-lite": "^1.3.1", |
52 | 50 | "pluralize": "^7.0.0", |
53 | 51 | "json-schema-merge-allof": "^0.6.0" |
54 | 52 | }, |
55 | 53 | "devDependencies": { |
56 | 54 | "@sambego/storybook-state": "^1.3.4", |
57 | | - "@stoplight/scripts": "4.1.0", |
58 | | - "@stoplight/storybook-config": "1.4.0", |
| 55 | + "@stoplight/scripts": "5.1.0", |
| 56 | + "@stoplight/storybook-config": "^2.0.1", |
59 | 57 | "@stoplight/types": "4.1.0", |
60 | 58 | "@stoplight/ui-kit": "2.0.0", |
| 59 | + "@types/classnames": "^2.2.7", |
61 | 60 | "@types/enzyme": "3.9.1", |
62 | 61 | "@types/json-schema": "^7.0.3", |
63 | 62 | "@types/pluralize": "^0.0.29", |
|
66 | 65 | "enzyme": "3.9.0", |
67 | 66 | "enzyme-adapter-react-16": "1.12.1", |
68 | 67 | "enzyme-to-json": "3.x.x", |
| 68 | + "jest": "^24.7.1", |
69 | 69 | "jest-enzyme": "7.0.2", |
70 | 70 | "mobx": "^5.9.4", |
71 | | - "node-sass": "^4.11.0", |
72 | | - "node-sass-package-importer": "^5.3.1", |
73 | | - "postcss-import": "^12.0.1", |
74 | | - "postcss-loader": "^3.0.0", |
75 | 71 | "react": "16.8.6", |
76 | 72 | "react-dom": "16.8.6", |
77 | | - "sass-loader": "^7.1.0", |
78 | | - "ts-loader": "^5.3.3", |
| 73 | + "ts-jest": "^24.0.2", |
| 74 | + "tslint": "^5.16.0", |
| 75 | + "tslint-config-stoplight": "^1.2.0", |
79 | 76 | "typescript": "3.4.2" |
80 | 77 | }, |
81 | 78 | "lint-staged": { |
|
0 commit comments