forked from mpi2/impc-mousephenotype-web_old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 931 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": "root",
"private": true,
"devDependencies": {
"@types/yaireo__tagify": "^3.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"lerna": "^3.22.1",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"workspaces": [
"packages/components",
"packages/web-app",
"packages/widgets/*"
],
"scripts": {
"storybook": "yarn lerna run storybook --stream",
"start": "yarn lerna run build:components --stream && yarn lerna run start --stream",
"build:components": "yarn lerna run build:components --stream",
"build:widgets": "yarn lerna run build:widget --stream",
"build:web": "yarn lerna run build --stream"
}
}