This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.61 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
{
"name": "rekrutteringsbistand-container",
"version": "0.1.0",
"private": true,
"homepage": "/",
"scripts": {
"start": "cross-env VITE_MOCK=true vite",
"build": "vite build",
"test": "jest src",
"prepare": "husky install"
},
"dependencies": {
"@navikt/ds-css": "^4.4.0",
"@navikt/ds-react": "^4.4.0",
"@navikt/navspa": "^6.0.1",
"@vitejs/plugin-react": "^4.0.1",
"amplitude-js": "^8.21.9",
"cross-env": "^7.0.3",
"history": "^5.3.0",
"jest": "^29.5.0",
"loadjs": "^4.2.0",
"os": "^0.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.0",
"ts-jest": "^29.1.0",
"vite": "^4.3.9",
"vite-plugin-svgr": "^3.2.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/amplitude-js": "^8.16.2",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/loadjs": "^4.0.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-router-dom": "^5.3.3",
"eslint-config-prettier": "^8.8.0",
"fetch-mock": "^9.11.0",
"http-proxy-middleware": "^2.0.4",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"typescript": "^5.1.3"
},
"eslintConfig": {
"extends": [
"react-app",
"prettier"
]
},
"prettier": {
"tabWidth": 4,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 100
}
}