lowdefy/package.json

49 lines
1.2 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-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": {
"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",
"prettier": "prettier --config .prettierrc --write **/*.js",
"test": "lerna run test"
2020-10-01 19:39:47 +08:00
},
"devDependencies": {
"@yarnpkg/pnpify": "2.3.3",
"eslint": "7.12.1",
"eslint-config-prettier": "6.14.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.0",
2020-10-06 23:21:14 +08:00
"eslint-plugin-prettier": "3.1.4",
"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
}
}