forked from fomantic/create-fomantic-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.33 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
{
"name": "create-fomantic-icons",
"version": "1.0.4",
"description": "A simple CLI to generate the icon.overrides 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"
},
"dependencies": {
"axios": "^0.18.0",
"chalk": "^2.4.2",
"fs-extra": "^7.0.1",
"js-yaml": "^3.13.1",
"liquidjs": "^8.2.1",
"ora": "^3.4.0",
"qoa": "^0.2.0",
"signale": "^1.4.0",
"unzipper": "^0.10.1"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/fs-extra": "^5.0.5",
"@types/js-yaml": "^3.12.1",
"@types/node": "^11.13.4",
"@types/signale": "^1.2.1",
"@types/unzipper": "^0.9.2",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-typescript": "^3.0.0",
"eslint-plugin-import": "^2.17.2",
"typescript": "^3.4.3"
}
}