create-vuetify
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "create-vuetify", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"main": "dist/output.cjs", | ||
@@ -35,2 +35,3 @@ "author": "Elijah Kotyluk <elijah@elijahkotyluk.com>", | ||
"devDependencies": { | ||
"@release-it/conventional-changelog": "^8.0.1", | ||
"@types/minimist": "^1.2.2", | ||
@@ -49,4 +50,5 @@ "@types/prompts": "^2.0.14", | ||
"lint-staged": "^13.0.3", | ||
"release-it": "^17.0.3", | ||
"typescript": "^4.7.4" | ||
} | ||
} |
{ | ||
"version": "0.0.0", | ||
"scripts": { | ||
"dev": "node --no-warnings ./node_modules/.bin/vite", | ||
"dev": "cross-env NODE_OPTIONS='--no-warnings' vite", | ||
"build": "vite build", | ||
@@ -16,2 +16,3 @@ "preview": "vite preview" | ||
"@vitejs/plugin-vue": "^4.5.0", | ||
"cross-env": "^7.0.3", | ||
"sass": "^1.69.0", | ||
@@ -18,0 +19,0 @@ "vite-plugin-vuetify": "^2.0.0", |
@@ -50,2 +50,4 @@ # Vuetify (Default) | ||
> NODE_OPTIONS='--no-warnings' is added to suppress the JSON import warnings that happen as part of the Vuetify import mapping. If you are on Node [v21.3.0](https://nodejs.org/en/blog/release/v21.3.0) or higher, you can change this to NODE_OPTIONS='--disable-warning=5401'. If you don't mind the warning, you can remove this from your package.json dev script. | ||
### Building for Production | ||
@@ -52,0 +54,0 @@ |
{ | ||
"devDependencies": { | ||
"pinia" : "^2.1.0", | ||
"unplugin-auto-import": "^0.17.3", | ||
"vite-plugin-vue-layouts": "^0.10.0" | ||
} | ||
} |
{ | ||
"version": "0.0.0", | ||
"scripts": { | ||
"dev": "node --no-warnings ./node_modules/.bin/vite", | ||
"dev": "cross-env NODE_OPTIONS='--no-warnings' vite", | ||
"build": "vue-tsc --noEmit && vite build", | ||
@@ -18,2 +18,3 @@ "preview": "vite preview" | ||
"@vitejs/plugin-vue": "^4.5.0", | ||
"cross-env": "^7.0.3", | ||
"sass": "^1.69.0", | ||
@@ -20,0 +21,0 @@ "typescript": "^5.3.0", |
@@ -52,2 +52,4 @@ # Vuetify (Default) | ||
> NODE_OPTIONS='--no-warnings' is added to suppress the JSON import warnings that happen as part of the Vuetify import mapping. If you are on Node [v21.3.0](https://nodejs.org/en/blog/release/v21.3.0) or higher, you can change this to NODE_OPTIONS='--disable-warning=5401'. If you don't mind the warning, you can remove this from your package.json dev script. | ||
### Building for Production | ||
@@ -54,0 +56,0 @@ |
{ | ||
"devDependencies": { | ||
"pinia" : "^2.1.0", | ||
"unplugin-auto-import": "^0.17.3", | ||
"vite-plugin-vue-layouts": "^0.10.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
106573
716
3
16