mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-01-06 13:15:24 +08:00
48 lines
1.2 KiB
JSON
48 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": "rm -rf **/**/node_modules && rm -rf ./node_modules",
|
|
"prepare": "lerna run prepare",
|
|
"prettier": "prettier --config .prettierrc --write **/*.js",
|
|
"test": "lerna run test"
|
|
},
|
|
"devDependencies": {
|
|
"@yarnpkg/pnpify": "2.3.2",
|
|
"eslint": "7.11.0",
|
|
"eslint-config-prettier": "6.12.0",
|
|
"eslint-plugin-import": "2.22.1",
|
|
"eslint-plugin-jsx-a11y": "6.3.1",
|
|
"eslint-plugin-prettier": "3.1.4",
|
|
"eslint-plugin-react": "7.21.4",
|
|
"eslint-plugin-react-hooks": "4.1.2",
|
|
"lerna": "3.22.1",
|
|
"prettier": "2.1.2"
|
|
}
|
|
}
|