-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 2.31 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
73
74
75
{
"name": "@miljodirektoratet/md-components",
"version": "1.0.0",
"description": "Miljødirektoratets komponentbibliotek",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"deploy-storybook": "storybook-to-ghpages",
"lint": "eslint --ext js,ts,tsx ."
},
"keywords": [],
"author": "Miljødirektoratet",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miljodir/component-library"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/plugin-syntax-flow": "^7.26.0",
"@babel/preset-env": "^7.23.6",
"@babel/preset-flow": "^7.25.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-a11y": "^8.4.7",
"@storybook/addon-actions": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-mdx-gfm": "^8.4.7",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/manager-api": "^8.4.7",
"@storybook/preview-api": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-webpack5": "^8.4.7",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/test": "^8.4.7",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"babel-loader": "^9.1.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-autofix": "^1.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-storybook": "^0.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^8.4.7",
"trim": "^1.0.1",
"typescript": "^5.2.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"classnames": "^2.3.2"
},
"overrides": {
"@storybook/storybook-deployer": {
"parse-url": "^8.0.0"
}
},
"storybook-deployer": {
"gitUsername": "miljodir",
"commitMessage": "Deploy Storybook to GitHub Pages"
}
}