-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
81 lines (81 loc) · 2.54 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
{
"name": "va",
"version": "1.0.0",
"description": "OPH Valtionavustukset",
"license": "EUPL-1.1",
"repository": {
"type": "git",
"url": "https://github.com/Opetushallitus/valtionavustus.git"
},
"overrides": {
"babel-loader": {
"loader-utils": "^3.0.0"
}
},
"dependencies": {
"@reduxjs/toolkit": "^2.0.0",
"axios": "^1.0.0",
"baconjs": "3.0.19",
"big.js": "^6.1.1",
"classnames": "^2.1.3",
"formik": "^2.2.9",
"lodash": "^4.17.21",
"moment": "^2.29.2",
"moment-timezone": "^0.5.35",
"oph-virkailija-style-guide": "github:Opetushallitus/virkailija-styles",
"query-string": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.1",
"react-focus-lock": "^2.9.1",
"react-redux": "^9.0.0",
"react-router-dom": "^6.9.0",
"react-select": "^5.4.0",
"react-transition-group": "^4.4.2",
"react-widgets": "^5.8.4",
"react-widgets-moment": "^5.0.20",
"route-parser": "^0.0.5",
"seamless-immutable": "^7.1.4",
"speakingurl": "^14.0.0",
"yup": "^0.29.3"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@playwright/test": "1.48.2",
"@types/big.js": "6.2.2",
"@types/chai": "5.0.1",
"@types/lodash": "4.17.13",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/seamless-immutable": "7.1.19",
"@types/yup": "0.29.14",
"babel-loader": "9.2.1",
"babel-plugin-webpack-alias-7": "0.1.1",
"css-loader": "7.1.2",
"fork-ts-checker-webpack-plugin": "9.0.2",
"less": "4.2.0",
"less-loader": "12.2.0",
"pdfjs-dist": "^3.7.107",
"prettier": "3.3.3",
"style-loader": "4.0.0",
"ts-loader": "9.5.1",
"typescript": "5.6.3",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
},
"private": false,
"scripts": {
"playwright:test": "playwright test --config=playwright/playwright.config.ts --project=Default",
"playwright:smoketest-qa": "playwright test --config=playwright/playwright.config.ts --project=smoke-test-qa",
"playwright:smoketest-prod": "playwright test --config=playwright/playwright.config.ts --project=smoke-test-prod",
"build": "webpack --progress",
"build-production": "NODE_ENV=production npm run build",
"build-watch": "webpack --progress --watch",
"prettier-check-project": "prettier --check .",
"prettier-fix": "prettier --write ."
}
}