|
| 1 | +{ |
| 2 | + "name": "ember-vite-example", |
| 3 | + "type": "module", |
| 4 | + "private": true, |
| 5 | + "license": "MIT", |
| 6 | + "exports": { |
| 7 | + "./tests/*": "./tests/*", |
| 8 | + "./*": "./app/*" |
| 9 | + }, |
| 10 | + "engines": { |
| 11 | + "node": ">= 22" |
| 12 | + }, |
| 13 | + "scripts": { |
| 14 | + "start": "vite" |
| 15 | + }, |
| 16 | + "devDependencies": { |
| 17 | + "@babel/core": "^7.27.1", |
| 18 | + "@babel/plugin-transform-runtime": "^7.27.1", |
| 19 | + "@babel/plugin-transform-typescript": "^7.27.1", |
| 20 | + "@babel/runtime": "^7.27.1", |
| 21 | + "@ember/app-tsconfig": "^1.0.3", |
| 22 | + "@embroider/core": "^4.1.0", |
| 23 | + "@embroider/macros": "^1.18.0", |
| 24 | + "@embroider/router": "^3.0.1", |
| 25 | + "@embroider/vite": "^1.1.5", |
| 26 | + "@glimmer/component": "^2.0.0", |
| 27 | + "@glint/ember-tsc": "^1.0.3", |
| 28 | + "@glint/template": "^1.6.1", |
| 29 | + "@glint/tsserver-plugin": "^2.0.3", |
| 30 | + "@iconify-json/devicon": "^1.2.29", |
| 31 | + "@iconify-json/logos": "^1.2.5", |
| 32 | + "@rollup/plugin-babel": "^6.0.4", |
| 33 | + "@types/rsvp": "^4.0.9", |
| 34 | + "babel-plugin-ember-template-compilation": "^2.4.1", |
| 35 | + "decorator-transforms": "^2.3.0", |
| 36 | + "ember-source": "~6.7.0", |
| 37 | + "ember-strict-application-resolver": "0.1.0", |
| 38 | + "typescript": "^5.8.3", |
| 39 | + "unplugin-icons": "workspace:*", |
| 40 | + "vite": "^7.1.9" |
| 41 | + } |
| 42 | +} |
0 commit comments