Skip to content

Commit d0efc04

Browse files
committed
fix ci
1 parent 678c613 commit d0efc04

1 file changed

Lines changed: 120 additions & 120 deletions

File tree

package.json

Lines changed: 120 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -1,121 +1,121 @@
11
{
2-
"name": "react-odontogram",
3-
"description": "dental chart for selecting teeth",
4-
"version": "0.5.5",
5-
"author": "Pratik Sharma <sharma.pratik2016@gmail.com>",
6-
"license": "MIT",
7-
"keywords": [
8-
"odontogram",
9-
"react",
10-
"dental-chart"
11-
],
12-
"publishConfig": {
13-
"access": "public"
14-
},
15-
"repository": {
16-
"type": "git",
17-
"url": ""
18-
},
19-
"scripts": {
20-
"dev": "concurrently \"pnpm build --watch\" \"pnpm storybook\" \"pnpm test\" ",
21-
"build": "tsup",
22-
"lint": "biome check --write --unsafe .",
23-
"lint:ci": "biome check --unsafe .",
24-
"test": "vitest",
25-
"test:ci": "vitest run --coverage",
26-
"commit": "cz",
27-
"storybook": "storybook dev -p 6006",
28-
"storybook:build": "storybook build",
29-
"release": "pnpm build && pnpm release-it",
30-
"link:self": "pnpm link --global",
31-
"prepare": "lefthook install",
32-
"deploy-storybook": "gh-pages -d storybook-static",
33-
"test:coverage": "vitest run --coverage"
34-
},
35-
"types": "./dist/index.d.ts",
36-
"exports": {
37-
".": {
38-
"types": "./dist/index.d.ts",
39-
"require": "./dist/index.js",
40-
"import": "./dist/index.mjs",
41-
"default": "./dist/index.mjs"
42-
},
43-
"./style.css": "./dist/index.css"
44-
},
45-
"sideEffects": [
46-
"*.css",
47-
"**/*.css"
48-
],
49-
"files": [
50-
"dist"
51-
],
52-
"config": {
53-
"commitizen": {
54-
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"
55-
}
56-
},
57-
"release-it": {
58-
"git": {
59-
"commitMessage": "chore(release): v${version}"
60-
},
61-
"github": {
62-
"release": true
63-
},
64-
"npm": {
65-
"publish": false
66-
}
67-
},
68-
"engines": {
69-
"node": ">=18.0.0"
70-
},
71-
"devDependencies": {
72-
"@biomejs/biome": "1.9.4",
73-
"@ryansonshine/commitizen": "4.2.8",
74-
"@ryansonshine/cz-conventional-changelog": "3.3.4",
75-
"@storybook/addon-a11y": "^10.2.10",
76-
"@storybook/addon-links": "10.2.10",
77-
"@storybook/addon-themes": "^10.2.10",
78-
"@storybook/addon-webpack5-compiler-swc": "4.0.2",
79-
"@storybook/react-webpack5": "10.2.10",
80-
"@testing-library/jest-dom": "6.6.3",
81-
"@testing-library/react": "16.2.0",
82-
"@types/node": "22.13.11",
83-
"@types/react": "18.3.13",
84-
"@types/react-dom": "18.3.1",
85-
"@types/react-test-renderer": "18.3.0",
86-
"@vitest/coverage-v8": "3.0.9",
87-
"concurrently": "9.1.2",
88-
"dotenv": "^16.4.7",
89-
"gh-pages": "^6.3.0",
90-
"jsdom": "26.0.0",
91-
"lefthook": "1.11.3",
92-
"prop-types": "15.8.1",
93-
"react": "18.3.1",
94-
"react-dom": "18.3.1",
95-
"react-test-renderer": "18.3.1",
96-
"release-it": "18.1.2",
97-
"storybook": "10.2.10",
98-
"ts-node": "10.9.2",
99-
"tsconfig-paths": "4.2.0",
100-
"tsup": "8.4.0",
101-
"tsx": "4.19.3",
102-
"typescript": "5.8.2",
103-
"vitest": "3.0.9",
104-
"@storybook/addon-docs": "10.2.10"
105-
},
106-
"peerDependencies": {
107-
"react": ">=17",
108-
"react-dom": ">=17"
109-
},
110-
"pnpm": {
111-
"overrides": {
112-
"micromatch@<4.0.8": ">=4.0.8"
113-
},
114-
"onlyBuiltDependencies": [
115-
"@biomejs/biome",
116-
"@swc/core",
117-
"esbuild",
118-
"lefthook"
119-
]
120-
}
121-
}
2+
"name": "react-odontogram",
3+
"description": "dental chart for selecting teeth",
4+
"version": "0.5.5",
5+
"author": "Pratik Sharma <sharma.pratik2016@gmail.com>",
6+
"license": "MIT",
7+
"keywords": [
8+
"odontogram",
9+
"react",
10+
"dental-chart"
11+
],
12+
"publishConfig": {
13+
"access": "public"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/biomathcode/react-odontogram"
18+
},
19+
"scripts": {
20+
"dev": "concurrently \"pnpm build --watch\" \"pnpm storybook\" \"pnpm test\" ",
21+
"build": "tsup",
22+
"lint": "biome check --write --unsafe .",
23+
"lint:ci": "biome check --unsafe .",
24+
"test": "vitest",
25+
"test:ci": "vitest run --coverage",
26+
"commit": "cz",
27+
"storybook": "storybook dev -p 6006",
28+
"storybook:build": "storybook build",
29+
"release": "pnpm build && pnpm release-it",
30+
"link:self": "pnpm link --global",
31+
"prepare": "lefthook install",
32+
"deploy-storybook": "gh-pages -d storybook-static",
33+
"test:coverage": "vitest run --coverage"
34+
},
35+
"types": "./dist/index.d.ts",
36+
"exports": {
37+
".": {
38+
"types": "./dist/index.d.ts",
39+
"require": "./dist/index.js",
40+
"import": "./dist/index.mjs",
41+
"default": "./dist/index.mjs"
42+
},
43+
"./style.css": "./dist/index.css"
44+
},
45+
"sideEffects": [
46+
"*.css",
47+
"**/*.css"
48+
],
49+
"files": [
50+
"dist"
51+
],
52+
"config": {
53+
"commitizen": {
54+
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"
55+
}
56+
},
57+
"release-it": {
58+
"git": {
59+
"commitMessage": "chore(release): v${version}"
60+
},
61+
"github": {
62+
"release": true
63+
},
64+
"npm": {
65+
"publish": false
66+
}
67+
},
68+
"engines": {
69+
"node": ">=18.0.0"
70+
},
71+
"devDependencies": {
72+
"@biomejs/biome": "1.9.4",
73+
"@ryansonshine/commitizen": "4.2.8",
74+
"@ryansonshine/cz-conventional-changelog": "3.3.4",
75+
"@storybook/addon-a11y": "^10.2.10",
76+
"@storybook/addon-links": "10.2.10",
77+
"@storybook/addon-themes": "^10.2.10",
78+
"@storybook/addon-webpack5-compiler-swc": "4.0.2",
79+
"@storybook/react-webpack5": "10.2.10",
80+
"@testing-library/jest-dom": "6.6.3",
81+
"@testing-library/react": "16.2.0",
82+
"@types/node": "22.13.11",
83+
"@types/react": "18.3.13",
84+
"@types/react-dom": "18.3.1",
85+
"@types/react-test-renderer": "18.3.0",
86+
"@vitest/coverage-v8": "3.0.9",
87+
"concurrently": "9.1.2",
88+
"dotenv": "^16.4.7",
89+
"gh-pages": "^6.3.0",
90+
"jsdom": "26.0.0",
91+
"lefthook": "1.11.3",
92+
"prop-types": "15.8.1",
93+
"react": "18.3.1",
94+
"react-dom": "18.3.1",
95+
"react-test-renderer": "18.3.1",
96+
"release-it": "18.1.2",
97+
"storybook": "10.2.10",
98+
"ts-node": "10.9.2",
99+
"tsconfig-paths": "4.2.0",
100+
"tsup": "8.4.0",
101+
"tsx": "4.19.3",
102+
"typescript": "5.8.2",
103+
"vitest": "3.0.9",
104+
"@storybook/addon-docs": "10.2.10"
105+
},
106+
"peerDependencies": {
107+
"react": ">=17",
108+
"react-dom": ">=17"
109+
},
110+
"pnpm": {
111+
"overrides": {
112+
"micromatch@<4.0.8": ">=4.0.8"
113+
},
114+
"onlyBuiltDependencies": [
115+
"@biomejs/biome",
116+
"@swc/core",
117+
"esbuild",
118+
"lefthook"
119+
]
120+
}
121+
}

0 commit comments

Comments
 (0)