|
1 | 1 | {
|
2 |
| - "name": "@nixjs23n6/baseui-hook", |
3 |
| - "version": "1.0.4-alpha.0", |
4 |
| - "description": "BaseUI hooks", |
5 |
| - "author": { |
6 |
| - "url": "https://github.com/nixjs", |
7 |
| - "name": "nghinv" |
8 |
| - }, |
9 |
| - "homepage": "https://github.com/nixjs/base-ui#readme", |
10 |
| - "license": "MIT", |
11 |
| - "sideEffects": false, |
12 |
| - "main": "lib/cjs/index.js", |
13 |
| - "module": "lib/esm/index.js", |
14 |
| - "browser": "lib/esm/index.js", |
15 |
| - "types": "lib/types/index.d.ts", |
16 |
| - "publishConfig": { |
17 |
| - "access": "public" |
18 |
| - }, |
19 |
| - "files": [ |
20 |
| - "lib", |
21 |
| - "src" |
22 |
| - ], |
23 |
| - "repository": { |
24 |
| - "type": "git", |
25 |
| - "url": "git+https://github.com/nixjs/base-ui.git" |
26 |
| - }, |
27 |
| - "scripts": { |
28 |
| - "clean": "rimraf lib/*", |
29 |
| - "build:pre": "run-s clean", |
30 |
| - "build:cjs": "npx tsc -p tsconfig.cjs.json", |
31 |
| - "build:esm": "npx tsc -p tsconfig.esm.json", |
32 |
| - "build": "run-s build:pre build:cjs build:esm", |
33 |
| - "lint": "eslint 'src/**/*.{ts,tsx}'", |
34 |
| - "format:check": "prettier --check --loglevel error 'src/**/*.{ts,tsx}'", |
35 |
| - "format:write": "prettier --write 'src/**/*.{ts,tsx}'" |
36 |
| - }, |
37 |
| - "bugs": { |
38 |
| - "url": "https://github.com/nixjs/base-ui/issues" |
39 |
| - }, |
40 |
| - "peerDependencies": { |
41 |
| - "classnames": ">=2", |
42 |
| - "react": ">=16", |
43 |
| - "styled-components": ">=5" |
44 |
| - }, |
45 |
| - "gitHead": "dd5c75680934b9df4423bdcb23c0fe8abbed3956" |
| 2 | + "name": "@nixjs23n6/baseui-hook", |
| 3 | + "version": "1.0.6-alpha.0", |
| 4 | + "description": "BaseUI hooks", |
| 5 | + "author": { |
| 6 | + "url": "https://github.com/nixjs", |
| 7 | + "name": "nghinv" |
| 8 | + }, |
| 9 | + "homepage": "https://github.com/nixjs/base-ui#readme", |
| 10 | + "license": "MIT", |
| 11 | + "sideEffects": false, |
| 12 | + "main": "lib/cjs/index.js", |
| 13 | + "module": "lib/esm/index.js", |
| 14 | + "browser": "lib/esm/index.js", |
| 15 | + "types": "lib/types/index.d.ts", |
| 16 | + "publishConfig": { |
| 17 | + "access": "public" |
| 18 | + }, |
| 19 | + "files": [ |
| 20 | + "lib", |
| 21 | + "src" |
| 22 | + ], |
| 23 | + "repository": { |
| 24 | + "type": "git", |
| 25 | + "url": "git+https://github.com/nixjs/base-ui.git" |
| 26 | + }, |
| 27 | + "scripts": { |
| 28 | + "clean": "rimraf lib/*", |
| 29 | + "build:pre": "run-s clean", |
| 30 | + "build:cjs": "npx tsc -p tsconfig.cjs.json", |
| 31 | + "build:esm": "npx tsc -p tsconfig.esm.json", |
| 32 | + "build": "run-s build:pre build:cjs build:esm", |
| 33 | + "lint": "eslint 'src/**/*.{ts,tsx}'", |
| 34 | + "format:check": "prettier --check --loglevel error 'src/**/*.{ts,tsx}'", |
| 35 | + "format:write": "prettier --write 'src/**/*.{ts,tsx}'" |
| 36 | + }, |
| 37 | + "bugs": { |
| 38 | + "url": "https://github.com/nixjs/base-ui/issues" |
| 39 | + }, |
| 40 | + "peerDependencies": { |
| 41 | + "classnames": ">=2", |
| 42 | + "react": ">=16", |
| 43 | + "styled-components": ">=5" |
| 44 | + } |
46 | 45 | }
|
0 commit comments