forked from nivekcode/svg-icon-library-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 883 Bytes
/
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
{
"name": "stratis-ui-icons",
"private": false,
"version": "1.5.1",
"scripts": {
"dev": "npm run && vite",
"build": "npm run build:lib && vite build",
"build:lib": "npm run copy-library-assets",
"preview": "npm run build && vite preview",
"transform-icons": "svg-to-ts",
"copy-library-assets": "cpx package.json dist/icons && cpx README.md dist/icons"
},
"devDependencies": {
"cpx": "^1.5.0",
"svg-to-ts": "^6.0.1",
"vite": "^4.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RaymondHolm26/stratis-ui-icons.git"
},
"keywords": [
"SVG",
"icons",
"library",
"starter"
],
"author": "Raymond Holm",
"license": "MIT",
"bugs": {
"url": "https://github.com/RaymondHolm26/stratis-ui-icons/issues"
},
"homepage": "https://github.com/RaymondHolm26/stratis-ui-icons#readme"
}