Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "vue-paint", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"private": false, | ||
@@ -35,3 +35,3 @@ "type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"dev": "vite --config vite.demo-config.ts", | ||
"build": "run-p type-check \"build-only {@}\" --", | ||
@@ -49,2 +49,3 @@ "preview": "vite preview", | ||
"@vueuse/core": "^10.9.0", | ||
"animejs": "^3.2.2", | ||
"vue": "^3.4.21" | ||
@@ -55,2 +56,3 @@ }, | ||
"@tsconfig/node20": "^20.1.4", | ||
"@types/animejs": "^3.1.12", | ||
"@types/jsdom": "^21.1.6", | ||
@@ -57,0 +59,0 @@ "@types/node": "^20.12.5", |
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
3949
4
21
+ Addedanimejs@^3.2.2
+ Addedanimejs@3.2.2(transitive)