-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.1 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
{
"name": "@formonsus/vue-enterprise-app",
"description": "Opinionated architecutre for Vue 3 applications.",
"repository": "https://github.com/Formonsus/vue-enterprise-app",
"author": "Aleksandar Milicevic",
"license": "MIT",
"version": "1.0.0",
"private": true,
"workspaces": [
"modules/*",
"application"
],
"keywords": [
"vue",
"template",
"boilerplate",
"javascript",
"lerna",
"commitlint"
],
"scripts": {
"prepare": "husky install",
"release": "scripty",
"clean": "scripty",
"api-docs": "scripty",
"commit": "cz"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@commitlint/config-lerna-scopes": "^12.1.1",
"@vuese/cli": "^2.14.3",
"commitlint": "^12.1.1",
"cz-conventional-changelog": "3.3.0",
"husky": "^6.0.0",
"lerna": "^4.0.0",
"lerna-changelog": "^1.0.1",
"rimraf": "^3.0.2",
"scripty": "^2.0.0"
},
"dependencies": {},
"scripty": {
"path": "./scripts/workspace"
},
"volta": {
"node": "14.16.1",
"yarn": "1.22.10"
}
}