Mercurial > zeropaste
annotate package.json @ 494:e508d3226214 default tip
Update gems
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 29 Oct 2023 23:24:13 +0900 |
parents | 30cf29ac9294 |
children |
rev | line source |
---|---|
468 | 1 { |
2 "name": "zeropaste", | |
3 "private": true, | |
4 "dependencies": { | |
489
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
nanaya <me@nanaya.net>
parents:
488
diff
changeset
|
5 "bootstrap": "^4.4", |
488 | 6 "commonmark": "^0.30.0", |
489
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
nanaya <me@nanaya.net>
parents:
488
diff
changeset
|
7 "esbuild": "^0.17.0", |
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
nanaya <me@nanaya.net>
parents:
488
diff
changeset
|
8 "glob": "^8.1.0", |
488 | 9 "highlight.js": "^11.7.0", |
10 "jquery": "^3.6.3", | |
489
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
nanaya <me@nanaya.net>
parents:
488
diff
changeset
|
11 "popper.js": "^1.16.1", |
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
nanaya <me@nanaya.net>
parents:
488
diff
changeset
|
12 "semistandard": "^16.0.1" |
468 | 13 }, |
14 "version": "0.1.0", | |
489
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
nanaya <me@nanaya.net>
parents:
488
diff
changeset
|
15 "scripts": { |
493 | 16 "build": "esbuild app/javascript/application.js app/javascript/*.* --bundle --outdir=app/assets/builds --sourcemap", |
489
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
nanaya <me@nanaya.net>
parents:
488
diff
changeset
|
17 "lint": "semistandard app/assets/javascripts/**/*.js app/javascript/**/*.js" |
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
nanaya <me@nanaya.net>
parents:
488
diff
changeset
|
18 }, |
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
nanaya <me@nanaya.net>
parents:
488
diff
changeset
|
19 "type": "module" |
468 | 20 } |