-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
118 lines (118 loc) · 3.58 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
{
"name": "helerm-ui",
"version": "1.2.2",
"description": "UI for Helsinki Electronic Records Management Classification System",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/City-of-Helsinki/helerm-ui.git"
},
"author": "City of Helsinki",
"license": "MIT",
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@fortawesome/fontawesome-free": "^6.3.0",
"@reduxjs/toolkit": "^1.9.7",
"@sentry/react": "^8.26.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^12.1.4",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"bootstrap-sass": "^3.4.1",
"classnames": "^2.3.2",
"connected-react-router": "^6.9.3",
"date-fns": "^2.29.3",
"deep-freeze": "^0.0.1",
"defiant.js": "1.4.5",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.18.0",
"eslint-plugin-vitest-globals": "^1.4.0",
"exceljs": "^4.4.0",
"fast-text-encoding": "^1.0.6",
"gzipper": "^7.2.0",
"hds-core": "^3.8.0",
"hds-design-tokens": "^3.8.0",
"hds-react": "^3.8.0",
"history": "^4.10.1",
"immutability-helper": "^3.1.1",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"nested-objects": "0.0.2",
"normalizr": "^3.6.2",
"prettier": "^2.8.4",
"prop-types": "^15.8.1",
"raw.macro": "^0.4.2",
"react": "^17.0.1",
"react-app-polyfill": "^2.0.0",
"react-datepicker": "^3.3.0",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^17.0.1",
"react-markdown": "^5.0.3",
"react-redux": "^7.2.2",
"react-redux-toastr": "^7.6.5",
"react-router-dom": "^6.26.2",
"react-select": "^3.1.1",
"react-sticky-el": "^2.0.5",
"redux-actions": "^2.6.5",
"redux-thunk": "^2.3.0",
"remark-gfm": "^1.0.0",
"sass": "^1.79.4",
"vite": "^5.4.6",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^2.1.1"
},
"scripts": {
"start": "vite",
"compress": "gzipper compress ./build",
"build": "vite build",
"serve": "vite preview",
"test": "vitest",
"ci": "yarn test run --coverage --watch=false",
"lint": "yarn eslint \"src/**/*.{js,jsx}\"",
"postinstall": "if test \"$NODE_ENV\" != \"production\" ; then husky install ; fi",
"test:e2e:install": "yarn playwright install",
"test:e2e:ci": "npx playwright test",
"test:e2e:start": "npx playwright test",
"test:e2e:record": "npx playwright codegen https://tiedonohjaus-ui.dev.hel.ninja/"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"ie 11"
]
},
"resolutions": {
"postcss-custom-properties": "^13.1.3",
"react-refresh": "^0.11.0",
"rollup": "^4.22.4"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@playwright/test": "^1.40.1",
"@types/node": "^18.19.3",
"@vitest/coverage-istanbul": "^2.0.5",
"eslint": "^8.55.0",
"husky": "^8.0.3",
"jsdom": "^24.1.0",
"redux-mock-store": "^1.5.4"
}
}