-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
161 lines (161 loc) · 5.91 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "ehoks-ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start:virkailija": "npm run start --prefix virkailija",
"lint:virkailija": "eslint --ext=jsx,ts,tsx virkailija/src",
"test:virkailija": "npm run test --prefix virkailija",
"build:virkailija": "npm run build --prefix virkailija",
"start:oppija": "npm run start --prefix oppija",
"lint:oppija": "eslint --ext=jsx,ts,tsx oppija/src",
"test:oppija": "npm run test --prefix oppija",
"build:oppija": "npm run build --prefix oppija",
"lint:shared": "eslint --ext=jsx,ts,tsx shared",
"start:tyopaikantoimija": "npm run start --prefix tyopaikantoimija",
"lint:tyopaikantoimija": "eslint --ext=jsx,ts,tsx tyopaikantoimija/src",
"test:tyopaikantoimija": "npm run test --prefix tyopaikantoimija",
"build:tyopaikantoimija": "npm run build --prefix tyopaikantoimija",
"lint": "npm-run-all lint:virkailija lint:oppija lint:shared lint:tyopaikantoimija",
"lint:fix": "npm-run-all \"lint:virkailija -- --fix\" \"lint:oppija -- --fix\" \"lint:shared -- --fix\" \"lint:tyopaikantoimija -- --fix\"",
"test": "npm-run-all test:*",
"styleguide": "styleguidist server --config shared/styleguide/styleguide.config.js",
"prettier:check": "prettier --parser typescript --list-different \"{oppija,virkailija,shared,tyopaikantoimija}/**/*.{ts,tsx}\"",
"prettier:fix": "prettier --parser typescript --write \"{oppija,virkailija,shared}/**/*.{ts,tsx}\"",
"prettier:staged": "prettier --parser typescript --write",
"prepush:virkailija": "npm run prepush --prefix virkailija",
"prepush:oppija": "npm run prepush --prefix oppija",
"prepush:tyopaikantoimija": "npm run prepush --prefix tyopaikantoimija",
"prepush": "npm-run-all prepush:*",
"ci": "npm-run-all prettier:check lint test:* build:*"
},
"private": true,
"license": "",
"devDependencies": {
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^9.5.0",
"@types/jest": "^27.4.0",
"@types/lodash.camelcase": "^4.3.6",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.drop": "^4.1.6",
"@types/lodash.flattendeep": "^4.4.6",
"@types/lodash.kebabcase": "^4.1.6",
"@types/lodash.range": "^3.2.6",
"@types/lodash.slice": "^4.2.6",
"@types/lodash.take": "^4.1.6",
"@types/react": "^16.9.41",
"@types/react-bootstrap-typeahead": "^3.4.6",
"@types/react-dom": "^16.9.8",
"@types/react-intl": "^2.3.18",
"@types/react-jsonschema-form": "^1.7.8",
"@types/react-responsive": "^8.0.2",
"@types/react-swipeable-views": "^0.13.0",
"@types/react-test-renderer": "^16.9.2",
"@types/styled-components": "^5.1.0",
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"css-loader": "^6.7.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prefer-arrow": "^1.2.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.5",
"file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^4.1.0",
"husky": "^4.3.8",
"jest": "^27.4.7",
"jest-styled-components": "^7.0.8",
"lint-staged": "^10.2.11",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"react-axe": "^3.5.3",
"react-docgen-typescript": "1.18.0",
"react-styleguidist": "^12.0.0",
"react-test-renderer": "^16.13.0",
"source-map-loader": "^1.0.1",
"style-loader": "^1.2.1",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.6",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^4.5.5",
"typescript-plugin-styled-components": "^2.0.0",
"typescript-react-intl": "^0.3.0",
"url-loader": "^4.1.0",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.11.0"
},
"dependencies": {
"@formatjs/intl-relativetimeformat": "^11.2.12",
"@opetushallitus/virkailija-ui-components": "^0.4.7",
"@rjsf/core": "^5.17.0",
"@rjsf/utils": "^5.18.3",
"@rjsf/validator-ajv8": "^5.17.0",
"@types/lodash.find": "^4.6.7",
"@types/lodash.get": "^4.4.7",
"@types/lodash.max": "^4.0.7",
"@types/lodash.maxby": "^4.6.7",
"@types/lodash.min": "^4.0.7",
"@types/lodash.partition": "^4.6.7",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-modal": "^3.13.1",
"@types/react-table": "^7.7.19",
"core-js": "^3.35.1",
"date-fns": "^2.29.3",
"lodash.camelcase": "^4.3.0",
"lodash.debounce": "^4.0.8",
"lodash.drop": "^4.1.1",
"lodash.find": "^4.6.0",
"lodash.flattendeep": "^4.4.0",
"lodash.get": "^4.4.2",
"lodash.kebabcase": "^4.1.1",
"lodash.max": "^4.0.1",
"lodash.maxby": "^4.6.0",
"lodash.min": "^4.0.1",
"lodash.partition": "^4.6.0",
"lodash.range": "^3.2.0",
"lodash.slice": "^4.2.0",
"lodash.take": "^4.1.1",
"map-obj": "^4.3.0",
"mobx": "^6.12.0",
"mobx-react": "^9.1.0",
"mobx-state-tree": "^5.0.1",
"promise-polyfill": "^8.3.0",
"query-string": "^6.14.1",
"react": "^16.14.0",
"react-bootstrap-typeahead": "^5.2.2",
"react-circular-progressbar": "^2.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^16.14.0",
"react-icons": "^3.11.0",
"react-intl": "^6.6.2",
"react-modal": "^3.16.1",
"react-responsive": "^8.2.0",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-swipeable-views": "^0.14.0",
"react-table": "^7.8.0",
"react-table-scrollbar": "^0.1.11",
"reactjs-popup": "^2.0.5",
"styled-components": "^5.3.5",
"use-onclickoutside": "^0.4.1",
"whatwg-fetch": "^3.6.20"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "npm run prepush"
}
},
"lint-staged": {
"*.{ts,tsx}": "npm run prettier:staged --"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
}
}