|
1 | 1 | { |
2 | 2 | "name": "@pistonite/celera", |
3 | | - "version": "0.1.1", |
| 3 | + "version": "0.1.2", |
4 | 4 | "type": "module", |
| 5 | + "private": true, |
5 | 6 | "description": "In-house UI framework", |
6 | 7 | "homepage": "https://github.com/Pistonite/celera", |
7 | 8 | "bugs": { |
|
13 | 14 | "dist/**/*", |
14 | 15 | "src/**/*" |
15 | 16 | ], |
16 | | - "exports": "./dist/index.js", |
17 | | - "types": "./dist/_dts_/src/index.d.ts", |
| 17 | + "pistonight/mono-dev": { |
| 18 | + "lib": true, |
| 19 | + "publish": true |
| 20 | + }, |
| 21 | + "exports": { |
| 22 | + ".": { |
| 23 | + "import": "./dist/index.js", |
| 24 | + "types": "./dist/_dts_/src/index.d.ts" |
| 25 | + } |
| 26 | + }, |
18 | 27 | "repository": { |
19 | 28 | "type": "git", |
20 | 29 | "url": "git+https://github.com/Pistonite/celera.git" |
21 | 30 | }, |
22 | 31 | "devDependencies": { |
23 | 32 | "@types/react": "^19.2.14", |
24 | 33 | "eslint": "^9", |
25 | | - "mono-dev": "github:pistonight/mono-dev#main" |
| 34 | + "mono-dev": "github:Pistonight/mono-dev#dist" |
26 | 35 | }, |
27 | 36 | "peerDependencies": { |
28 | 37 | "@fluentui/react-components": "^9", |
29 | 38 | "@fluentui/react-icons": "^2", |
30 | 39 | "react": "^19" |
31 | 40 | }, |
32 | 41 | "dependencies": { |
33 | | - "@pistonite/pure": "^0.29.4", |
34 | | - "i18next": "^26.0.6", |
| 42 | + "@pistonite/pure": "^0.29.5", |
| 43 | + "i18next": "^26.0.8", |
35 | 44 | "react-i18next": "^17.0.4" |
| 45 | + }, |
| 46 | + "imports": { |
| 47 | + "#components": "./src/components/index.ts", |
| 48 | + "#hooks": "./src/hooks/index.ts", |
| 49 | + "#i18n": "./src/i18n/index.ts", |
| 50 | + "#pref": "./src/pref/index.ts", |
| 51 | + "#style": "./src/style/index.ts", |
| 52 | + "#util": "./src/util/index.ts" |
36 | 53 | } |
37 | 54 | } |
0 commit comments