forked from zaikinv/t-shop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 857 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
{
"name": "t-shop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx nx run-many --skip-nx-cache --target=start --projects=resolver,shell",
"build": "npx nx run-many --target=build --projects=product-buy-box,product-teaser,product-tile,shop-footer,shop-header --maxParallel=10",
"build:stats": "npx nx run-many --skip-nx-cache --target=build:stats --projects=product-buy-box,product-teaser,product-tile,shop-footer,shop-header --maxParallel=10"
},
"author": "",
"license": "ISC",
"workspaces": [
"shell",
"resolver",
"mfs/product-buy-box",
"mfs/product-teaser",
"mfs/product-tile",
"mfs/shop-footer",
"mfs/shop-header"
],
"devDependencies": {
"@nrwl/nx-cloud": "latest",
"nx": "15.2.1"
},
"dependencies": {
"@nrwl/workspace": "^15.2.1"
}
}