-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "svelte-polaris-icons",
"version": "5.3.0",
"license": "MIT",
"description": "Shopify Polaris SVG icons as Svelte components",
"author": "Eric Liu (https://github.com/metonym)",
"svelte": "./lib/index.js",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"dev": "rollup -cw",
"predeploy": "rollup -c",
"deploy": "gh-pages -d dist",
"prepack": "svelvg glob=@shopify/polaris-icons/dist/svg iconIndex",
"test": "svelte-check --workspace test"
},
"devDependencies": {
"@shopify/polaris-icons": "6.0.0",
"gh-pages": "^4.0.0",
"svelte": "^3.50.0",
"svelte-check": "^2.9.0",
"svelte-readme": "^3.6.3",
"svelvg": "^0.11.2"
},
"repository": {
"type": "git",
"url": "https://github.com/metonym/svelte-polaris-icons"
},
"homepage": "https://github.com/metonym/svelte-polaris-icons",
"bugs": "https://github.com/metonym/svelte-polaris-icons/issues",
"keywords": [
"svelte",
"svelte component",
"shopify",
"shopify polaris",
"polaris",
"icons",
"svg"
],
"files": [
"lib"
],
"type": "module"
}