tweakpane-plugin-file-import
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "tweakpane-plugin-file-import", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A general-purpose and simple file input Tweakpane plugin", | ||
@@ -22,3 +22,3 @@ "homepage": "https://github.com/LuchoTurtle/tweakpane-plugin-file-import", | ||
"start": "run-p watch server", | ||
"test": "eslint --ext .ts \"src/**/*.ts\"", | ||
"test": "eslint \"src/**/*.ts\"", | ||
"assets": "run-s clean build assets:version assets:zip", | ||
@@ -34,3 +34,3 @@ "assets:version": "node scripts/assets-append-version.js", | ||
"format:scss": "prettier --parser scss --write \"src/sass/**/*.scss\"", | ||
"format:ts": "eslint --ext .ts --fix \"src/**/*.ts\"", | ||
"format:ts": "eslint --fix \"src/**/*.ts\"", | ||
"server": "http-server -c-1 -o /test/browser.html", | ||
@@ -44,25 +44,24 @@ "watch": "run-p watch:*", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-replace": "^5.0.5", | ||
"@rollup/plugin-typescript": "^11.1.5", | ||
"@rollup/plugin-replace": "^5.0.7", | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@tweakpane/core": "^2.0.1", | ||
"@typescript-eslint/eslint-plugin": "^6.14.0", | ||
"@typescript-eslint/parser": "6.20.0", | ||
"@typescript-eslint/eslint-plugin": "^8.5.0", | ||
"@typescript-eslint/parser": "^8.5.0", | ||
"autoprefixer": "^10.2.4", | ||
"eslint": "^8.46.0", | ||
"eslint": "^9.10.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"eslint-plugin-simple-import-sort": "^12.0.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-simple-import-sort": "^12.1.1", | ||
"http-server": "^14.1.1", | ||
"npm-run-all": "^4.1.5", | ||
"onchange": "^7.1.0", | ||
"postcss": "^8.2.6", | ||
"prettier": "^3.1.1", | ||
"release-it": "^17.0.0", | ||
"rimraf": "^5.0.5", | ||
"postcss": "^8.4.45", | ||
"prettier": "^3.3.3", | ||
"release-it": "^17.6.0", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^2.39.1", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
"rollup-plugin-cleanup": "3.2.1", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"sass": "^1.49.9", | ||
"tweakpane": "^4.0.0", | ||
"typescript": "^5.3.3" | ||
"sass": "^1.78.0", | ||
"typescript": "^5.6.2" | ||
}, | ||
@@ -69,0 +68,0 @@ "peerDependencies": { |
@@ -133,2 +133,3 @@ # `tweakpane-plugin-file-import` | ||
```sh | ||
npm run build:dev | ||
npm start | ||
@@ -135,0 +136,0 @@ ``` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
24
159
357559