-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 4.62 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "su-se-framover",
"version": "1.0.0",
"private": true,
"description": "Frontend for saksbehandlingsstøtteverktøy for supplerende stønad",
"browserslist": [
"> 0.25%, last 2 versions, not dead"
],
"type": "module",
"scripts": {
"dev": "vite",
"eslint": "eslint src scripts --ext .tsx,.ts --report-unused-disable-directives",
"lint": "npm run eslint",
"preview": "vite preview",
"postinstall": "cd server && npm ci",
"start": "NODE_ENV=development nodemon --background && vite",
"test": "jest --passWithNoTests",
"build": "npm run clean:dist && npm run build:client && npm run build:server && npm run build:scripts",
"build:server": "npm run build --prefix ./server",
"build:client": "SENTRY_RELEASE=$(git rev-parse --short HEAD) tsc && vite build",
"build:scripts": "tsc --project ./scripts/tsconfig.scripts.json",
"sentry-release": "SENTRY_RELEASE=$(git rev-parse --short HEAD) node scripts/dist/sentry-release",
"lint-and-typecheck": "npm run lint && npm run typecheck",
"typecheck": "tsc --project tsconfig.json --noEmit && tsc --project server/tsconfig.json --noEmit && tsc --project scripts/tsconfig.scripts.json --noEmit",
"tdd": "jest --watch",
"clean:dist": "rimraf dist",
"prettier": "prettier --write src server scripts",
"prepare": "npx husky install",
"tsc:watch": "tsc --watch --preserveWatchOutput"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --cache --fix",
"*.{js,jsx,ts,tsx,md,html,css,less}": "prettier --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/navikt/su-se-framover.git"
},
"author": "supstonad",
"license": "MIT",
"engines": {
"node": ">=20",
"npm": ">=10"
},
"bugs": {
"url": "https://github.com/navikt/su-se-framover/issues"
},
"homepage": "https://github.com/navikt/su-se-framover#readme",
"dependencies": {
"@devexperts/remote-data-ts": "2.1.1",
"@formatjs/intl-datetimeformat": "6.12.5",
"@formatjs/intl-numberformat": "8.10.3",
"@hookform/resolvers": "3.1.0",
"@navikt/aksel-icons": "7.2.1",
"@navikt/ds-css": "7.2.1",
"@navikt/ds-react": "7.2.1",
"@reduxjs/toolkit": "2.2.7",
"@sentry/browser": "7.119.1",
"@sentry/cli": "2.32.1",
"@types/jest": "29.5.12",
"amplitude-js": "8.21.9",
"autoprefixer": "10.4.19",
"classnames": "2.5.1",
"core-js": "3.37.1",
"country-data-list": "1.3.4",
"date-fns": "3.6.0",
"dayjs": "1.11.11",
"fp-ts": "2.16.9",
"io-ts": "2.2.21",
"io-ts-types": "0.5.19",
"lodash.debounce": "4.0.8",
"lodash.isequal": "4.5.0",
"lodash.throttle": "4.1.1",
"process": "0.11.10",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.52.2",
"react-intl": "6.6.8",
"react-modal": "3.16.1",
"react-redux": "9.1.2",
"react-router-dom": "6.26.1",
"redux": "5.0.1",
"redux-thunk": "3.1.0",
"regenerator-runtime": "0.14.1",
"reset-css": "5.0.2",
"ts-node": "10.9.2",
"uuid": "10.0.0",
"yup": "0.29.3"
},
"devDependencies": {
"@testing-library/react": "16.0.0",
"@types/amplitude-js": "8.16.5",
"@types/lodash.debounce": "4.0.9",
"@types/lodash.isequal": "4.5.8",
"@types/react": "18.3.3",
"@types/react-router-dom": "5.3.3",
"@types/uuid": "10.0.0",
"@types/yup": "0.29.13",
"@typescript-eslint/eslint-plugin": "7.0.0",
"@typescript-eslint/parser": "6.19.1",
"@vitejs/plugin-react": "4.3.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.1",
"husky": "9.1.6",
"jest": "29.7.0",
"less": "4.2.0",
"lint-staged": "15.2.9",
"mkdirp": "3.0.1",
"nodemon": "3.1.7",
"path-browserify": "1.0.1",
"prettier": "3.3.2",
"react-test-renderer": "18.3.1",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"tsx": "4.17.0",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite-tsconfig-paths": "4.3.2"
},
"overrides": {
"yaml@<2.2.2": "2.2.2"
}
}