|
1 | 1 | { |
2 | | - "name": "brouther", |
3 | | - "type": "module", |
4 | | - "version": "5.2.0", |
5 | | - "source": "./src/index.ts", |
6 | | - "types": "./dist/index.d.ts", |
7 | | - "main": "./dist/index.js", |
8 | | - "module": "./dist/index.cjs", |
9 | | - "exports": { |
10 | | - ".": { |
11 | | - "default": { |
12 | | - "type": "./dist/index.d.ts", |
13 | | - "import": "./dist/index.cjs", |
14 | | - "default": "./dist/index.js", |
15 | | - "require": "./dist/index.cjs" |
16 | | - }, |
17 | | - "types": { |
18 | | - "import": "./dist/index.d.ts", |
19 | | - "require": "./dist/index.d.ts", |
20 | | - "default": "./dist/index.d.ts" |
21 | | - } |
22 | | - } |
23 | | - }, |
24 | | - "scripts": { |
25 | | - "build": "NODE_ENV=production vite build; tsc", |
26 | | - "dev": "vite build --watch", |
27 | | - "pack": "npm pack --dry-run --pack-destination out out/brouther", |
28 | | - "prepack": "npm run build", |
29 | | - "prepare": "npm run build", |
30 | | - "start": "vite build --watch", |
31 | | - "test": "vitest run && npm run test:types", |
32 | | - "test:types": "tsc -p ./tsconfig.test.json", |
33 | | - "test:watch": "vitest watch", |
34 | | - "cy": "cypress open", |
35 | | - "cy:chrome": "cypress run --browser chrome", |
36 | | - "cy:electron": "cypress run --browser electron", |
37 | | - "cy:run": "npm run cy:chrome && npm cy:electron", |
38 | | - "cy:browser": "start-server-and-test start http://localhost:5173 cy:run", |
39 | | - "typedoc": "typedoc --out docs src/index.ts" |
40 | | - }, |
41 | | - "dependencies": { |
42 | | - "history": "5.3.0", |
43 | | - "qs": "6.13.0", |
44 | | - "react-error-boundary": "4.0.13", |
45 | | - "ts-toolbelt": "9.6.0" |
46 | | - }, |
47 | | - "peerDependencies": { |
48 | | - "react": ">=16.8.3" |
49 | | - }, |
50 | | - "devDependencies": { |
51 | | - "@types/node": "20.12.13", |
52 | | - "@types/qs": "6.9.15", |
53 | | - "@types/react": "18.3.3", |
54 | | - "cypress": "13.10.0", |
55 | | - "prettier": "3.2.5", |
56 | | - "start-server-and-test": "2.0.3", |
57 | | - "ts-node": "10.9.2", |
58 | | - "tslib": "2.6.2", |
59 | | - "typescript": "5.4.5", |
60 | | - "vite": "5.2.12", |
61 | | - "vitest": "1.6.0" |
62 | | - }, |
63 | | - "browserslist": { |
64 | | - "production": [ |
65 | | - ">0.2%", |
66 | | - "not dead", |
67 | | - "not op_mini all" |
68 | | - ], |
69 | | - "development": [ |
70 | | - "last 1 chrome version", |
71 | | - "last 1 firefox version", |
72 | | - "last 1 safari version" |
73 | | - ] |
74 | | - }, |
75 | | - "volta": { |
76 | | - "node": "18.13.0" |
| 2 | + "name": "brouther", |
| 3 | + "type": "module", |
| 4 | + "version": "5.2.1", |
| 5 | + "source": "./src/index.ts", |
| 6 | + "types": "./dist/index.d.ts", |
| 7 | + "main": "./dist/index.js", |
| 8 | + "module": "./dist/index.cjs", |
| 9 | + "exports": { |
| 10 | + ".": { |
| 11 | + "default": { |
| 12 | + "type": "./dist/index.d.ts", |
| 13 | + "import": "./dist/index.cjs", |
| 14 | + "default": "./dist/index.js", |
| 15 | + "require": "./dist/index.cjs" |
| 16 | + }, |
| 17 | + "types": { |
| 18 | + "import": "./dist/index.d.ts", |
| 19 | + "require": "./dist/index.d.ts", |
| 20 | + "default": "./dist/index.d.ts" |
| 21 | + } |
77 | 22 | } |
| 23 | + }, |
| 24 | + "scripts": { |
| 25 | + "build": "NODE_ENV=production vite build; tsc", |
| 26 | + "dev": "vite build --watch", |
| 27 | + "pack": "npm pack --dry-run --pack-destination out out/brouther", |
| 28 | + "prepack": "npm run build", |
| 29 | + "prepare": "npm run build", |
| 30 | + "start": "vite build --watch", |
| 31 | + "test": "vitest run && npm run test:types", |
| 32 | + "test:types": "tsc -p ./tsconfig.test.json", |
| 33 | + "test:watch": "vitest watch", |
| 34 | + "cy": "cypress open", |
| 35 | + "cy:chrome": "cypress run --browser chrome", |
| 36 | + "cy:electron": "cypress run --browser electron", |
| 37 | + "cy:run": "npm run cy:chrome && npm cy:electron", |
| 38 | + "cy:browser": "start-server-and-test start http://localhost:5173 cy:run", |
| 39 | + "typedoc": "typedoc --out docs src/index.ts" |
| 40 | + }, |
| 41 | + "dependencies": { |
| 42 | + "history": "5.3.0", |
| 43 | + "qs": "6.13.0", |
| 44 | + "react-error-boundary": "4.0.13", |
| 45 | + "ts-toolbelt": "9.6.0" |
| 46 | + }, |
| 47 | + "peerDependencies": { |
| 48 | + "react": ">=16.8.3" |
| 49 | + }, |
| 50 | + "devDependencies": { |
| 51 | + "@types/node": "20.12.13", |
| 52 | + "@types/qs": "6.9.15", |
| 53 | + "@types/react": "18.3.3", |
| 54 | + "cypress": "13.10.0", |
| 55 | + "prettier": "3.2.5", |
| 56 | + "start-server-and-test": "2.0.3", |
| 57 | + "ts-node": "10.9.2", |
| 58 | + "tslib": "2.6.2", |
| 59 | + "typescript": "5.4.5", |
| 60 | + "vite": "5.2.12", |
| 61 | + "vitest": "1.6.0" |
| 62 | + }, |
| 63 | + "browserslist": { |
| 64 | + "production": [ |
| 65 | + ">0.2%", |
| 66 | + "not dead", |
| 67 | + "not op_mini all" |
| 68 | + ], |
| 69 | + "development": [ |
| 70 | + "last 1 chrome version", |
| 71 | + "last 1 firefox version", |
| 72 | + "last 1 safari version" |
| 73 | + ] |
| 74 | + }, |
| 75 | + "volta": { |
| 76 | + "node": "18.13.0" |
| 77 | + } |
78 | 78 | } |
0 commit comments