|
2 | 2 | "name": "@js-smart/react-kit", |
3 | 3 | "version": "1.1.0", |
4 | 4 | "license": "MIT", |
| 5 | + "private": false, |
5 | 6 | "scripts": { |
6 | 7 | "nx": "nx", |
7 | 8 | "start": "nx serve", |
8 | 9 | "build": "nx build react-kit", |
9 | 10 | "build:demo": "nx build", |
10 | 11 | "test": "nx test", |
11 | | - "lint": "nx workspace-lint && nx lint", |
12 | | - "affected:apps": "nx affected:apps", |
13 | | - "affected:libs": "nx affected:libs", |
14 | | - "affected:build": "nx affected:build", |
15 | | - "affected:test": "nx affected:test", |
16 | | - "affected:lint": "nx affected:lint", |
17 | 12 | "affected:dep-graph": "nx affected:dep-graph", |
18 | | - "affected": "nx affected", |
19 | | - "format": "nx format:write", |
20 | | - "format:write": "nx format:write", |
21 | | - "format:check": "nx format:check", |
22 | | - "update": "nx migrate latest", |
23 | | - "workspace-generator": "nx workspace-generator", |
24 | | - "dep-graph": "nx dep-graph", |
25 | | - "help": "nx help" |
26 | | - }, |
27 | | - "private": false, |
28 | | - "release": { |
29 | | - "branches": [ |
30 | | - "main" |
31 | | - ], |
32 | | - "plugins": [ |
33 | | - "@semantic-release/commit-analyzer", |
34 | | - "@semantic-release/release-notes-generator", |
35 | | - [ |
36 | | - "@semantic-release/npm", |
37 | | - { |
38 | | - "pkgRoot": "dist/react-kit" |
39 | | - } |
40 | | - ], |
41 | | - "@semantic-release/git", |
42 | | - "@semantic-release/github" |
43 | | - ] |
| 13 | + "update": "nx migrate latest" |
44 | 14 | }, |
45 | 15 | "dependencies": { |
46 | 16 | "@emotion/react": "^11.11.4", |
|
99 | 69 | "@semantic-release/npm": "^12.0.1", |
100 | 70 | "vite-plugin-dts": "~3.9.1", |
101 | 71 | "vitest": "^1.6.0" |
| 72 | + }, |
| 73 | + "release": { |
| 74 | + "branches": [ |
| 75 | + "main" |
| 76 | + ], |
| 77 | + "plugins": [ |
| 78 | + "@semantic-release/commit-analyzer", |
| 79 | + "@semantic-release/release-notes-generator", |
| 80 | + [ |
| 81 | + "@semantic-release/npm", |
| 82 | + { |
| 83 | + "pkgRoot": "dist/react-kit" |
| 84 | + } |
| 85 | + ], |
| 86 | + "@semantic-release/git", |
| 87 | + "@semantic-release/github" |
| 88 | + ] |
102 | 89 | } |
103 | 90 | } |
0 commit comments