forked from trimble-oss/modus-web-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 1.78 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
{
"name": "modus-web-components",
"version": "1.0.0",
"private": true,
"description": "Modus Web Components Monorepo",
"homepage": "https://modus-web-components.trimble.com/",
"bugs": {
"url": "https://github.com/trimble-oss/modus-web-components/issues/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trimble-oss/modus-web-components.git"
},
"license": "MIT",
"author": "Trimble Inc",
"scripts": {
"lint-links": "npx linkinator https://modus-web-components.trimble.com/ --recurse",
"prettier": "npx prettier --write \"**/*.yml\"",
"spellcheck": "npx cspell \"**/*.{html,json,md,mdx,toml,ts,yml}\" --no-progress",
"build-angular": "cd angular-workspace/ng14 && npm i && npm run build && cd ../ng15 && npm i && npm run build && cd ../ng16 && npm i && npm run build && cd ../ng17 && npm i && npm run build && cd ../ng18 && npm i && npm run build",
"update-mwc-dependants": "cd angular-workspace/ng14/projects/trimble-oss/modus-angular-components && npx npm-check-updates -u --dep peer @trimble-oss* && npm i && cd ../../../../ng15/projects/trimble-oss/modus-angular-components && npx npm-check-updates -u --dep peer @trimble-oss* && npm i && cd ../../../../ng16/projects/trimble-oss/modus-angular-components && npx npm-check-updates -u --dep peer @trimble-oss* && npm i && cd ../../../../ng17/projects/trimble-oss/modus-angular-components && npx npm-check-updates -u --dep peer @trimble-oss* && npm i && cd ../../../../ng18/projects/trimble-oss/modus-angular-components && npx npm-check-updates -u --dep peer @trimble-oss* && npm i && cd ../../../../../react-workspace/react-17 && npx npm-check-updates -u @trimble-oss* && npm i && cd ../react-18 && npx npm-check-updates -u @trimble-oss* && npm i"
},
"engines": {
"node": ">=16.20.2"
}
}