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