-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.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
{
"name": "@bitrix24/b24icons",
"version": "2.0.6",
"packageManager": "pnpm@10.21.0",
"author": "Bitrix",
"license": "MIT",
"description": "Документация: Битрикс24 SVG иконки для разработки веб-приложений",
"keywords": [
"bitrix24",
"ui",
"icons",
"svg"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bitrix-tools/b24icons.git"
},
"homepage": "https://bitrix-tools.github.io/b24icons/",
"bugs": {
"url": "https://github.com/bitrix-tools/b24icons/issues"
},
"staring": {
"url": "https://github.com/bitrix24/b24icons"
},
"type": "module",
"private": true,
"scripts": {
"docs:dev": "pnpm --filter ./docs dev",
"docs:generate": "pnpm --filter ./docs generate",
"docs:build": "pnpm --filter ./docs build",
"docs:preview": "pnpm --filter ./docs preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit && pnpm --filter ./docs typecheck"
},
"devDependencies": {
"@nuxt/eslint-config": "^1.10.0",
"vue-tsc": "^3.1.3",
"eslint": "^9.39.1",
"ts-node": "^10.9.2"
}
}