-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.31 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "react-ui-boilerplate",
"private": true,
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/federico-villani/react-ui-boilerplate.git"
},
"bugs": "https://github.com/federico-villani/react-ui-boilerplate/issues",
"author": "Accenture AMA - Milano",
"contributors": [
{
"name": "Federico Villani"
},
{
"name": "Salvatore Ravidà"
}
],
"scripts": {
"bootstrap-hoist": "lerna bootstrap --hoist",
"build-all": "lerna run build",
"ui-pkg-storybook-start": "npm -C ./packages/ui-pkg run storybook",
"ui-pkg-storybook-build": "npm -C ./packages/ui-pkg run build-storybook",
"ui-pkg-build": "npm -C ./packages/ui-pkg run build",
"ui-pkg-start": "npm -C ./packages/ui-pkg run start",
"app-pkg-build": "npm -C ./packages/app-pkg run build",
"app-pkg-start": "npm -C ./packages/app-pkg run start"
},
"dependencies": {},
"devDependencies": {
"lerna": "^3.13.0"
},
"keywords": [
"React",
"React UI",
"React Starter Kit",
"React Boilerplate",
"Styled Components",
"CSS-in-JS",
"Css modules",
"React Router",
"React Scripts",
"Customize CRA",
"Lerna",
"Storybook",
"Reactstrap",
"ESLINT",
"Air bnb rules",
"React-app-rewired"
]
}