-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.27 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
61
62
63
64
65
66
67
68
{
"name": "@koobiq/icons",
"version": "9.2.0",
"description": "",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
},
"keywords": [
"design-system",
"koobiq",
"fonts",
"icons",
"symbols"
],
"exports": {
"./*": {
"default": "./*"
}
},
"scripts": {
"clean": "rimraf temp && rimraf dist",
"copy:svg-to-src": "node scripts/svg-copy-to-src.mjs",
"copy:copy-meta-to-dist": "node scripts/copy-meta-to-dist.mjs",
"------RELEASE SCRIPTS------": "-------------------------------------------------------",
"stage:commit": "koobiq-cli stage-commit -c \"Icons\" --without-references",
"publish:gitlab": "koobiq-cli publish-ci-gitlab",
"publish:github": "koobiq-cli publish-ci-github",
"------FIGMA SCRIPTS------": "-------------------------------------------------------",
"figma:export-icons": "figma-export use-config .figmaexportrc.mjs",
"figma:sync": "run-s clean figma:export-icons copy:svg-to-src",
"------BUILD SCRIPTS------": "-------------------------------------------------------",
"build:fonts": "fantasticon --config .fantasticonrc.js",
"build:sprite": "node src/svg-sprite.js",
"build": "run-s copy:copy-meta-to-dist build:sprite build:fonts"
},
"release": {
"packages": [
"icons"
]
},
"devDependencies": {
"@figma-export/cli": "^6.0.2",
"@figma-export/output-components-as-svg": "^6.0.1",
"@figma-export/output-components-as-svgr": "^6.0.1",
"@figma-export/transform-svg-with-svgo": "^6.0.2",
"@koobiq/cli": "17.4.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-prettier": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "18.19.33",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"fantasticon": "^3.0.0",
"fs-extra": "^11.2.0",
"inquirer": "^10.2.0",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.10",
"svg-sprite": "^2.0.4",
"svgo": "^3.3.2",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
}
}