@calibur/skr-template
Advanced tools
Comparing version 0.0.35-alpha.0 to 0.0.36-alpha.0
{ | ||
"name": "@calibur/skr-template", | ||
"version": "0.0.35-alpha.0", | ||
"version": "0.0.36-alpha.0", | ||
"author": "falstack <icesilt@outlook.com>", | ||
"license": "MIT", | ||
"gitHead": "3a8da4ca3bcce000d1227cf5d56da1a1d41812e9" | ||
"gitHead": "a7adcb4aa7b1845fcc1da209287cea4e80d10634" | ||
} |
@@ -11,2 +11,3 @@ { | ||
"dev": "vite", | ||
"lint": "eslint --ext js,jsx,ts,tsx,vue . --fix", | ||
"build": "vue-tsc --noEmit && vite build", | ||
@@ -24,7 +25,19 @@ "serve": "vite preview" | ||
"sass": "<%= sass %>", | ||
"typescript": "<%= typescript %>", | ||
"vite": "<%= vite %>", | ||
"vite-plugin-host": "<%= vite-plugin-host %>", | ||
"vue-tsc": "<%= vue-tsc %>" | ||
"vue-tsc": "<%= vue-tsc %>", | ||
<% if (isMonorepo) { %> | ||
"@types/node": "<%= @types/node %>", | ||
"@typescript-eslint/eslint-plugin": "<%= @typescript-eslint/eslint-plugin %>", | ||
"@typescript-eslint/parser": "<%= @typescript-eslint/eslint-plugin %>", | ||
"@vue/eslint-config-prettier": "<%= @vue/eslint-config-prettier %>", | ||
"@vue/eslint-config-typescript": "<%= @vue/eslint-config-typescript %>", | ||
"eslint": "<%= eslint %>", | ||
"eslint-plugin-prettier": "<%= eslint-plugin-prettier %>", | ||
"eslint-plugin-vue": "<%= eslint-plugin-vue %>", | ||
"prettier": "<%= prettier %>", | ||
<% } else { %> | ||
"typescript": "<%= typescript %>" | ||
<% } %> | ||
} | ||
} |
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
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
49500
62
898
1