-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1.08 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
{
"name": "microfrontends-wk",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"install-all": "npx concurrently \"npm install start --prefix mf-add-to-wishlist\" \"npm install --force --prefix mf-oauth\" \"npm install --prefix mf-products\" \"npm install --prefix mf-similar-products\" \"npm install --prefix mf-wishlist\"",
"start-all": "npx concurrently \"npm run start --prefix mf-add-to-wishlist\" \"npm run start --prefix mf-oauth\" \"npm run start --prefix mf-products\" \"npm run start --prefix mf-similar-products\" \"npm run start --prefix mf-wishlist\"",
"install-and-start": "npm run install-all && npm run start-all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bezael/microfrontends-wk.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bezael/microfrontends-wk/issues"
},
"homepage": "https://github.com/bezael/microfrontends-wk#readme",
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.0"
}
}