2020-10-01 19:39:47 +08:00
|
|
|
{
|
2020-10-05 23:31:56 +08:00
|
|
|
"name": "@lowdefy/lowdefy",
|
2020-10-01 19:39:47 +08:00
|
|
|
"version": "0.0.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/*"
|
|
|
|
],
|
|
|
|
"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",
|
2020-10-01 19:39:47 +08:00
|
|
|
"prepare": "lerna run prepare",
|
2020-10-06 21:40:34 +08:00
|
|
|
"prettier": "prettier --config .prettierrc --write **/*.js",
|
|
|
|
"test": "lerna run test"
|
2020-10-01 19:39:47 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-10-15 17:11:47 +08:00
|
|
|
"@yarnpkg/pnpify": "2.3.3",
|
2020-10-30 16:59:48 +08:00
|
|
|
"eslint": "7.12.1",
|
2020-10-26 18:14:57 +08:00
|
|
|
"eslint-config-prettier": "6.14.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-26 17:54:25 +08:00
|
|
|
"eslint-plugin-jsx-a11y": "6.4.0",
|
2020-10-06 23:21:14 +08:00
|
|
|
"eslint-plugin-prettier": "3.1.4",
|
2020-10-21 20:52:43 +08:00
|
|
|
"eslint-plugin-react": "7.21.5",
|
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.1.2"
|
2020-10-01 19:39:47 +08:00
|
|
|
}
|
2020-10-26 17:55:09 +08:00
|
|
|
}
|