|
1 | 1 | {
|
2 |
| - "name": "@inertiajs/vue3", |
3 |
| - "version": "1.2.0", |
4 |
| - "license": "MIT", |
5 |
| - "description": "The Vue 3 adapter for Inertia.js", |
6 |
| - "contributors": [ |
7 |
| - "Jonathan Reinink <[email protected]>" |
8 |
| - ], |
9 |
| - "homepage": "https://inertiajs.com/", |
10 |
| - "repository": { |
11 |
| - "type": "git", |
12 |
| - "url": "https://github.com/inertiajs/inertia.git", |
13 |
| - "directory": "packages/vue3" |
| 2 | + "name": "@inertiajs/vue3", |
| 3 | + "version": "2.0.0-beta.1", |
| 4 | + "license": "MIT", |
| 5 | + "description": "The Vue 3 adapter for Inertia.js", |
| 6 | + "contributors": [ |
| 7 | + "Jonathan Reinink <[email protected]>" |
| 8 | + ], |
| 9 | + "homepage": "https://inertiajs.com/", |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "https://github.com/inertiajs/inertia.git", |
| 13 | + "directory": "packages/vue3" |
| 14 | + }, |
| 15 | + "bugs": { |
| 16 | + "url": "https://github.com/inertiajs/inertia/issues" |
| 17 | + }, |
| 18 | + "files": [ |
| 19 | + "dist", |
| 20 | + "types" |
| 21 | + ], |
| 22 | + "type": "module", |
| 23 | + "main": "dist/index.js", |
| 24 | + "types": "types/index.d.ts", |
| 25 | + "exports": { |
| 26 | + ".": { |
| 27 | + "types": "./types/index.d.ts", |
| 28 | + "import": "./dist/index.esm.js", |
| 29 | + "require": "./dist/index.js" |
14 | 30 | },
|
15 |
| - "bugs": { |
16 |
| - "url": "https://github.com/inertiajs/inertia/issues" |
17 |
| - }, |
18 |
| - "files": [ |
19 |
| - "dist", |
20 |
| - "types" |
21 |
| - ], |
22 |
| - "type": "module", |
23 |
| - "main": "dist/index.js", |
24 |
| - "types": "types/index.d.ts", |
25 |
| - "exports": { |
26 |
| - ".": { |
27 |
| - "types": "./types/index.d.ts", |
28 |
| - "import": "./dist/index.esm.js", |
29 |
| - "require": "./dist/index.js" |
30 |
| - }, |
31 |
| - "./server": { |
32 |
| - "types": "./types/server.d.ts", |
33 |
| - "import": "./dist/server.esm.js", |
34 |
| - "require": "./dist/server.js" |
35 |
| - } |
36 |
| - }, |
37 |
| - "typesVersions": { |
38 |
| - "*": { |
39 |
| - "server": [ |
40 |
| - "types/server.d.ts" |
41 |
| - ] |
42 |
| - } |
43 |
| - }, |
44 |
| - "scripts": { |
45 |
| - "dev": "./build.js --watch", |
46 |
| - "build": "npm run clean && ./build.js && tsc --emitDeclarationOnly --skipLibCheck", |
47 |
| - "clean": "rm -rf types && rm -rf dist", |
48 |
| - "prepublishOnly": "npm run build" |
49 |
| - }, |
50 |
| - "devDependencies": { |
51 |
| - "@playwright/test": "^1.46.1", |
52 |
| - "@types/node": "^22.5.3", |
53 |
| - "esbuild": "^0.16.13", |
54 |
| - "typescript": "^4.9.4", |
55 |
| - "vue": "^3.0.0" |
56 |
| - }, |
57 |
| - "peerDependencies": { |
58 |
| - "vue": "^3.0.0" |
59 |
| - }, |
60 |
| - "dependencies": { |
61 |
| - "@inertiajs/core": "1.2.0", |
62 |
| - "lodash.clonedeep": "^4.5.0", |
63 |
| - "lodash.isequal": "^4.5.0" |
| 31 | + "./server": { |
| 32 | + "types": "./types/server.d.ts", |
| 33 | + "import": "./dist/server.esm.js", |
| 34 | + "require": "./dist/server.js" |
| 35 | + } |
| 36 | + }, |
| 37 | + "typesVersions": { |
| 38 | + "*": { |
| 39 | + "server": [ |
| 40 | + "types/server.d.ts" |
| 41 | + ] |
64 | 42 | }
|
| 43 | + }, |
| 44 | + "scripts": { |
| 45 | + "dev": "./build.js --watch", |
| 46 | + "build": "npm run clean && ./build.js && tsc --emitDeclarationOnly --skipLibCheck", |
| 47 | + "clean": "rm -rf types && rm -rf dist", |
| 48 | + "prepublishOnly": "npm run build" |
| 49 | + }, |
| 50 | + "devDependencies": { |
| 51 | + "@playwright/test": "^1.46.1", |
| 52 | + "@types/node": "^22.5.3", |
| 53 | + "esbuild": "^0.16.13", |
| 54 | + "typescript": "^4.9.4", |
| 55 | + "vue": "^3.0.0" |
| 56 | + }, |
| 57 | + "peerDependencies": { |
| 58 | + "vue": "^3.0.0" |
| 59 | + }, |
| 60 | + "dependencies": { |
| 61 | + "@inertiajs/core": "2.0.0-beta.1", |
| 62 | + "lodash.clonedeep": "^4.5.0", |
| 63 | + "lodash.isequal": "^4.5.0" |
| 64 | + } |
65 | 65 | }
|
0 commit comments