-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 1.37 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
{
"name": "ionicons-site",
"version": "0.0.1",
"description": "Stencil Component Starter",
"main": "dist/index.js",
"module": "dist/index.mjs",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/ionicons-site/ionicons-site.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "npm run build.sprite && stencil build --prerender && npm run build.zip",
"postbuild": "cp -R ./archived/* ./www/ionicons",
"build.sprite": "node scripts/build-sprite.js",
"build.zip": "node scripts/build-zip.js",
"start": "npm run build.sprite && stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll"
},
"devDependencies": {
"@ionic-internal/ionic-ds": "4.1.5",
"@stencil/core": "2.5.2",
"@stencil/router": "1.0.1",
"@stencil/sass": "1.4.1",
"@types/highlight.js": "^9.12.4",
"@types/prismic-dom": "^2.1.1",
"adm-zip": "^0.5.5",
"archiver": "^4.0.1",
"fs-extra": "^9.0.1",
"highlight.js": "^10.1.1",
"ionicons": "^7.1.0",
"prismic-dom": "^2.2.3",
"prismic-javascript": "^2.7.1"
},
"license": "MIT",
"dependencies": {
"file-saver": "^2.0.5"
}
}