-
-
Notifications
You must be signed in to change notification settings - Fork 169
/
package.json
61 lines (61 loc) · 1.57 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
{
"name": "iconoir",
"version": "7.9.0",
"description": "Iconoir - The biggest open source icon library with tons of free icons.",
"keywords": [
"free",
"icons",
"library",
"svg",
"css"
],
"homepage": "https://iconoir.com",
"repository": {
"type": "git",
"url": "https://github.com/iconoir-icons/iconoir.git"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/iconoir"
},
"license": "MIT",
"type": "module",
"exports": {
"./icons/*.svg": "./icons/regular/*.svg",
"./icons/*-solid.svg": "./icons/solid/*.svg",
"./icons/regular/*.svg": "./icons/regular/*.svg",
"./icons/solid/*.svg": "./icons/solid/*.svg",
"./css/*.css": "./css/*.css"
},
"files": [
"css/*.css",
"icons"
],
"scripts": {
"build": "node ./bin/build/index.js",
"lint": "eslint .",
"lint:fix": "pnpm run lint --fix",
"prepublish-all": "node ./bin/prepublish.js"
},
"devDependencies": {
"@atomist/yaml-updater": "^1.0.2",
"@svgr/babel-plugin-remove-jsx-attribute": "^8.0.0",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@vitejs/plugin-vue": "^4.5.2",
"esbuild": "^0.19.9",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"hast-util-from-html": "^2.0.1",
"hast-util-to-html": "^9.0.0",
"listr2": "^8.0.0",
"prettier": "^3.1.1",
"scule": "^1.1.1",
"semver": "^7.5.4",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.6.4"
},
"packageManager": "[email protected]"
}