-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
38 lines (38 loc) · 939 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
35
36
37
38
{
"name": "iconist",
"version": "0.0.0",
"engines": {
"node": ">=18.x"
},
"scripts": {
"compile": "tsc",
"watch": "tsc --watch",
"dev": "tsc --noEmit --watch & micro-dev dist"
},
"dependencies": {
"@obr/dripicons": "0.0.1",
"@obr/emojitwo": "0.0.1",
"@obr/feathericons": "0.0.1",
"@obr/fontawesome": "0.0.1",
"@obr/healthicons": "^0.0.1",
"@obr/heroicons": "0.0.1",
"@obr/ikonate": "0.0.1",
"@obr/linearicons": "0.0.1",
"@obr/lineawesome": "0.0.1",
"@obr/notoemoji": "^0.0.1",
"@obr/openmoji": "0.0.1",
"@obr/remixicon": "0.0.1",
"@obr/svgporn": "0.0.1",
"@obr/twemoji": "^0.0.1",
"cheerio": "^1.0.0-rc.9",
"fast-glob": "^3.3.2"
},
"devDependencies": {
"@vercel/node": "^3.0.25",
"@types/cheerio": "^0.22.35",
"@types/feather-icons": "^4.29.4",
"micro": "^10.0.1",
"micro-dev": "^3.0.0",
"typescript": "^5.4.5"
}
}