-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
111 lines (111 loc) · 3.15 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
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "effekt-admin",
"version": "0.1.0",
"private": true,
"homepage": "https://admin.gieffektivt.no/",
"resolutions": {
"browserslist": "4.6.2",
"caniuse-lite": "1.0.30000974"
},
"dependencies": {
"@auth0/auth0-react": "^1.10.1",
"@navikt/fnrvalidator": "^1.3.0",
"@redux-devtools/extension": "^3.1.0",
"chart.js": "^4.0.0",
"chartjs-plugin-datalabels": "^2.2.0",
"d3-array": "^2.8.0",
"d3-format": "^1.4.5",
"d3-scale": "^4.0.2",
"decimal.js": "^10.2.1",
"google-palette": "^1.1.0",
"histoslider": "^2.0.16",
"luxon": "^1.25.0",
"organisationsnummer": "^1.2.0",
"personnummer": "^3.2.1",
"query-string": "^6.13.7",
"react": "^16.14.0",
"react-awesome-modal": "^2.0.5",
"react-breadcrumbs-dynamic": "^1.2.1",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^2.16.0",
"react-dom": "^16.14.0",
"react-feather": "^2.0.9",
"react-json-tree": "^0.15.2",
"react-loader-spinner": "^5.1.0",
"react-loading-skeleton": "^3.0.1",
"react-range": "^1.8.7",
"react-redux": "^7.2.2",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-scripts": "^5.0.0",
"react-select": "^3.1.1",
"react-table": "^6.11.5",
"react-toastify": "^5.5.0",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"shortid": "^2.2.8",
"styled-components": "^5.0.0",
"typescript": "^4.6.0",
"typescript-fsa": "^3.0.0",
"validator": "^13.7.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"typecheck": "tsc --noEmit",
"test": "",
"eject": "react-scripts eject",
"format": "prettier --write \"./**/*{js,ts,jsx,tsx,json,md,css,scss,yml,yaml}\"",
"prepare": "husky install"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@redux-devtools/extension": "^3.1.0",
"@types/jest": "24.0.15",
"@types/luxon": "^1.25.0",
"@types/node": "12.0.8",
"@types/react": "^16.14.2",
"@types/react-datepicker": "^2.11.1",
"@types/react-dom": "^16.9.10",
"@types/react-redux": "^7.1.22",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/react-select": "^3.0.26",
"@types/react-table": "^6.8.7",
"@types/react-toastify": "^4.1.0",
"@types/shortid": "0.0.29",
"@types/styled-components": "^5.1.21",
"@types/validator": "^13.7.1",
"husky": "^8.0.3",
"jest-localstorage-mock": "^2.4.3",
"lint-staged": "^13.2.2",
"prettier": "^2.4.1",
"typescript": "^4.6.0"
},
"overrides": {
"nth-check": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
"postcss": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
"d3-array": "^2.8.0",
"d3-format": "^1.4.5",
"d3-scale": "^4.0.2",
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"lint-staged": {
"*{js,ts,jsx,tsx,json,md,css,scss,yml,yaml}": "prettier --write"
}
}