@frontierjs/web
Version:
Web modules for FrontierJS
33 lines (32 loc) • 943 B
JSON
{
"name": "@frontierjs/web",
"version": "0.0.29",
"description": "Web modules for FrontierJS",
"keywords": [
"frontier",
"web"
],
"np": {
"yarn": false,
"contents": "dist"
},
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && esbuild src/*.js src/api-client/index.js --bundle --outdir=dist --format=esm",
"test": "echo \"Error: no test specified\" && exit 0",
"prerelease": "npm run build && npm version patch --force && cp ./package.json dist/. && cp ./README.md dist/.",
"release": "cd dist/ && npm publish"
},
"author": "",
"license": "ISC",
"dependencies": {
"@feathersjs/authentication-client": "^5.0.0",
"@feathersjs/feathers": "^5.0.0",
"@feathersjs/socketio-client": "^5.0.0",
"@frontierjs/datetime-kit": "^0.0.10",
"feathers-hooks-common": "^7.0.1",
"lodash": "^4.17.21",
"socket.io-client": "^4.6.1",
"svelte": "^3.56.0"
}
}