-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.18 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 2.18 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
52
53
54
55
56
57
58
59
60
61
{
"private": true,
"name": "eufemia",
"description": "DNB Design System",
"license": "SEE LICENSE IN LICENSE FILE",
"author": "DNB Team & Tobias Høegh",
"homepage": "https://eufemia.dnb.no",
"repository": {
"type": "git",
"url": "https://github.com/dnbexperience/eufemia.git"
},
"bugs": {
"url": "https://github.com/dnbexperience/eufemia/issues"
},
"version": "1.0.0",
"workspaces": [
"packages/*",
"packages/**/plugins/*",
"tools/*"
],
"main": "./packages/eufemia/index.js",
"scripts": {
"precommit": "yarn workspace @dnb/eufemia precommit && yarn workspace dnb-design-system-portal precommit",
"start": "yarn workspace dnb-design-system-portal start",
"clean": "yarn workspace dnb-design-system-portal clean",
"dev": "yarn workspace @dnb/eufemia start",
"publish:dry": "yarn workspace @dnb/eufemia publish:dry",
"reset": "yarn workspace dnb-design-system-portal reset && yarn workspace @dnb/eufemia reset && rm -rf ./node_modules && yarn install",
"build": "yarn workspace @dnb/eufemia build",
"build:mini": "yarn workspace @dnb/eufemia build:mini",
"build:clean": "yarn workspace @dnb/eufemia build:clean",
"test": "yarn workspace @dnb/eufemia test",
"test:update": "yarn workspace @dnb/eufemia test:update",
"test:types": "yarn workspace @dnb/eufemia test:types",
"test:types:watch": "yarn workspace @dnb/eufemia test:types:watch",
"test:screenshots": "yarn workspace @dnb/eufemia test:screenshots",
"test:screenshots:update": "yarn workspace @dnb/eufemia test:screenshots:update",
"lint": "yarn workspace @dnb/eufemia lint && yarn workspace dnb-design-system-portal lint",
"lint:styles": "yarn workspace @dnb/eufemia lint:styles && yarn workspace dnb-design-system-portal lint:styles"
},
"devDependencies": {
"prettier": "3.8.1"
},
"resolutions": {
"lmdb": "3.5.1",
"msgpackr": "1.11.8",
"sharp": "0.33.5",
"gatsby/socket.io": "4.8.3",
"gatsby/browserslist": "4.28.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
},
"engines": {
"node": ">=24.x",
"yarn": ">=4.0.0"
},
"volta": {
"node": "24.6.0"
},
"packageManager": "yarn@4.6.0"
}