-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.2 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
{
"name": "@bitrix24/b24icons",
"version": "1.0.3",
"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": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"@bitrix24/b24style": "^0.1.2",
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.20",
"mini-svg-data-uri": "^1.4.4",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.11",
"ts-node": "^10.0.0",
"typescript": "^5.4.3",
"vitepress": "^1.3.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"dependencies": {
"@bitrix24/b24icons-vue": "^1.0.3",
"@headlessui/vue": "^1.7.23",
"@vueuse/core": "^12.3.0",
"fuse.js": "^7"
}
}