This repository has been archived by the owner on Jul 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
66 lines (66 loc) · 1.68 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
{
"name": "sosialhjelp-veiviser",
"version": "2.0.0",
"description": "Veiviser for økonomisk sosialhjelp",
"keywords": [],
"main": "src/index.tsx",
"author": "NAV",
"license": "MIT",
"private": true,
"homepage": "https://www.nav.no/sosialhjelp/",
"dependencies": {
"@navikt/ds-css": "^0.16.18",
"@navikt/ds-icons": "^0.8.9",
"@navikt/ds-react": "^0.17.21",
"@navikt/nav-dekoratoren-moduler": "^1.6.14",
"@portabletext/react": "^1.0.4",
"@sentry/nextjs": "^6.19.4",
"@u-wave/react-vimeo": "^0.9.5",
"amplitude-js": "^8.18.1",
"downshift": "^6.1.7",
"html-react-parser": "^1.4.10",
"jsdom": "^19.0.0",
"next": "^12.1.4",
"next-sanity": "^0.5.2",
"node-cache": "^5.1.2",
"react": "^17.0.2",
"react-collapse": "^5.1.1",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/amplitude-js": "^8.16.0",
"@types/node": "^16.11.26",
"@types/react": "^17.0.40",
"@types/react-collapse": "^5.0.1",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.24",
"babel-plugin-macros": "^3.1.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"prettier": "^2.6.1",
"typescript": "^4.6.3"
},
"scripts": {
"start": "next start -p 5000",
"build": "next build",
"dev": "next dev",
"prepare": "husky install"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"lint-staged": {
"*.{js,css,md}": "prettier --write"
}
}