|
1 | 1 | { |
2 | | - "name": "react-odontogram", |
3 | | - "description": "dental chart for selecting teeth", |
4 | | - "version": "0.3.0", |
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 | | - "require": "./dist/index.js", |
39 | | - "import": "./dist/index.mjs" |
40 | | - } |
41 | | - }, |
42 | | - "files": [ |
43 | | - "dist" |
44 | | - ], |
45 | | - "config": { |
46 | | - "commitizen": { |
47 | | - "path": "./node_modules/@ryansonshine/cz-conventional-changelog" |
48 | | - } |
49 | | - }, |
50 | | - "release-it": { |
51 | | - "git": { |
52 | | - "commitMessage": "chore(release): v${version}" |
53 | | - }, |
54 | | - "github": { |
55 | | - "release": true |
56 | | - }, |
57 | | - "npm": { |
58 | | - "publish": false |
59 | | - } |
60 | | - }, |
61 | | - "engines": { |
62 | | - "node": ">=18.0.0" |
63 | | - }, |
64 | | - "devDependencies": { |
65 | | - "@biomejs/biome": "1.9.4", |
66 | | - "@ryansonshine/commitizen": "4.2.8", |
67 | | - "@ryansonshine/cz-conventional-changelog": "3.3.4", |
68 | | - "@storybook/addon-a11y": "^8.6.8", |
69 | | - "@storybook/addon-essentials": "8.6.8", |
70 | | - "@storybook/addon-interactions": "8.6.8", |
71 | | - "@storybook/addon-links": "8.6.8", |
72 | | - "@storybook/addon-themes": "^8.6.8", |
73 | | - "@storybook/addon-webpack5-compiler-swc": "3.0.0", |
74 | | - "@storybook/blocks": "8.6.8", |
75 | | - "@storybook/react": "8.6.8", |
76 | | - "@storybook/react-webpack5": "8.6.8", |
77 | | - "@storybook/test": "8.6.8", |
78 | | - "@testing-library/jest-dom": "6.6.3", |
79 | | - "@testing-library/react": "16.2.0", |
80 | | - "@types/node": "22.13.11", |
81 | | - "@types/react": "18.3.13", |
82 | | - "@types/react-dom": "18.3.1", |
83 | | - "@types/react-test-renderer": "18.3.0", |
84 | | - "@vitest/coverage-v8": "3.0.9", |
85 | | - "concurrently": "9.1.2", |
86 | | - "dotenv": "^16.4.7", |
87 | | - "gh-pages": "^6.3.0", |
88 | | - "jsdom": "26.0.0", |
89 | | - "lefthook": "1.11.3", |
90 | | - "prop-types": "15.8.1", |
91 | | - "react": "18.3.1", |
92 | | - "react-dom": "18.3.1", |
93 | | - "react-test-renderer": "18.3.1", |
94 | | - "release-it": "18.1.2", |
95 | | - "storybook": "8.6.8", |
96 | | - "ts-node": "10.9.2", |
97 | | - "tsconfig-paths": "4.2.0", |
98 | | - "tsup": "8.4.0", |
99 | | - "tsx": "4.19.3", |
100 | | - "typescript": "5.8.2", |
101 | | - "vitest": "3.0.9" |
102 | | - }, |
103 | | - "peerDependencies": { |
104 | | - "react": ">=17", |
105 | | - "react-dom": ">=17" |
106 | | - }, |
107 | | - "pnpm": { |
108 | | - "overrides": { |
109 | | - "micromatch@<4.0.8": ">=4.0.8" |
110 | | - }, |
111 | | - "onlyBuiltDependencies": [ |
112 | | - "@biomejs/biome", |
113 | | - "@swc/core", |
114 | | - "esbuild", |
115 | | - "lefthook" |
116 | | - ] |
117 | | - } |
| 2 | + "name": "react-odontogram", |
| 3 | + "description": "dental chart for selecting teeth", |
| 4 | + "version": "0.3.0", |
| 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 | + "require": "./dist/index.js", |
| 39 | + "import": "./dist/index.mjs" |
| 40 | + } |
| 41 | + }, |
| 42 | + "files": [ |
| 43 | + "dist" |
| 44 | + ], |
| 45 | + "config": { |
| 46 | + "commitizen": { |
| 47 | + "path": "./node_modules/@ryansonshine/cz-conventional-changelog" |
| 48 | + } |
| 49 | + }, |
| 50 | + "release-it": { |
| 51 | + "git": { |
| 52 | + "commitMessage": "chore(release): v${version}" |
| 53 | + }, |
| 54 | + "github": { |
| 55 | + "release": true |
| 56 | + }, |
| 57 | + "npm": { |
| 58 | + "publish": false |
| 59 | + } |
| 60 | + }, |
| 61 | + "engines": { |
| 62 | + "node": ">=18.0.0" |
| 63 | + }, |
| 64 | + "devDependencies": { |
| 65 | + "@biomejs/biome": "1.9.4", |
| 66 | + "@ryansonshine/commitizen": "4.2.8", |
| 67 | + "@ryansonshine/cz-conventional-changelog": "3.3.4", |
| 68 | + "@storybook/addon-a11y": "^10.0.8", |
| 69 | + "@storybook/addon-links": "10.0.8", |
| 70 | + "@storybook/addon-themes": "^10.0.8", |
| 71 | + "@storybook/addon-webpack5-compiler-swc": "4.0.2", |
| 72 | + "@storybook/react-webpack5": "10.0.8", |
| 73 | + "@testing-library/jest-dom": "6.6.3", |
| 74 | + "@testing-library/react": "16.2.0", |
| 75 | + "@types/node": "22.13.11", |
| 76 | + "@types/react": "18.3.13", |
| 77 | + "@types/react-dom": "18.3.1", |
| 78 | + "@types/react-test-renderer": "18.3.0", |
| 79 | + "@vitest/coverage-v8": "3.0.9", |
| 80 | + "concurrently": "9.1.2", |
| 81 | + "dotenv": "^16.4.7", |
| 82 | + "gh-pages": "^6.3.0", |
| 83 | + "jsdom": "26.0.0", |
| 84 | + "lefthook": "1.11.3", |
| 85 | + "prop-types": "15.8.1", |
| 86 | + "react": "18.3.1", |
| 87 | + "react-dom": "18.3.1", |
| 88 | + "react-test-renderer": "18.3.1", |
| 89 | + "release-it": "18.1.2", |
| 90 | + "storybook": "10.0.8", |
| 91 | + "ts-node": "10.9.2", |
| 92 | + "tsconfig-paths": "4.2.0", |
| 93 | + "tsup": "8.4.0", |
| 94 | + "tsx": "4.19.3", |
| 95 | + "typescript": "5.8.2", |
| 96 | + "vitest": "3.0.9", |
| 97 | + "@storybook/addon-docs": "10.0.8" |
| 98 | + }, |
| 99 | + "peerDependencies": { |
| 100 | + "react": ">=17", |
| 101 | + "react-dom": ">=17" |
| 102 | + }, |
| 103 | + "pnpm": { |
| 104 | + "overrides": { |
| 105 | + "micromatch@<4.0.8": ">=4.0.8" |
| 106 | + }, |
| 107 | + "onlyBuiltDependencies": [ |
| 108 | + "@biomejs/biome", |
| 109 | + "@swc/core", |
| 110 | + "esbuild", |
| 111 | + "lefthook" |
| 112 | + ] |
| 113 | + } |
118 | 114 | } |
0 commit comments