forked from windingtree/stays-ams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 812 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "stays",
"version": "0.0.1",
"main": "index.js",
"author": "Maksim Izmaylov <[email protected]>",
"license": "GPL-3.0+",
"private": true,
"scripts": {
"bootstrap": "npx lerna bootstrap",
"test": "lerna run test",
"new-version": "lerna version --conventional-commits --yes",
"diff": "lerna diff",
"commit": "yarn run git-cz"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"git-cz": "^4.8.0",
"lerna": "4.0.0"
}
}