-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "@f-eld-ch/babs-icons",
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "npm run transform-icons && vite",
"build": "npm run build:lib && vite build",
"build:lib": "npm run transform-icons && npm run copy-library-assets",
"preview": "npm run build && vite preview",
"transform-icons": "svg-to-ts-files",
"copy-library-assets": "cpx package.json dist/icons && cpx README.md dist/icons"
},
"devDependencies": {
"cpx": "^1.5.0",
"svg-to-ts": "^12.0.0",
"vite": "^5.4.8"
},
"resolutions": {
"braces": "^3.0.3",
"ip": "^2.0.1",
"tar": "^6.2.1",
"micromatch": "^4.0.8",
"rollup": "^4.22.4"
},
"repository": {
"type": "git",
"url": "https://github.com/f-eld-ch/babs-icons.git"
},
"keywords": [
"SVG",
"icons",
"library",
"starter"
],
"author": "F-ELD",
"license": "MIT",
"bugs": {
"url": "https://github.com/f-eld-ch/babs-icons/issues"
},
"homepage": "https://github.com/f-eld-ch/babs-icons",
"packageManager": "[email protected]"
}