mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
c17d6941be
* chore: migrate to vite plus
* Disable typeAware and typeCheck
* Update CI
* Fix CI
* Fix test
* Clean
* Run test with vp
* Try revert
* react: false In test
* Fix test
* Revert "Try revert"
This reverts commit 009da10473.
* Update
* Update
* Try revert ci changes
* revert
* Run vp migrate
* Disable typeAware and typeCheck for now
* Better resolve for test
* Use vp dev instead of vite
* Update expect
* Fix NormalizeManifestModuleId
* Try increase timeout
* Update to use vp
* Try new check
* Bring back npx vp
* Migrate CI
* Make next-intl resolvable
* Update
* Update
* Update
20 lines
547 B
JSON
20 lines
547 B
JSON
{
|
|
"name": "app-basic-fixture",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@vitejs/plugin-rsc": "catalog:",
|
|
"fake-context-lib": "file:./__test_packages__/fake-context-lib",
|
|
"fake-css-lib": "file:./__test_packages__/fake-css-lib",
|
|
"fake-css-module-lib": "file:./__test_packages__/fake-css-module-lib",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"react-server-dom-webpack": "catalog:",
|
|
"vinext": "workspace:*",
|
|
"vite": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"vite-plus": "catalog:"
|
|
}
|
|
}
|