mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-10 15:42:21 +00:00
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 lines
782 B
JSON
23 lines
782 B
JSON
{
|
|
"name": "viewer-elm",
|
|
"version": "0.1.0",
|
|
"description": "Animation preview ui for reanimate",
|
|
"main": "",
|
|
"scripts": {
|
|
"build": "elm make src/Main.elm --optimize --output dist/elm.js",
|
|
"dev-server": "elm-live --open --dir=dist --start-page=index.html src/Main.elm -- --output dist/elm.js",
|
|
"format": "elm-format --yes .",
|
|
"minify": "uglifyjs dist/elm.js --compress \"pure_funcs='F2,F3,F4,F5,F6,F7,F8,F9,A2,A3,A4,A5,A6,A7,A8,A9',pure_getters,keep_fargs=false,unsafe_comps,unsafe\" | uglifyjs --mangle --output=dist/elm.js"
|
|
},
|
|
"author": "",
|
|
"license": "Unlicense",
|
|
"dependencies": {
|
|
"elm": "^0.19.1-3"
|
|
},
|
|
"devDependencies": {
|
|
"elm-format": "^0.8.2",
|
|
"elm-live": "^4.0.1",
|
|
"uglify-js": "^3.7.2",
|
|
"minimist": ">=1.2.6"
|
|
}
|
|
}
|