-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "@stremio/stremio-icons",
"version": "5.4.0",
"description": "Icon set for all Stremio clients",
"author": {
"name": "Smart Code Ltd.",
"email": "[email protected]",
"url": "https://stremio.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stremio/stremio-icons.git"
},
"workspaces": [
"react",
"react-native",
"solid",
"angularjs"
],
"scripts": {
"build": "node scripts/build.js",
"build:react": "npm run build -w react",
"build:solid": "npm run build -w solid",
"build:angularjs": "npm run build -w angularjs",
"build:all": "run-s \"build -- all\" build:react build:solid build:angularjs "
},
"devDependencies": {
"change-case": "^4.1.2",
"glob": "^8.1.0",
"npm-run-all": "^4.1.5",
"parse-svg-path": "^0.1.2",
"sharp": "^0.31.3",
"svgo": "^3.0.2",
"svgpath": "^2.6.0",
"xml-js": "^1.6.11"
}
}