-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 945 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
26
27
28
29
30
31
32
33
34
35
{
"name": "conduit-ui",
"version": "0.16.0-alpha.0",
"private": true,
"scripts": {
"build": "yarn turbo run build",
"dev": "yarn turbo run dev --filter=@conduitplatform/conduit-ui...",
"build:docker": "docker build -t ghcr.io/conduitplatform/conduit-admin:latest . && docker push ghcr.io/conduitplatform/conduit-admin:latest",
"prepare": "husky install",
"release": "standard-version"
},
"resolutions": {
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9"
},
"workspaces": [
"apps/*",
"libraries/*"
],
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.2",
"lerna": "^4.0.0",
"standard-version": "^9.3.0",
"turbo": "^1.0.6"
},
"dependencies": {},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}