1
0
Fork 0
upl/web/package.json

26 lines
718 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": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@tailwindcss/forms": "^0.4.0",
"@uppy/aws-s3-multipart": "^2.2.0",
"@uppy/core": "^2.1.5",
"@uppy/drag-drop": "^2.0.6",
"@uppy/status-bar": "^2.1.2",
"filesize": "^8.0.7",
"rollup": "^2.67.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"tailwindcss": "^3.0.22"
}
}