forked from ionic-team/ionicons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·81 lines (81 loc) · 2.13 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "ionicons",
"version": "5.0.0-13",
"description": "Premium icons for Ionic.",
"files": [
"dist/",
"icons/"
],
"module": "dist/index.mjs",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"unpkg": "dist/ionicons.js",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"scripts": {
"build": "tsc -p scripts/tsconfig.json && npm run build.files && npm run build.component && npm run collection.copy",
"build.files": "node scripts/build.js",
"build.component": "stencil build",
"collection.copy": "node scripts/collection-copy.js",
"start": "stencil build --dev --watch --serve",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release.prepare": "node scripts/release.js --any-branch",
"release": "node scripts/release.js --publish --any-branch",
"test": "stencil test --spec"
},
"devDependencies": {
"@stencil/core": "^1.8.1",
"@types/execa": "^2.0.0",
"@types/fs-extra": "^8.0.0",
"@types/inquirer": "^6.5.0",
"@types/jest": "^24.0.20",
"@types/listr": "^0.14.2",
"@types/puppeteer": "1.12.4",
"@types/svgo": "^1.2.1",
"archiver": "^3.0.0",
"conventional-changelog-cli": "^2.0.23",
"execa": "^2.0.4",
"fs-extra": "8.1.0",
"inquirer": "^7.0.0",
"jest": "24.9.0",
"jest-cli": "24.9.0",
"listr": "^0.14.3",
"pixelmatch": "4.0.2",
"puppeteer": "1.7.0",
"svgo": "1.3.0",
"workbox-build": "4.3.1"
},
"keywords": [
"ionicons",
"ionic",
"icon",
"svg",
"font",
"mobile",
"web component",
"component",
"custom element"
],
"homepage": "http://ionicons.com/",
"author": {
"name": "Ben Sperry",
"web": "https://twitter.com/benjsperry"
},
"contributors": [
{
"name": "Adam Bradley",
"web": "http://twitter.com/adamdbradley"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/ionicons.git"
},
"bugs": {
"url": "https://github.com/ionic-team/ionicons/issues"
},
"license": "MIT",
"sideEffects": [
"icons/imports/"
]
}