lowdefy/package.json

54 lines
1.5 KiB
JSON
Raw Normal View History

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": [
"packages/*",
"packages/blocks/*",
"packages/servers/*"
2020-10-01 19:39:47 +08:00
],
"scripts": {
"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",
"lerna:publish": "lerna publish from-git",
"postversion": "yarn install",
"prettier": "prettier --config .prettierrc --write **/*.js",
2020-10-30 16:50:04 +08:00
"test": "lerna run test",
"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": {
"@yarnpkg/pnpify": "2.4.0",
"eslint": "7.20.0",
2021-01-28 16:02:41 +08:00
"eslint-config-prettier": "7.2.0",
"eslint-import-resolver-node": "0.3.4",
2020-10-06 23:21:14 +08:00
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"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",
"prettier": "2.2.1"
2020-10-01 19:39:47 +08:00
}
}