-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.93 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
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
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@altinn/altinn-components",
"version": "0.6.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"!dist/stories"
],
"type": "module",
"description": "Reusable react components",
"sideEffects": [
"*.css"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"typecheck": "tsc --noEmit",
"build": "tsc && vite build",
"format": "lint-staged",
"dev": "vite",
"build-storybook": "storybook build"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@navikt/aksel-icons": "^7.2.1",
"classnames": "^2.5.1",
"react": "^18.3.1",
"react-dom": ">=18.3.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-a11y": "^8.4.4",
"@storybook/addon-essentials": "^8.4.4",
"@storybook/addon-interactions": "^8.4.4",
"@storybook/addon-links": "^8.4.4",
"@storybook/addon-onboarding": "^8.4.4",
"@storybook/addon-themes": "^8.4.4",
"@storybook/blocks": "^8.4.4",
"@storybook/react": "^8.4.4",
"@storybook/react-vite": "^8.4.4",
"@storybook/test": "^8.4.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"axe-core": "^4.10.2",
"glob": "^11.0.0",
"lint-staged": "^15.2.10",
"rollup-preserve-directives": "^1.1.2",
"storybook": "^8.4.4",
"storybook-addon-theme-provider": "^0.2.8",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite-plugin-static-copy": "^2.1.0"
},
"peerDependencies": {
"react": ">=18.3.1",
"react-dom": ">=18.3.1"
},
"lint-staged": {
"**/*.*": "biome check --staged --no-errors-on-unmatched --write"
},
"packageManager": "pnpm@9.13.0"
}