|
1 | | -{ |
2 | | - "name": "@devup-ui/components", |
3 | | - "description": "Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor", |
4 | | - "repository": "https://github.com/dev-five-git/devup-ui", |
5 | | - "author": "devfive", |
6 | | - "license": "Apache-2.0", |
7 | | - "homepage": "https://devup-ui.com", |
8 | | - "bugs": { |
9 | | - "url": "https://github.com/dev-five-git/devup-ui/issues", |
10 | | - "email": "contact@devfive.kr" |
11 | | - }, |
12 | | - "keywords": [ |
13 | | - "css", |
14 | | - "css-in-js", |
15 | | - "css-in-js-preprocessor", |
16 | | - "css-in-js-framework", |
17 | | - "react" |
18 | | - ], |
19 | | - "version": "0.1.37", |
20 | | - "type": "module", |
21 | | - "scripts": { |
22 | | - "lint": "eslint", |
23 | | - "build": "tsc && vite build", |
24 | | - "storybook": "storybook dev -p 6006", |
25 | | - "build-storybook": "storybook build", |
26 | | - "package": "pnpm pack --pack-destination \"../../dist\"" |
27 | | - }, |
28 | | - "publishConfig": { |
29 | | - "access": "public" |
30 | | - }, |
31 | | - "sideEffects": false, |
32 | | - "main": "./dist/index.cjs", |
33 | | - "module": "./dist/index.js", |
34 | | - "exports": { |
35 | | - ".": { |
36 | | - "import": "./dist/index.js", |
37 | | - "require": "./dist/index.cjs" |
38 | | - } |
39 | | - }, |
40 | | - "files": [ |
41 | | - "dist" |
42 | | - ], |
43 | | - "types": "./dist/index.d.ts", |
44 | | - "dependencies": { |
45 | | - "@devup-ui/react": "workspace:^", |
46 | | - "csstype-extra": "latest", |
47 | | - "react": "^19.2.3", |
48 | | - "react-dom": "^19.2.3", |
49 | | - "clsx": "^2.1" |
50 | | - }, |
51 | | - "devDependencies": { |
52 | | - "@devup-ui/vite-plugin": "workspace:^", |
53 | | - "@storybook/addon-docs": "^10.1", |
54 | | - "@storybook/addon-onboarding": "^10.1", |
55 | | - "@storybook/react-vite": "^10.1", |
56 | | - "@types/react": "^19.2", |
57 | | - "eslint-plugin-storybook": "^10.1", |
58 | | - "rollup-plugin-preserve-directives": "^0.4", |
59 | | - "storybook": "^10.1", |
60 | | - "typescript": "^5.9", |
61 | | - "vite": "^7.3", |
62 | | - "vite-plugin-dts": "^4.5", |
63 | | - "vitest": "^4.0" |
64 | | - }, |
65 | | - "peerDependencies": { |
66 | | - "@devup-ui/react": "workspace:^", |
67 | | - "csstype-extra": "*", |
68 | | - "react": "*" |
69 | | - } |
70 | | -} |
| 1 | +{ |
| 2 | + "name": "@devup-ui/components", |
| 3 | + "description": "Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor", |
| 4 | + "repository": "https://github.com/dev-five-git/devup-ui", |
| 5 | + "author": "devfive", |
| 6 | + "license": "Apache-2.0", |
| 7 | + "homepage": "https://devup-ui.com", |
| 8 | + "bugs": { |
| 9 | + "url": "https://github.com/dev-five-git/devup-ui/issues", |
| 10 | + "email": "contact@devfive.kr" |
| 11 | + }, |
| 12 | + "keywords": [ |
| 13 | + "css", |
| 14 | + "css-in-js", |
| 15 | + "css-in-js-preprocessor", |
| 16 | + "css-in-js-framework", |
| 17 | + "react" |
| 18 | + ], |
| 19 | + "version": "0.1.38", |
| 20 | + "type": "module", |
| 21 | + "scripts": { |
| 22 | + "lint": "eslint", |
| 23 | + "build": "tsc && vite build", |
| 24 | + "storybook": "storybook dev -p 6006", |
| 25 | + "build-storybook": "storybook build", |
| 26 | + "package": "pnpm pack --pack-destination \"../../dist\"" |
| 27 | + }, |
| 28 | + "publishConfig": { |
| 29 | + "access": "public" |
| 30 | + }, |
| 31 | + "sideEffects": false, |
| 32 | + "main": "./dist/index.cjs", |
| 33 | + "module": "./dist/index.js", |
| 34 | + "exports": { |
| 35 | + ".": { |
| 36 | + "import": "./dist/index.js", |
| 37 | + "require": "./dist/index.cjs" |
| 38 | + } |
| 39 | + }, |
| 40 | + "files": [ |
| 41 | + "dist" |
| 42 | + ], |
| 43 | + "types": "./dist/index.d.ts", |
| 44 | + "dependencies": { |
| 45 | + "@devup-ui/react": "workspace:^", |
| 46 | + "csstype-extra": "latest", |
| 47 | + "react": "^19.2.3", |
| 48 | + "react-dom": "^19.2.3", |
| 49 | + "clsx": "^2.1" |
| 50 | + }, |
| 51 | + "devDependencies": { |
| 52 | + "@devup-ui/vite-plugin": "workspace:^", |
| 53 | + "@storybook/addon-docs": "^10.1", |
| 54 | + "@storybook/addon-onboarding": "^10.1", |
| 55 | + "@storybook/react-vite": "^10.1", |
| 56 | + "@types/react": "^19.2", |
| 57 | + "eslint-plugin-storybook": "^10.1", |
| 58 | + "rollup-plugin-preserve-directives": "^0.4", |
| 59 | + "storybook": "^10.1", |
| 60 | + "typescript": "^5.9", |
| 61 | + "vite": "^7.3", |
| 62 | + "vite-plugin-dts": "^4.5", |
| 63 | + "vitest": "^4.0" |
| 64 | + }, |
| 65 | + "peerDependencies": { |
| 66 | + "@devup-ui/react": "workspace:^", |
| 67 | + "csstype-extra": "*", |
| 68 | + "react": "*" |
| 69 | + } |
| 70 | +} |
0 commit comments