-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathpackage.json
28 lines (28 loc) · 1.11 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
{
"name": "@vkontakte/icons-monorepo",
"version": "0.0.0",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn build:icons-sprite && yarn build:icons && yarn build:icons-docs",
"build:icons": "yarn workspace @vkontakte/icons run icons-build",
"build:icons-docs": "yarn workspace @vkontakte/icons run docs",
"build:icons-sprite": "yarn workspace @vkontakte/icons-sprite run build",
"test": "yarn prettier:check",
"prettier:write": "yarn prettier --write --ignore-unknown .",
"prettier:check": "yarn prettier --check --ignore-unknown .",
"size": "yarn workspace @vkontakte/icons run size",
"g:npm:version": "cd $INIT_CWD && npm version --no-workspaces-update --no-commit-hooks --no-git-tag-version"
},
"prettier": "@vkontakte/prettier-config",
"pre-commit": [
"prettier:check"
],
"devDependencies": {
"@vkontakte/prettier-config": "^0.2.1",
"prettier": "^3.4.2"
},
"packageManager": "[email protected]+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90"
}