folder-pane 3.0.1-2ea22ce1 → 3.0.1-38d1fa48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "folder-pane",
3
- "version": "3.0.1-2ea22ce1",
3
+ "version": "3.0.1-38d1fa48",
4
4
  "description": "Solid-compatible Panes: File browser",
5
5
  "main": "lib/folderPane.js",
6
6
  "scripts": {
@@ -12,8 +12,7 @@
12
12
  "test": "echo \"No tests specified\" && exit 0",
13
13
  "ignore:prepublishOnly": "npm run build && npm run lint",
14
14
  "preversion": "npm run typecheck && npm run lint",
15
- "ignore:postpublish": "git push origin main --follow-tags",
16
- "start": "webpack serve --config webpack.dev.config.mjs --open"
15
+ "ignore:postpublish": "git push origin main --follow-tags"
17
16
  },
18
17
  "files": [
19
18
  "lib/",
@@ -54,15 +53,8 @@
54
53
  "@eslint/js": "^10.0.1",
55
54
  "@types/node": "^25.0.10",
56
55
  "@typescript-eslint/parser": "^8.53.1",
57
- "babel-loader": "^10.1.1",
58
- "css-loader": "^7.1.4",
59
56
  "eslint": "^10.0.1",
60
57
  "globals": "^17.1.0",
61
- "html-webpack-plugin": "^5.6.6",
62
- "node-polyfill-webpack-plugin": "^4.1.0",
63
- "style-loader": "^4.0.0",
64
- "typescript": "^5.9.3",
65
- "webpack-cli": "^6.0.1",
66
- "webpack-dev-server": "^5.2.3"
58
+ "typescript": "^5.9.3"
67
59
  }
68
60
  }