|
15 | 15 | "unpkg": "dist/dnn/dnn.js", |
16 | 16 | "files": [ |
17 | 17 | "dist/", |
18 | | - "loader/" |
| 18 | + "loader/", |
| 19 | + "src/eslint-plugin/" |
19 | 20 | ], |
20 | 21 | "scripts": { |
21 | | - "build": "npm run eslint && stencil build --docs", |
| 22 | + "build": "npm run build:eslint-plugin && npm run eslint && stencil build --docs", |
22 | 23 | "postbuild": "license-checker-rseidelsohn --out licenses.json --json --direct --relativeLicensePath --relativeModulePath", |
23 | 24 | "watch": "stencil build --dev --watch", |
24 | 25 | "start": "stencil build --dev --watch --serve", |
25 | 26 | "start.edge": "stencil build --dev --watch --serve --es5", |
26 | 27 | "poststart": "license-checker-rseidelsohn --out licenses.json --json --direct --relativeLicensePath --relativeModulePath", |
27 | 28 | "test": "stencil test --spec --e2e", |
28 | 29 | "test.watch": "stencil test --spec --e2e --watchAll", |
| 30 | + "test.eslint": "jest --config jest.eslint.config.js", |
29 | 31 | "generate": "stencil generate", |
30 | 32 | "eslint": "eslint", |
31 | 33 | "storybook": "storybook dev -p 6006", |
32 | 34 | "build-storybook": "storybook build", |
33 | | - "deploy-storybook": "gh-pages -d storybook-static --branch site" |
| 35 | + "deploy-storybook": "gh-pages -d storybook-static --branch site", |
| 36 | + "build:eslint-plugin": "tsc -p src/eslint-plugin/tsconfig.json" |
34 | 37 | }, |
35 | 38 | "devDependencies": { |
36 | 39 | "@chromatic-com/storybook": "^3.1.0", |
|
48 | 51 | "@storybook/web-components": "^8.3.2", |
49 | 52 | "@storybook/web-components-webpack5": "^8.3.2", |
50 | 53 | "@timkendrick/monaco-editor": "^0.0.9", |
| 54 | + "@types/estree-jsx": "^1.0.5", |
51 | 55 | "@types/jest": "^29.5.10", |
52 | 56 | "@typescript-eslint/eslint-plugin": "^8.0.1", |
53 | 57 | "@typescript-eslint/parser": "^8.0.1", |
|
67 | 71 | "react-dom": "^18.2.0", |
68 | 72 | "rollup-plugin-node-polyfills": "^0.2.1", |
69 | 73 | "storybook": "^8.3.2", |
70 | | - "typescript": "5.6.3", |
71 | | - "typescript-debounce-decorator": "^0.0.18" |
| 74 | + "ts-jest": "^29.3.2", |
| 75 | + "typescript": "5.6.3" |
72 | 76 | }, |
73 | 77 | "dependencies": { |
74 | 78 | "jodit": "^4.2.27" |
|
0 commit comments