-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 936 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 936 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
28
{
"name": "root",
"private": true,
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"build": "lerna run build",
"docs:start": "lerna run start --scope apps-docs",
"docs:build": "lerna run build --scope apps-docs",
"docs:serve": "lerna run serve --scope apps-docs",
"docs:deploy": "lerna run deploy --scope apps-docs",
"package:build": "lerna run build --scope @locospec/responsive-preview-react",
"package:watch": "lerna run build:watch --scope @locospec/responsive-preview-react",
"package:dev": "lerna run dev --scope @locospec/responsive-preview-react"
},
"devDependencies": {
"@auto-it/all-contributors": "^11.3.0",
"@auto-it/conventional-commits": "^11.3.0",
"@auto-it/npm": "^11.3.0",
"@auto-it/omit-commits": "^11.3.0",
"@auto-it/omit-release-notes": "^11.3.0",
"@auto-it/released": "^11.3.0",
"auto": "^11.3.0",
"lerna": "^8.1.9"
}
}