|
1 | 1 | { |
2 | | - "name": "@nativescript/vite", |
3 | | - "version": "1.0.2", |
4 | | - "description": "Vite for NativeScript", |
5 | | - "main": "./index.js", |
6 | | - "module": "./index.js", |
7 | | - "types": "./index.d.ts", |
8 | | - "type": "module", |
9 | | - "bin": { |
10 | | - "nativescript-vite": "./bin/cli.cjs" |
11 | | - }, |
12 | | - "keywords": [ |
13 | | - "nativescript", |
14 | | - "vite" |
15 | | - ], |
16 | | - "dependencies": { |
17 | | - "@analogjs/vite-plugin-angular": "^2.0.0", |
18 | | - "@angular-devkit/build-angular": "^20.0.0", |
19 | | - "@angular/build": "^20.0.0", |
20 | | - "@babel/core": "^7.28.0", |
21 | | - "@babel/generator": "^7.28.0", |
22 | | - "@babel/parser": "^7.28.0", |
23 | | - "@babel/plugin-transform-typescript": "^7.28.0", |
24 | | - "@rollup/plugin-alias": "^6.0.0", |
25 | | - "@rollup/plugin-commonjs": "^29.0.0", |
26 | | - "@rollup/plugin-replace": "^6.0.2", |
27 | | - "@vitejs/plugin-vue": "^6.0.1", |
28 | | - "@vitejs/plugin-vue-jsx": "^5.1.1", |
29 | | - "@vue/compiler-sfc": "^3.4.38", |
30 | | - "esbuild": "^0.25.0", |
31 | | - "minimist": "^1.2.8", |
32 | | - "react-reconciler": "^0.32.0", |
33 | | - "sass": ">=1.70.0 <2", |
34 | | - "vite": "^7.2.0", |
35 | | - "vite-plugin-solid": "^2.11.8", |
36 | | - "vite-plugin-static-copy": "^3.1.0", |
37 | | - "ws": "^8.18.0" |
38 | | - }, |
39 | | - "devDependencies": { |
40 | | - "@types/node": "^24.9.1", |
41 | | - "vitest": "^3.2.4" |
42 | | - } |
| 2 | + "name": "@nativescript/vite", |
| 3 | + "version": "1.0.3", |
| 4 | + "description": "Vite for NativeScript", |
| 5 | + "main": "./index.js", |
| 6 | + "module": "./index.js", |
| 7 | + "types": "./index.d.ts", |
| 8 | + "type": "module", |
| 9 | + "bin": { |
| 10 | + "nativescript-vite": "./bin/cli.cjs" |
| 11 | + }, |
| 12 | + "keywords": [ |
| 13 | + "nativescript", |
| 14 | + "vite" |
| 15 | + ], |
| 16 | + "dependencies": { |
| 17 | + "@analogjs/vite-plugin-angular": "^2.0.0", |
| 18 | + "@angular-devkit/build-angular": "^20.0.0", |
| 19 | + "@angular/build": "^20.0.0", |
| 20 | + "@babel/core": "^7.28.0", |
| 21 | + "@babel/generator": "^7.28.0", |
| 22 | + "@babel/parser": "^7.28.0", |
| 23 | + "@babel/plugin-transform-typescript": "^7.28.0", |
| 24 | + "@rollup/plugin-alias": "^6.0.0", |
| 25 | + "@rollup/plugin-commonjs": "^29.0.0", |
| 26 | + "@rollup/plugin-replace": "^6.0.2", |
| 27 | + "@vitejs/plugin-vue": "^6.0.1", |
| 28 | + "@vitejs/plugin-vue-jsx": "^5.1.1", |
| 29 | + "@vue/compiler-sfc": "^3.4.38", |
| 30 | + "esbuild": "^0.25.0", |
| 31 | + "minimist": "^1.2.8", |
| 32 | + "react-reconciler": "^0.32.0", |
| 33 | + "sass": ">=1.70.0 <2", |
| 34 | + "vite": "^7.2.0", |
| 35 | + "vite-plugin-solid": "^2.11.8", |
| 36 | + "vite-plugin-static-copy": "^3.1.0", |
| 37 | + "ws": "^8.18.0" |
| 38 | + }, |
| 39 | + "devDependencies": { |
| 40 | + "@types/node": "^24.9.1", |
| 41 | + "vitest": "^3.2.4" |
| 42 | + } |
43 | 43 | } |
0 commit comments