1
0
Fork 0
upl/web/package.json

26 lines
720 B
JSON

{
"name": "upl-web",
"version": "0.9.0",
"description": "Web interface for upl",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup --config",
"watch": "rollup --config --watch"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@tailwindcss/forms": "^0.3.2",
"@uppy/aws-s3-multipart": "^1.8.15",
"@uppy/core": "^1.18.1",
"@uppy/drag-drop": "^1.4.27",
"@uppy/status-bar": "^1.9.3",
"filesize": "^6.3.0",
"rollup": "^2.48.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"tailwindcss": "^2.1.2"
}
}