-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "nuxt-typo3-theme",
"version": "0.0.0",
"private": true,
"workspaces": [
"packages/*"
],
"description": "nuxt-typo3 theme",
"main": "index.js",
"author": "Adam Marcinkowski <[email protected]>",
"license": "MIT",
"scripts": {
"nuxt-typo3-ce": "yarn workspace nuxt-typo3-ce",
"nuxt-typo3-theme": "yarn workspace nuxt-typo3-theme",
"storybook": "yarn nuxt-typo3-theme storybook",
"lint": "yarn nuxt-typo3-ce lint && yarn nuxt-typo3-theme lint",
"test": "yarn nuxt-typo3-ce test:unit&& yarn nuxt-typo3-theme test:unit",
"prepare": "husky install",
"lerna:prerelase": "lerna version prerelease",
"lerna:release": "lerna version release",
"lerna:publish": "npx lerna publish from-git"
},
"engines": {
"node": ">=12.20.x",
"yarn": ">=1.22.0"
},
"volta": {
"node": "12.22.1",
"yarn": "1.22.10"
},
"devDependencies": {
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"husky": "^7.0.2",
"lerna": "^4.0.0"
}
}