-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1018 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
31
32
33
{
"name": "byo-react-ui-library",
"version": "1.0.0",
"private": true,
"description": "A template for creating a simple, scalable and light-weight react component library; in lieu a 3rd party component library",
"scripts": {
"build": "yarn workspaces foreach -ptiv run build",
"dev": "yarn workspace app dev & yarn workspace @internal/components dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chariotsolutions/byo-react-ui-library.git"
},
"author": "Drew DeCarme (ddecarme@chariotsolutions.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chariotsolutions/byo-react-ui-library/issues"
},
"homepage": "https://github.com/chariotsolutions/byo-react-ui-library#readme",
"workspaces": {
"packages": [
"packages/**"
]
},
"packageManager": "yarn@3.2.0",
"dependencies": {
"@types/eslint": "^8.4.1",
"@types/prettier": "^2.6.0",
"eslint": "^8.13.0",
"prettier": "^2.6.2",
"typescript": "^4.6.3"
}
}