mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-17 14:30:34 +08:00
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"name": "@lowdefy/server",
|
|
"version": "4.0.0-alpha.0",
|
|
"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": [
|
|
"dist/*"
|
|
],
|
|
"scripts": {
|
|
"build": "yarn build:lowdefy && yarn build:next",
|
|
"build:lowdefy": "lowdefy-build",
|
|
"build:next": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"next": "next"
|
|
},
|
|
"dependencies": {
|
|
"@lowdefy/api": "4.0.0-alpha.0",
|
|
"@lowdefy/block-utils": "4.0.0-alpha.0",
|
|
"@lowdefy/blocks-antd": "4.0.0-alpha.0",
|
|
"@lowdefy/blocks-basic": "4.0.0-alpha.0",
|
|
"@lowdefy/connection-axios-http": "4.0.0-alpha.0",
|
|
"@lowdefy/engine": "4.0.0-alpha.0",
|
|
"@lowdefy/helpers": "4.0.0-alpha.0",
|
|
"@lowdefy/layout": "4.0.0-alpha.0",
|
|
"next": "12.0.3",
|
|
"next-auth": "4.0.0-beta.6",
|
|
"react": "18.0.0-alpha-327d5c484-20211106",
|
|
"react-dom": "18.0.0-alpha-327d5c484-20211106",
|
|
"react-icons": "4.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@lowdefy/build": "4.0.0-alpha.0",
|
|
"@next/eslint-plugin-next": "12.0.2",
|
|
"less": "4.1.2",
|
|
"less-loader": "10.2.0",
|
|
"next-with-less": "2.0.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|