2020-10-01 13:39:47 +02:00
|
|
|
{
|
2020-10-05 17:31:56 +02:00
|
|
|
"name": "@lowdefy/lowdefy",
|
2021-05-27 12:09:42 +02:00
|
|
|
"version": "3.16.3",
|
2020-10-05 17:32:31 +02:00
|
|
|
"license": "Apache-2.0",
|
2020-10-01 13:39:47 +02:00
|
|
|
"private": true,
|
2020-10-05 17:31:56 +02:00
|
|
|
"description": "Lowdefy monorepo",
|
|
|
|
"homepage": "https://lowdefy.com",
|
|
|
|
"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"
|
|
|
|
},
|
2020-10-01 13:39:47 +02:00
|
|
|
"workspaces": [
|
2020-11-11 21:53:35 +02:00
|
|
|
"packages/*",
|
2020-12-01 14:14:29 +02:00
|
|
|
"packages/blocks/*",
|
|
|
|
"packages/servers/*"
|
2020-10-01 13:39:47 +02:00
|
|
|
],
|
|
|
|
"scripts": {
|
2020-10-06 15:40:34 +02:00
|
|
|
"build": "lerna run build",
|
2020-10-23 13:23:57 +02:00
|
|
|
"clean": "lerna run clean",
|
2021-02-05 16:48:33 +02:00
|
|
|
"lerna:version": "lerna version --no-git-tag-version",
|
2020-12-10 14:46:15 +02:00
|
|
|
"lerna:publish": "lerna publish from-git",
|
2020-12-10 16:09:16 +02:00
|
|
|
"postversion": "yarn install",
|
2020-10-06 15:40:34 +02:00
|
|
|
"prettier": "prettier --config .prettierrc --write **/*.js",
|
2020-10-30 10:50:04 +02:00
|
|
|
"test": "lerna run test",
|
2020-11-10 16:59:17 +02:00
|
|
|
"test:ci": "yarn install --immutable --immutable-cache --check-cache && yarn build && yarn test --ignore='@lowdefy/format'"
|
2020-10-01 13:39:47 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-12-01 08:45:47 +00:00
|
|
|
"@yarnpkg/pnpify": "2.4.0",
|
2021-02-17 09:11:06 +02:00
|
|
|
"eslint": "7.20.0",
|
2021-01-28 10:02:41 +02:00
|
|
|
"eslint-config-prettier": "7.2.0",
|
2020-10-21 16:53:24 +02:00
|
|
|
"eslint-import-resolver-node": "0.3.4",
|
2020-10-06 17:21:14 +02:00
|
|
|
"eslint-plugin-import": "2.22.1",
|
2020-10-30 09:24:55 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "6.4.1",
|
2021-01-12 10:36:30 +02:00
|
|
|
"eslint-plugin-prettier": "3.3.1",
|
|
|
|
"eslint-plugin-react": "7.22.0",
|
2020-10-26 10:28:37 +00:00
|
|
|
"eslint-plugin-react-hooks": "4.2.0",
|
2020-10-06 17:21:14 +02:00
|
|
|
"lerna": "3.22.1",
|
2020-11-30 10:52:20 +00:00
|
|
|
"prettier": "2.2.1"
|
2021-04-12 08:43:53 +02:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"mongodb": "3.6.5"
|
2020-10-01 13:39:47 +02:00
|
|
|
}
|
2020-10-26 11:55:09 +02:00
|
|
|
}
|