forked from ionic-team/ionicons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·84 lines (84 loc) · 2.39 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
82
83
84
{
"name": "ionicons",
"version": "4.5.5",
"description": "Premium icons for Ionic.",
"files": [
"dist/",
"icons/"
],
"module": "dist/esm/index.js",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"unpkg": "dist/ionicons.js",
"collection": "dist/collection/collection-manifest.json",
"scripts": {
"build": "npm run clean && npm run lint.ts && npm run build.icon && npm run generate && npm run build.data && npm run build.css && npm run build.docs && npm run copy.tasks && npm run test",
"build.css": "node scripts/build-css.js",
"build.data": "node scripts/data.js",
"build.docs": "stencil build --config src/docs/stencil.config.ts",
"build.icon": "stencil build",
"clean": "node scripts/clean.js",
"copy.tasks": "node scripts/copy-tasks.js",
"dev": "npm run start.docs",
"mode.comparison": "node scripts/mode-comparison.js",
"generate": "python scripts/generate.py",
"lint.ts": "tslint --project .",
"lint.ts.fix": "tslint --project . --fix",
"start": "npm run start.icon",
"start.docs": "stencil build --dev --watch --serve --config src/docs/stencil.config.ts",
"start.icon": "stencil build --dev --watch --serve",
"release": "np --any-branch --yolo",
"test": "stencil test --spec"
},
"devDependencies": {
"@stencil/core": "0.17.0",
"@stencil/router": "0.3.3",
"@stencil/sass": "0.1.1",
"@types/highlight.js": "^9.12.3",
"@types/jest": "^23.1.3",
"@types/puppeteer": "1.6.4",
"archiver": "^2.1.1",
"fs-extra": "4.0.2",
"highlight.js": "^9.12.0",
"jest": "23.6.0",
"jest-cli": "23.6.0",
"node-sass": "4.9.3",
"np": "3.0.4",
"pixelmatch": "4.0.2",
"puppeteer": "1.7.0",
"svgo": "1.1.1",
"tslint": "^5.11.0",
"tslint-ionic-rules": "0.0.20",
"workbox-build": "3.4.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"
}