forked from freepik-company/flaticon-uicons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.29 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
53
54
55
{
"name": "@flaticon/flaticon-uicons",
"description": "Interface icons from Flaticon",
"version": "1.7.0",
"main": "index.js",
"types": "lib/index.d.ts",
"scripts": {
"ts-types": " tsc --emitDeclarationOnly --outDir lib",
"clean:css": "rimraf css",
"clean:svg": "rimraf svg",
"prebuild": "run-p clean:css clean:svg",
"build:css": "node ./esbuild.js",
"build:svg": "svgo -f ./src/uicons/svg -o svg",
"build": "run-p ts-types build:css build:svg",
"postinstall": "node license"
},
"repository": {
"type": "git",
"url": "https://github.com/flaticon/flaticon-uicons"
},
"keywords": [
"icons",
"icon pack",
"uicons",
"interface icons",
"iconfont",
"flaticon",
"react",
"mobile",
"android",
"ios",
"font",
"bootstrap",
"figma",
"svg"
],
"author": "gCuadros",
"license": "ISC",
"bugs": {
"url": "https://github.com/flaticon/flaticon-uicons/issues"
},
"homepage": "https://github.com/flaticon/flaticon-uicons#readme",
"devDependencies": {
"esbuild": "^0.14.5",
"esbuild-plugin-glob": "^1.0.3",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"svgo": "^2.8.0",
"typescript": "^4.5.4"
},
"optionalDependencies": {
"esbuild-linux-64": "^0.14.5"
},
"private": false
}