-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 932 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
29
30
{
"name": "hanzo",
"version": "1.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hanzoai/hanzo"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "^7.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-autofix": "1.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-import-order-alphabetical": "1.0.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"lerna": "^3.22.1"
},
"scripts": {
"bootstrap": "node_modules/.bin/lerna bootstrap",
"build": "node_modules/.bin/lerna run build",
"patch": "node_modules/.bin/lerna version patch",
"minor": "node_modules/.bin/lerna version minor",
"major": "node_modules/.bin/lerna version major",
"publish": "node_modules/.bin/lerna publish from-git"
}
}