create-qwik
Advanced tools
Comparing version
{ | ||
"name": "create-qwik", | ||
"description": "Interactive CLI for create Qwik projects and adding features.", | ||
"version": "1.5.1", | ||
"version": "1.5.2-dev20240423145252", | ||
"author": "Builder.io Team", | ||
"bin": "./create-qwik.cjs", | ||
"bugs": "https://github.com/BuilderIO/qwik/issues", | ||
"bugs": "https://github.com/QwikDev/qwik/issues", | ||
"devDependencies": { | ||
@@ -26,3 +26,3 @@ "@clack/prompts": "^0.7.0", | ||
], | ||
"homepage": "https://qwik.builder.io/", | ||
"homepage": "https://qwik.dev/", | ||
"keywords": [ | ||
@@ -39,5 +39,5 @@ "builder.io", | ||
"type": "git", | ||
"url": "https://github.com/BuilderIO/qwik.git", | ||
"url": "https://github.com/QwikDev/qwik.git", | ||
"directory": "packages/create-qwik" | ||
} | ||
} |
@@ -33,9 +33,9 @@ # Create Qwik ⚡️ | ||
- Ping us at [@QwikDev](https://twitter.com/QwikDev) | ||
- Join our [Discord](https://qwik.builder.io/chat) community | ||
- Join our [Discord](https://qwik.dev/chat) community | ||
## Related | ||
- [Qwik](https://qwik.builder.io/) | ||
- [Qwik](https://qwik.dev/) | ||
- [Partytown](https://partytown.builder.io) | ||
- [Mitosis](https://github.com/BuilderIO/mitosis) | ||
- [Builder.io](https://github.com/BuilderIO/) |
@@ -19,14 +19,14 @@ { | ||
"devDependencies": { | ||
"@builder.io/qwik": "^1.5.1", | ||
"@builder.io/qwik-city": "^1.5.1", | ||
"@types/eslint": "^8.56.5", | ||
"@types/node": "^20.11.24", | ||
"@typescript-eslint/eslint-plugin": "^7.1.0", | ||
"@typescript-eslint/parser": "^7.1.0", | ||
"@builder.io/qwik": "1.5.2-dev20240423145252", | ||
"@builder.io/qwik-city": "1.5.2-dev20240423145252", | ||
"@types/eslint": "^8.56.6", | ||
"@types/node": "^20.11.30", | ||
"@typescript-eslint/eslint-plugin": "^7.3.1", | ||
"@typescript-eslint/parser": "^7.3.1", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-qwik": "^1.5.1", | ||
"eslint-plugin-qwik": "1.5.2-dev20240423145252", | ||
"prettier": "^3.2.5", | ||
"typescript": "5.3.3", | ||
"undici": "*", | ||
"vite": "^5.1.4", | ||
"vite": "^5.1.6", | ||
"vite-tsconfig-paths": "^4.2.1" | ||
@@ -33,0 +33,0 @@ }, |
# Qwik City App ⚡️ | ||
- [Qwik Docs](https://qwik.builder.io/) | ||
- [Discord](https://qwik.builder.io/chat) | ||
- [Qwik GitHub](https://github.com/BuilderIO/qwik) | ||
- [Qwik Docs](https://qwik.dev/) | ||
- [Discord](https://qwik.dev/chat) | ||
- [Qwik GitHub](https://github.com/QwikDev/qwik) | ||
- [@QwikDev](https://twitter.com/QwikDev) | ||
@@ -13,3 +13,3 @@ - [Vite](https://vitejs.dev/) | ||
This project is using Qwik with [QwikCity](https://qwik.builder.io/qwikcity/overview/). QwikCity is just an extra set of tools on top of Qwik to make it easier to build a full site, including directory-based routing, layouts, and more. | ||
This project is using Qwik with [QwikCity](https://qwik.dev/qwikcity/overview/). QwikCity is just an extra set of tools on top of Qwik to make it easier to build a full site, including directory-based routing, layouts, and more. | ||
@@ -28,3 +28,3 @@ Inside your project, you'll see the following directory structure: | ||
- `src/routes`: Provides the directory-based routing, which can include a hierarchy of `layout.tsx` layout files, and an `index.tsx` file as the page. Additionally, `index.ts` files are endpoints. Please see the [routing docs](https://qwik.builder.io/qwikcity/routing/overview/) for more info. | ||
- `src/routes`: Provides the directory-based routing, which can include a hierarchy of `layout.tsx` layout files, and an `index.tsx` file as the page. Additionally, `index.ts` files are endpoints. Please see the [routing docs](https://qwik.dev/qwikcity/routing/overview/) for more info. | ||
@@ -37,3 +37,3 @@ - `src/components`: Recommended directory for components. | ||
Use the `npm run qwik add` command to add additional integrations. Some examples of integrations includes: Cloudflare, Netlify or Express Server, and the [Static Site Generator (SSG)](https://qwik.builder.io/qwikcity/guides/static-site-generation/). | ||
Use the `npm run qwik add` command to add additional integrations. Some examples of integrations includes: Cloudflare, Netlify or Express Server, and the [Static Site Generator (SSG)](https://qwik.dev/qwikcity/guides/static-site-generation/). | ||
@@ -40,0 +40,0 @@ ```shell |
@@ -5,3 +5,3 @@ /* | ||
* The service-worker.ts file is used to have state of the art prefetching. | ||
* https://qwik.builder.io/qwikcity/prefetching/overview/ | ||
* https://qwik.dev/qwikcity/prefetching/overview/ | ||
* | ||
@@ -8,0 +8,0 @@ * Qwik uses a service worker to speed up your site and reduce latency, ie, not used in the traditional way of offline. |
@@ -10,5 +10,5 @@ { | ||
"docs": [ | ||
"https://qwik.builder.io/docs/getting-started/" | ||
"https://qwik.dev/docs/getting-started/" | ||
] | ||
} | ||
} |
@@ -5,3 +5,3 @@ /* | ||
* The service-worker.ts file is used to have state of the art prefetching. | ||
* https://qwik.builder.io/qwikcity/prefetching/overview/ | ||
* https://qwik.dev/qwikcity/prefetching/overview/ | ||
* | ||
@@ -8,0 +8,0 @@ * Qwik uses a service worker to speed up your site and reduce latency, ie, not used in the traditional way of offline. |
@@ -10,5 +10,5 @@ { | ||
"docs": [ | ||
"https://qwik.builder.io/docs/getting-started/" | ||
"https://qwik.dev/docs/getting-started/" | ||
] | ||
} | ||
} |
@@ -5,3 +5,3 @@ /* | ||
* The service-worker.ts file is used to have state of the art prefetching. | ||
* https://qwik.builder.io/qwikcity/prefetching/overview/ | ||
* https://qwik.dev/qwikcity/prefetching/overview/ | ||
* | ||
@@ -8,0 +8,0 @@ * Qwik uses a service worker to speed up your site and reduce latency, ie, not used in the traditional way of offline. |
@@ -36,7 +36,7 @@ { | ||
"devDependencies": { | ||
"@builder.io/qwik": "1.5.1", | ||
"@types/eslint": "^8.56.5", | ||
"@types/node": "^20.11.24", | ||
"@typescript-eslint/eslint-plugin": "^7.1.0", | ||
"@typescript-eslint/parser": "^7.1.0", | ||
"@builder.io/qwik": "1.5.2", | ||
"@types/eslint": "^8.56.6", | ||
"@types/node": "^20.11.30", | ||
"@typescript-eslint/eslint-plugin": "^7.3.1", | ||
"@typescript-eslint/parser": "^7.3.1", | ||
"eslint": "^8.57.0", | ||
@@ -48,3 +48,3 @@ "eslint-plugin-qwik": "latest", | ||
"undici": "*", | ||
"vite": "^5.1.4", | ||
"vite": "^5.1.6", | ||
"vite-tsconfig-paths": "^4.2.1" | ||
@@ -56,5 +56,5 @@ }, | ||
"docs": [ | ||
"https://qwik.builder.io/docs/getting-started/" | ||
"https://qwik.dev/docs/getting-started/" | ||
] | ||
} | ||
} |
# Qwik Library ⚡️ | ||
- [Qwik Docs](https://qwik.builder.io/) | ||
- [Discord](https://qwik.builder.io/chat) | ||
- [Qwik on GitHub](https://github.com/BuilderIO/qwik) | ||
- [Qwik Docs](https://qwik.dev/) | ||
- [Discord](https://qwik.dev/chat) | ||
- [Qwik on GitHub](https://github.com/QwikDev/qwik) | ||
- [@QwikDev](https://twitter.com/QwikDev) | ||
@@ -7,0 +7,0 @@ - [Vite](https://vitejs.dev/) |
@@ -5,3 +5,3 @@ /* | ||
* The service-worker.ts file is used to have state of the art prefetching. | ||
* https://qwik.builder.io/qwikcity/prefetching/overview/ | ||
* https://qwik.dev/qwikcity/prefetching/overview/ | ||
* | ||
@@ -8,0 +8,0 @@ * Qwik uses a service worker to speed up your site and reduce latency, ie, not used in the traditional way of offline. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
1923818
-0.01%2
100%