-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.55 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
{
"name": "aap-felles-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "yarn workspaces foreach --all --exclude . run test",
"build": "yarn workspaces foreach --all run build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"changeset": "changeset",
"version:patch": "lerna version patch --yes",
"publish:ci": " lerna publish --registry https://npm.pkg.github.com from-package --yes"
},
"repository": {
"type": "git",
"url": "git+https://github.com/navikt/aap-felles-frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/navikt/aap-felles-frontend/issues"
},
"prettier": "@navikt/aap-felles-prettier",
"devDependencies": {
"@babel/core": "^7.25.2",
"@navikt/aap-felles-prettier": "^2.0.21",
"@storybook/addon-actions": "^8.4.2",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-links": "^8.4.2",
"@storybook/nextjs": "^8.4.2",
"@storybook/react": "^8.4.2",
"@storybook/testing-library": "^0.2.2",
"babel-loader": "^9.2.1",
"html-webpack-plugin": "^5.6.0",
"storybook": "^8.4.2"
},
"dependencies": {
"@changesets/cli": "^2.27.8",
"@navikt/aksel-icons": "^7.5.2",
"@navikt/ds-css": "^7.5.2",
"@navikt/ds-react": "^7.5.2",
"css-loader": "^7.1.2",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]"
}