-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.15 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 2.15 KB
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": "@proicons/proicons",
"version": "4.13.7",
"private": true,
"description": "A collection of 500+ modern and open-source icons",
"homepage": "https://github.com/ProCode-Software/proicons",
"bugs": "https://github.com/ProCode-Software/proicons/issues",
"license": "MIT",
"author": "ProCode Software",
"repository": {
"url": "ProCode-Software/proicons"
},
"workspaces": [
"packages/*",
"tools/*",
"site"
],
"type": "module",
"scripts": {
"all:build-modules": "pnpm -r run icons:build-modules",
"icons:build": "bun run ./bin/build.ts",
"icons:optimize": "pnpm run icons:build -o",
"icons:build-frozen": "pnpm run icons:build -l",
"icons:build-rebuild": "pnpm run icons:build -r",
"icons:roblox-publish": "bun run --env-file=.env ./bin/publishToRoblox.ts",
"icons:prune": "bun run ./bin/pruneFiles.ts",
"font:codepoints": "bun run ./bin/generateCodepoints.ts",
"font:build": "pnpm run icons:build -f -r",
"generate-changelog": "bun run ./bin/generateChangelog.ts",
"docs:dev": "pnpm --filter @proicons/site run docs:dev",
"docs:build": "pnpm --filter @proicons/site run docs:build",
"ci": "pnpm run -r ci",
"fmt": "oxfmt"
},
"devDependencies": {
"@proicons/cli": "workspace:*",
"@proicons/icon-loader-cli": "workspace:*",
"@proicons/pixelfix": "workspace:*",
"@proicons/shared": "workspace:*",
"@proicons/svgo-plugins": "workspace:*",
"@types/bun": "latest",
"@types/jsdom": "^28.0.3",
"@types/node": "latest",
"ansi-colors": "^4.1.3",
"fantasticon": "^4.1.0",
"form-data": "^4.0.6",
"jsdom": "^29.1.1",
"oslllo-svg-fixer": "^6.0.1",
"oxfmt": "^0.60.0",
"oxlint": "^1.75.0",
"piscina": "^5.3.0",
"prettier": "^3.9.6",
"prettier-plugin-svelte": "^4.1.1",
"progress": "^2.0.3",
"sharp": "^0.35.3",
"svgo": "^4.0.2",
"typescript": "^7.0.2",
"vite": "catalog:"
},
"packageManager": "pnpm@11.15.1"
}