-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 996 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 996 Bytes
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
{
"name": "root",
"private": true,
"scripts": {
"lerna:watch": "lerna run watch --parallel",
"lerna:build": "lerna run build --stream --scope @salable/web-components --scope @salable/react-web-components --scope react-client",
"lerna:build:docs": "lerna run build --scope salable-web-component-docs",
"lerna:test": "lerna run test --scope @salable/web-components --scope react-client",
"lerna:version": "lerna version",
"lerna:publish": "lerna publish --force-publish --scope @salable/web-components --scope @salable/react-web-components",
"test": "docker compose up --build --force-recreate"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@playwright/test": "^1.41.2",
"@types/node": "^20.11.16",
"husky": "^8.0.3",
"lerna": "^7.4.2",
"typescript": "^5.3.3",
"stripe": "^14.14.0",
"dotenv": "^16.4.1"
},
"dependencies": {
"stencil-playwright": "^0.3.0"
}
}