-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 2.05 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 2.05 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
47
48
49
50
51
{
"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.6",
"@types/geojson": "7946.0.14",
"@types/jest": "27.0.3",
"@types/node": "22.16.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "8.46.0",
"lerna": "^8",
"typescript": "^5",
"workbox-build": "7.3.0"
},
"dependencies": {
"math-expression-evaluator": "^2.0.6"
},
"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:all": "lerna run test --scope @sme.up/ketchup --stream",
"k:test:e2e": "lerna run test:e2e --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@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
}