a small relational database with user-editable schema for manual data entry
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
yopa/yopa-web/resources/package.json

31 lines
807 B

{
"name": "rollup-test",
"version": "1.0.0",
"main": "index.js",
"license": "proprietary",
"devDependencies": {
"@rollup/plugin-alias": "^2.2.0",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.1.0",
"@rollup/plugin-replace": "^2.2.0",
"@vue/compiler-sfc": "^3.0.5",
"npm-run-all": "^4.1.5",
"rollup": "^2.36.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0-beta.10",
"@rollup/plugin-json": "4.1",
"serve": "^11.3.2"
},
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"dev": "npm-run-all --parallel start watch",
"start": "serve public"
},
"dependencies": {
"axios": "^0.21.1",
"lodash-es": "^4.17.20",
"rollup-plugin-scss": "^2.6.1",
"vue": "^3.0.5"
}
}