@hypernym/nuxt-gsap
Advanced tools
Comparing version 2.4.1 to 2.4.2
{ | ||
"name": "@hypernym/nuxt-gsap", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"configKey": "gsap", | ||
@@ -5,0 +5,0 @@ "compatibility": { |
{ | ||
"name": "@hypernym/nuxt-gsap", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"author": "Hypernym Studio", | ||
@@ -33,7 +33,6 @@ "description": "GSAP module for Nuxt.", | ||
"dev": "nuxt dev playground", | ||
"build": "rolli", | ||
"build": "hyperbundler", | ||
"build:play": "nuxt build playground", | ||
"generate:play": "nuxt generate playground", | ||
"preview:play": "nuxt preview playground", | ||
"bump": "bummp", | ||
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint -c .config/eslint.config.js .", | ||
@@ -48,11 +47,11 @@ "lint:fix": "ESLINT_USE_FLAT_CONFIG=true eslint -c .config/eslint.config.js --fix .", | ||
"devDependencies": { | ||
"@types/node": "^20.6.2", | ||
"bummp": "^0.2.0", | ||
"configshare": "^0.1.5", | ||
"eslint": "^8.49.0", | ||
"nuxt": "^3.7.3", | ||
"@hypernym/bundler": "^0.1.2", | ||
"@hypernym/eslint-config": "^2.0.2", | ||
"@hypernym/prettier-config": "^2.0.2", | ||
"@types/node": "^20.8.5", | ||
"eslint": "^8.51.0", | ||
"nuxt": "^3.7.4", | ||
"prettier": "^3.0.3", | ||
"rolli": "^0.6.0", | ||
"typescript": "^5.1.6" | ||
"typescript": "^5.2.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22537