@sats-group/ui-lib 83.0.0 → 84.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -54
package/package.json
CHANGED
|
@@ -1,65 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sats-group/ui-lib",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "84.0.0",
|
|
4
4
|
"description": "SATS web user interface library",
|
|
5
|
-
"engines": {
|
|
6
|
-
"node": "^18 || ^20",
|
|
7
|
-
"npm": "^8 || ^9 || ^10"
|
|
8
|
-
},
|
|
9
|
-
"scripts": {
|
|
10
|
-
"build": "run-s clean logos typecheck colour components style-imports build:types build:dist",
|
|
11
|
-
"build:dist": "node build/build.mjs",
|
|
12
|
-
"build:types": "tsc --project tsconfig.types.json",
|
|
13
|
-
"clean": "node rimraf.mjs",
|
|
14
|
-
"colour": "node codegen/colours.mjs",
|
|
15
|
-
"components": "node codegen/components.mjs",
|
|
16
|
-
"style-imports": "node codegen/style-imports.mjs",
|
|
17
|
-
"dev": "npm run dev --workspace=site",
|
|
18
|
-
"lint": "eslint",
|
|
19
|
-
"lint:ci": "eslint --max-warnings 0",
|
|
20
|
-
"logos": "svgr --expand-props none --typescript --out-dir react/logos --filename-case kebab logos && rimraf react/logos/**/index.*",
|
|
21
|
-
"typecheck": "tsc --noEmit"
|
|
22
|
-
},
|
|
23
|
-
"repository": {
|
|
24
|
-
"type": "git",
|
|
25
|
-
"url": "git@ssh.dev.azure.com:v3/sats-group/SATS%20Web/ui-lib"
|
|
26
|
-
},
|
|
27
5
|
"author": "developer@sats.no",
|
|
28
6
|
"license": "UNLICENSED",
|
|
29
7
|
"peerDependencies": {
|
|
30
8
|
"classnames": "^2.5.1",
|
|
31
|
-
"react": "^18.0.0 || ^19.0.0",
|
|
32
|
-
"react-dom": "^18.0.0 || ^19.0.0"
|
|
33
|
-
},
|
|
34
|
-
"devDependencies": {
|
|
35
|
-
"@storybook/react": "^8.6.0",
|
|
36
|
-
"@storybook/test": "^8.6.0",
|
|
37
|
-
"@svgr/cli": "^8.1.0",
|
|
38
|
-
"@types/fuzzy-search": "^2.1.5",
|
|
39
|
-
"@types/node": "^18.16.19",
|
|
40
|
-
"@types/react": "^19.0.0",
|
|
41
|
-
"@types/react-dom": "^19.0.0",
|
|
42
|
-
"@typescript-eslint/eslint-plugin": "^8.12.2",
|
|
43
|
-
"@typescript-eslint/parser": "^8.12.2",
|
|
44
|
-
"esbuild": "^0.25.5",
|
|
45
|
-
"esbuild-plugin-copy": "^2.1.1",
|
|
46
|
-
"eslint": "^9.13.0",
|
|
47
|
-
"eslint-config-prettier": "^9.1.0",
|
|
48
|
-
"eslint-plugin-prettier": "^5.2.1",
|
|
49
|
-
"eslint-plugin-react": "^7.37.2",
|
|
50
|
-
"globby": "^14.0.2",
|
|
51
|
-
"npm-run-all": "^4.1.5",
|
|
52
|
-
"pascal-case": "^4.0.0",
|
|
53
|
-
"prettier": "^3.3.3",
|
|
54
9
|
"react": "^19.0.0",
|
|
55
|
-
"react-dom": "^19.0.0"
|
|
56
|
-
"rimraf": "^6.0.1",
|
|
57
|
-
"typescript": "^5.6.3"
|
|
10
|
+
"react-dom": "^19.0.0"
|
|
58
11
|
},
|
|
59
12
|
"dependencies": {
|
|
60
13
|
"fuzzy-search": "^3.2.1"
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
"site"
|
|
64
|
-
]
|
|
65
|
-
}
|
|
14
|
+
}
|
|
15
|
+
}
|