-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
58 lines (58 loc) · 1.47 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
{
"name": "create-fomantic-icons",
"version": "1.2.2",
"description": "A simple CLI to generate the icon.variables and icon.html.eco files for FUI",
"author": "Sean Hamilton <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/fomantic/create-fomantic-icons#readme",
"keywords": [
"fomantic-ui",
"fomantic",
"semantic-ui",
"generator",
"icons",
"cli"
],
"scripts": {
"start": "./bin/run",
"build": "tsc"
},
"bin": "./bin/run",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/fomantic/create-fomantic-icons.git"
},
"bugs": {
"url": "https://github.com/fomantic/create-fomantic-icons/issues"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
},
"type": "module",
"dependencies": {
"axios": "^1.7.2",
"chalk": "^5.3.0",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0",
"liquidjs": "^10.14.0",
"num-words": "^1.2.3",
"ora": "^8.0.1",
"qoa": "^0.2.0",
"signale": "^1.4.0",
"unzipper": "^0.10.14"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.14.5",
"@types/signale": "^1.4.7",
"@types/unzipper": "^0.10.9",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.29.1",
"typescript": "^5.4.5"
}
}