mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-11 14:20:07 +08:00
89 lines
2.4 KiB
JSON
89 lines
2.4 KiB
JSON
{
|
|
"name": "@lowdefy/server-dev",
|
|
"version": "4.0.0-alpha.26",
|
|
"license": "Apache-2.0",
|
|
"description": "",
|
|
"homepage": "https://lowdefy.com",
|
|
"keywords": [
|
|
"lowdefy",
|
|
"server"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/lowdefy/lowdefy/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Sam Tolmay",
|
|
"url": "https://github.com/SamTolmay"
|
|
},
|
|
{
|
|
"name": "Gerrie van Wyk",
|
|
"url": "https://github.com/Gervwyk"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lowdefy/lowdefy.git"
|
|
},
|
|
"files": [
|
|
"lib/*",
|
|
"manager/*",
|
|
"pages/*",
|
|
"public/*",
|
|
"next.config.js",
|
|
".eslintrc.yaml"
|
|
],
|
|
"scripts": {
|
|
"start": "node manager/run.mjs",
|
|
"lint": "next lint",
|
|
"next": "next"
|
|
},
|
|
"dependencies": {
|
|
"@lowdefy/actions-core": "4.0.0-alpha.26",
|
|
"@lowdefy/api": "4.0.0-alpha.26",
|
|
"@lowdefy/blocks-antd": "4.0.0-alpha.26",
|
|
"@lowdefy/blocks-basic": "4.0.0-alpha.26",
|
|
"@lowdefy/blocks-color-selectors": "4.0.0-alpha.26",
|
|
"@lowdefy/blocks-echarts": "4.0.0-alpha.26",
|
|
"@lowdefy/blocks-loaders": "4.0.0-alpha.26",
|
|
"@lowdefy/blocks-markdown": "4.0.0-alpha.26",
|
|
"@lowdefy/build": "4.0.0-alpha.26",
|
|
"@lowdefy/client": "4.0.0-alpha.26",
|
|
"@lowdefy/connection-axios-http": "4.0.0-alpha.26",
|
|
"@lowdefy/engine": "4.0.0-alpha.26",
|
|
"@lowdefy/helpers": "4.0.0-alpha.26",
|
|
"@lowdefy/layout": "4.0.0-alpha.26",
|
|
"@lowdefy/node-utils": "4.0.0-alpha.26",
|
|
"@lowdefy/operators-change-case": "4.0.0-alpha.26",
|
|
"@lowdefy/operators-diff": "4.0.0-alpha.26",
|
|
"@lowdefy/operators-js": "4.0.0-alpha.26",
|
|
"@lowdefy/operators-mql": "4.0.0-alpha.26",
|
|
"@lowdefy/operators-nunjucks": "4.0.0-alpha.26",
|
|
"@lowdefy/operators-uuid": "4.0.0-alpha.26",
|
|
"@lowdefy/operators-yaml": "4.0.0-alpha.26",
|
|
"@lowdefy/plugin-next-auth": "4.0.0-alpha.26",
|
|
"chokidar": "3.5.3",
|
|
"dotenv": "16.0.1",
|
|
"next": "12.1.6",
|
|
"next-auth": "4.10.3",
|
|
"opener": "1.5.2",
|
|
"pino": "8.1.0",
|
|
"process": "0.11.10",
|
|
"react": "18.1.0",
|
|
"react-dom": "18.1.0",
|
|
"react-icons": "4.3.1",
|
|
"swr": "1.3.0",
|
|
"yaml": "2.1.1",
|
|
"yargs": "17.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "12.1.6",
|
|
"less": "4.1.2",
|
|
"less-loader": "11.0.0",
|
|
"next-with-less": "2.0.5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|