This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.41 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "yrkesskade-frontend-felles",
"private": true,
"repository": "https://github.com/navikt/yrkesskade-frontend-felles.git",
"license": "MIT",
"scripts": {
"ct": "git-cz",
"bootstrap": "lerna bootstrap --use-workspaces --no-ci",
"build": "lerna run build",
"storybook": "start-storybook -p 8000 -h localhost",
"deploy-storybook": "storybook-to-ghpages",
"lint": "eslint './packages/**/*.{js,ts,tsx}'",
"lint:fix": "eslint './packages/**/*.{js,ts,tsx}' --fix",
"publish:ci": "lerna publish -y --no-verify-access",
"publish:canary": "lerna publish --canary",
"publish:canary:ci": "lerna publish -y --no-verify-access --canary"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"lint-staged": {
"./packages/**/*.{js,ts,tsx}": [
"eslint --fix"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@navikt/fnrvalidator": "^1.1.4",
"@storybook/addon-a11y": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-storysource": "^6.5.10",
"@storybook/builder-webpack5": "^6.5.10",
"@storybook/manager-webpack5": "^6.5.0-rc.1",
"@storybook/react": "^6.5.10",
"@storybook/storybook-deployer": "^2.8.12",
"amplitude-js": "^8.17.0",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"classnames": "^2.2.6",
"commitizen": "^4.2.4",
"copyfiles": "^2.4.0",
"css-loader": "^6.7.1",
"cz-lerna-changelog": "^2.0.2",
"eslint": "^7.22.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^8.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-app": "^6.2.2",
"lerna": "^3.18.4",
"less": "^3.10.3",
"less-loader": "^7.0.1",
"lint-staged": "^10.4.0",
"lodash.throttle": "^4.1.1",
"nav-frontend-chevron": "^1.0.30",
"nav-frontend-chevron-style": "^1.0.4",
"nav-frontend-core": "^6.0.1",
"nav-frontend-js-utils": "^1.0.20",
"nav-frontend-lenker": "^2.0.0",
"nav-frontend-lenker-style": "^2.0.1",
"nav-frontend-paneler-style": "^2.0.1",
"nav-frontend-skjema": "^4.0.5",
"nav-frontend-skjema-style": "^3.0.2",
"nav-frontend-typografi": "^4.0.0",
"nav-frontend-typografi-style": "^2.0.1",
"postcss-import": "^14.1.0",
"postcss-loader": "^7.0.1",
"postcss-url": "^10.1.3",
"prettier": "^2.1.2",
"pretty-quick": "^3.0.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"rollup-plugin-less": "^1.1.2",
"storybook-addon-react-docgen": "^1.2.42",
"style-loader": "^1.3.0",
"ts-loader": "^8.0.4",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.2.3",
"webpack": "5"
},
"workspaces": [
"packages/*"
]
}