|
16 | 16 | "license": "MIT", |
17 | 17 | "repository": { |
18 | 18 | "type": "git", |
19 | | - "url": "https://github.com/jason89521/react-typist-component" |
| 19 | + "url": "https://github.com/jason89521/react-components-monorepo" |
20 | 20 | }, |
21 | 21 | "files": [ |
22 | 22 | "dist" |
|
37 | 37 | "build:types": "tsc --project tsconfig.lib.json", |
38 | 38 | "build:package": "vite build --mode lib && pnpm build:types", |
39 | 39 | "prepublishOnly": "pnpm build:package", |
40 | | - "preview": "vite preview", |
41 | | - "storybook": "start-storybook -p 6006", |
42 | | - "build-storybook": "build-storybook" |
| 40 | + "preview": "vite preview" |
43 | 41 | }, |
44 | 42 | "devDependencies": { |
45 | | - "@babel/core": "^7.18.5", |
46 | | - "@storybook/addon-actions": "^6.5.9", |
47 | | - "@storybook/addon-essentials": "^6.5.9", |
48 | | - "@storybook/addon-interactions": "^6.5.9", |
49 | | - "@storybook/addon-links": "^6.5.9", |
50 | | - "@storybook/builder-vite": "^0.2.0", |
51 | | - "@storybook/react": "^6.5.9", |
52 | | - "@storybook/testing-library": "^0.0.13", |
53 | 43 | "@testing-library/jest-dom": "^5.16.4", |
54 | 44 | "@testing-library/react": "^13.3.0", |
55 | 45 | "@types/jest": "^28.1.6", |
56 | 46 | "@types/react": "^18.0.15", |
57 | 47 | "@types/react-dom": "^18.0.6", |
58 | 48 | "@vitejs/plugin-react": "^2.0.0", |
59 | 49 | "autoprefixer": "^10.4.8", |
60 | | - "babel-loader": "^8.2.5", |
61 | 50 | "grapheme-splitter": "^1.0.4", |
62 | 51 | "jest": "^28.1.3", |
63 | 52 | "jest-environment-jsdom": "^28.1.3", |
64 | 53 | "postcss": "^8.4.16", |
65 | 54 | "react": "^18.2.0", |
66 | 55 | "react-dom": "^18.2.0", |
67 | | - "rimraf": "^3.0.2", |
68 | 56 | "tailwindcss": "^3.1.8", |
69 | 57 | "ts-jest": "^28.0.7", |
70 | 58 | "typescript": "^4.7.4", |
71 | 59 | "vite": "^3.0.2" |
72 | 60 | }, |
73 | 61 | "peerDependencies": { |
74 | 62 | "react": ">=18.0.0" |
75 | | - }, |
76 | | - "config": { |
77 | | - "commitizen": { |
78 | | - "path": "./node_modules/cz-conventional-changelog" |
79 | | - } |
80 | | - }, |
81 | | - "prettier": { |
82 | | - "tabWidth": 2, |
83 | | - "semi": true, |
84 | | - "singleQuote": true, |
85 | | - "jsxSingleQuote": true, |
86 | | - "printWidth": 80 |
87 | 63 | } |
88 | 64 | } |
0 commit comments