forked from ferdy-code/iconsax-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 760 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 760 Bytes
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
{
"name": "iconsax",
"description": "iconsax for react and react native",
"private": true,
"workspaces": {
"packages": [
"packages/*",
"website"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/rendinjast/iconsax-react.git"
},
"version": "0.0.8",
"scripts": {
"gen": "node ./scripts/build.js",
"bootstrap": "lerna bootstrap",
"build": "lerna run build --ignore website",
"website": "yarn workspace website",
"website:dev": "yarn website dev",
"website:build": "yarn website build",
"website:start": "yarn website start"
},
"devDependencies": {
"camelcase": "^6.2.0",
"cheerio": "^1.0.0-rc.10",
"lerna": "^4.0.0",
"prettier-eslint": "^13.0.0"
}
}