mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-01-06 13:15:24 +08:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "@lowdefy/lowdefy",
|
|
"version": "0.0.1",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"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"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "lerna run build",
|
|
"clean": "lerna run clean",
|
|
"prepare": "lerna run prepare",
|
|
"prettier": "prettier --config .prettierrc --write **/*.js",
|
|
"test": "lerna run test"
|
|
},
|
|
"devDependencies": {
|
|
"@yarnpkg/pnpify": "2.3.3",
|
|
"eslint": "7.12.0",
|
|
"eslint-config-prettier": "6.14.0",
|
|
"eslint-import-resolver-node": "0.3.4",
|
|
"eslint-plugin-import": "2.22.1",
|
|
"eslint-plugin-jsx-a11y": "6.4.0",
|
|
"eslint-plugin-prettier": "3.1.4",
|
|
"eslint-plugin-react": "7.21.5",
|
|
"eslint-plugin-react-hooks": "4.1.2",
|
|
"lerna": "3.22.1",
|
|
"prettier": "2.1.2"
|
|
}
|
|
}
|