mirror of
https://github.com/simonw/datasette.git
synced 2026-07-13 19:14:35 +02:00
cm-editor-6.0.1.{js,bundle.js} -> cm-editor.{js,bundle.js}; new
npm run build:codemirror replaces the documented rollup one-liner.
Cache busting already handled by the static() template helper's
?_hash= content hash.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
19 lines
463 B
JSON
19 lines
463 B
JSON
{
|
|
"name": "datasette",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"prettier": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"build:codemirror": "rollup -c",
|
|
"fix": "npm run prettier -- --write",
|
|
"prettier": "prettier 'datasette/static/*[!.min|bundle].js'"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-sql": "^6.10.0",
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
"@rollup/plugin-terser": "^0.1.0",
|
|
"codemirror": "^6.0.2",
|
|
"rollup": "^3.30.0"
|
|
}
|
|
}
|