2020-10-01 13:39:47 +02:00
|
|
|
{
|
2020-10-05 17:31:56 +02:00
|
|
|
"name": "@lowdefy/lowdefy",
|
2020-11-25 17:03:56 +02:00
|
|
|
"version": "0.0.0-alpha.5",
|
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/*",
|
|
|
|
"packages/blocks/*"
|
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",
|
2020-10-01 13:39:47 +02:00
|
|
|
"prepare": "lerna run prepare",
|
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-10-15 09:11:47 +00:00
|
|
|
"@yarnpkg/pnpify": "2.3.3",
|
2020-11-07 04:26:29 +00:00
|
|
|
"eslint": "7.13.0",
|
2020-10-30 09:15:06 +00:00
|
|
|
"eslint-config-prettier": "6.15.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",
|
2020-10-06 17:21:14 +02:00
|
|
|
"eslint-plugin-prettier": "3.1.4",
|
2020-10-21 12:52:43 +00:00
|
|
|
"eslint-plugin-react": "7.21.5",
|
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-23 14:29:38 +00:00
|
|
|
"prettier": "2.2.0"
|
2020-10-01 13:39:47 +02:00
|
|
|
}
|
2020-10-26 11:55:09 +02:00
|
|
|
}
|