-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 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
51
{
"name": "@mntm/vkui-builder",
"version": "5.1.1",
"type": "commonjs",
"author": {
"name": "Anton Petrov",
"email": "im@petrov.engineer",
"url": "https://petrov.engineer"
},
"description": "Enhanced component library builder.",
"license": "MIT",
"keywords": [
"vkui",
"uikit",
"vkontakte"
],
"homepage": "https://github.com/mntm-lib/vkui-builder",
"bugs": "https://github.com/mntm-lib/vkui-builder",
"repository": {
"type": "git",
"url": "https://github.com/mntm-lib/vkui-builder.git"
},
"main": "./bin/index.js",
"scripts": {
"build": "node ./bin/index.js"
},
"bin": "node ./bin/index.js",
"engines": {
"node": ">=16"
},
"devDependencies": {
"@mntm/eslint-config": "^1.3.1",
"@types/cross-spawn": "^6.0.2",
"@types/node": "^18.14.2",
"eslint": "^8.35.0"
},
"dependencies": {
"@swc/core": "^1.3.36",
"@types/react": "^18.0.28",
"@types/semver": "^7.3.13",
"@vkontakte/vkui-tokens": "^4.29.2",
"cross-spawn": "^7.0.3",
"extract-zip": "^2.0.1",
"fast-glob": "^3.2.12",
"is-ci": "^3.0.1",
"memoizerific": "^1.11.3",
"postcss": "^8.4.21",
"semver": "^7.3.8",
"typescript": "^4.9.5"
}
}