forked from smeup/ketchup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.72 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.72 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@sme.up/ketchup-root",
"version": "1.0.0",
"description": "KetchUP Web Components, library and showcase monorepo by smeup.",
"keywords": [
"smeup",
"ketchup",
"monorepo",
"web components",
"showcase",
"Stencil",
"Vue.js components"
],
"license": "Apache-2.0",
"author": "Gruppo Sme.UP <info@smeup.com> (https://www.smeup.com/)",
"repository": "https://github.com/smeup/ketchup",
"devDependencies": {
"@types/d3-shape": "^3.1.1",
"@types/geojson": "^7946.0.10",
"@types/jest": "^27.0.3",
"@types/node": "^20.2.5",
"@types/numeral": "^2.0.2",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"eslint": "^8.46.0",
"lerna": "^7.1.4",
"workbox-build": "^7.0.0"
},
"scripts": {
"lerna": "lerna",
"k:build": "lerna run build --scope @sme.up/ketchup --stream && lerna run build --scope @sme.up/ketchup-react --stream",
"k:start": "lerna run start --scope @sme.up/ketchup --stream",
"k:test:unit": "lerna run test:spec --scope @sme.up/ketchup --stream",
"k:test:unitcov": "lerna run test:speccov --scope @sme.up/ketchup --stream",
"ksc:serve": "lerna run serve --scope @sme.up/ketchup-showcase --stream",
"ksc:build": "lerna run build --scope @sme.up/ketchup-showcase --stream",
"ksc:lint": "lerna run lint --scope @sme.up/ketchup-showcase --stream",
"ksc:test:unit": "lerna run test:unit --scope @sme.up/ketchup-showcase --stream"
},
"workspaces": [
"packages/ketchup",
"packages/ketchup-react",
"packages/ketchup-showcase"
],
"packageManager": "yarn@3.6.1"
}