-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 1.2 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
{
"name": "gatsby-eufemia-theme-handler",
"private": true,
"workspaces": [
"examples/*",
"packages/*"
],
"scripts": {
"test": "yarn workspace e2e test",
"watch": "yarn workspace gatsby-plugin-eufemia-theme-handler build:watch",
"watch:all": "yarn watch & yarn workspace sb-theme-example watch & yarn workspace ui-theme-example watch & yarn serve",
"start": "yarn watch & yarn workspace sb-theme-example start & yarn workspace ui-theme-example start",
"build": "yarn workspace gatsby-plugin-eufemia-theme-handler build && yarn workspace ui-theme-example build && yarn workspace ui-theme-example serve & yarn workspace sb-theme-example build",
"serve": "yarn workspace sb-theme-example serve & yarn workspace ui-theme-example serve",
"clean": "yarn workspace gatsby-plugin-eufemia-theme-handler clean && yarn workspace sb-theme-example clean & yarn workspace ui-theme-example clean",
"release": "yarn workspace gatsby-plugin-eufemia-theme-handler release"
},
"devDependencies": {
"@dnb/eufemia": "10.7.0"
},
"engines": {
"node": "18.13.0",
"yarn": ">=1.22.10"
},
"volta": {
"node": "18.13.0",
"yarn": "1.22.10"
},
"packageManager": "yarn@3.4.1"
}