forked from steeze-ui/icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.82 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
{
"name": "@steeze-ui/radix-icons",
"description": "Icon Sources (based on radix-icons) built for @steeze-ui/icons",
"version": "1.0.4",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"package": "pnpm build:icons && svelte-kit package",
"release:next": "pnpm release -- --tag=next",
"release": "pnpm package && cd package && pnpm publish",
"build:icons": "node --loader ts-node/esm build.ts"
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"svelte": "^3.44.0",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.9.4",
"tslib": "^2.3.1",
"typescript": "^4.4.3",
"@steeze-ui/icons": "workspace:^1.0.1",
"@steeze-ui/svelte-icon": "*",
"heroicons": "^1.0.4",
"ts-node": "^10.4.0",
"@types/node": "^17.0.0",
"svelte2tsx": "^0.4.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steeze-ui/icons.git",
"directory": "packages/builders/radix-icons-builder"
},
"keywords": [
"raw",
"icons",
"radix",
"radix-ui",
"radix-icons",
"steeze"
],
"author": "Justin Voitel <mail@justinv.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/steeze-ui/icons/issues"
},
"homepage": "https://github.com/steeze-ui/icons#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}