-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.81 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
{
"name": "@navikt/nav-office-reception-info",
"author": "NAVIKT",
"version": "1.2.0",
"type": "module",
"main": "dist/nav-office-reception-info.js",
"types": "dist/main.d.ts",
"files": [
"dist"
],
"sideEffects": [
"**/*.css"
],
"scripts": {
"build": "tsc --p ./tsconfig-build.json && vite build",
"prepublishOnly": "npm run build",
"lint": "npx eslint",
"dev": "vite test-app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/navikt/nav-office-reception-info.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"peerDependencies": {
"@navikt/aksel-icons": "^7.1.0",
"@navikt/ds-css": "^7.1.0",
"@navikt/ds-react": "^7.1.0",
"dayjs": "^1.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"comment": {
"dependencies": {
"typescript": "26.09.24: @typescript-eslint/typescript-estree only support 5.5.4. Check before upgrading",
"eslint-plugin-react-hooks": "30.09.24: eslint-plugin-react-hooks does not support eslint9. Use the release candidate."
}
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@types/node": "20.12.4",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@vitejs/plugin-react-swc": "3.7.0",
"eslint": "9.11.1",
"eslint-plugin-react-hooks": "5.1.0-rc-778e1ed2-20240926",
"eslint-plugin-react-refresh": "0.4.12",
"sass": "1.79.3",
"typescript": "5.5.4",
"vite": "5.4.8",
"vite-plugin-dts": "4.2.2",
"vite-plugin-lib-inject-css": "2.1.1"
}
}