generated from tsbbjs/vue-monorepo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
25 lines (25 loc) · 880 Bytes
/
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
{
"name": "vue-github-corners",
"private": true,
"scripts": {
"prepare": "husky install",
"start": "lerna exec \"npm run serve\" --scope website",
"build:website": "lerna exec \"npm run build\" --scope website",
"build": "lerna exec \"tsbb build --use-vue\" --scope @uivjs/*",
"watch": "lerna exec \"tsbb watch --use-vue\" --scope @uivjs/vue-github-corners",
"prettier": "prettier --write \"**/*.{js,jsx,vue,tsx,ts,less,md,json}\"",
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"clean": "lerna clean --yes",
"hoist": "lerna bootstrap --hoist",
"bootstrap": "lerna bootstrap --force-local --no-ci"
},
"author": "jaywcjlove",
"license": "MIT",
"devDependencies": {
"husky": "7.0.4",
"prettier": "2.5.1",
"pretty-quick": "3.1.2",
"lerna": "4.0.0",
"tsbb": "^3.5.2"
}
}