-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.9 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.9 KB
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
{
"name": "access-finland",
"private": true,
"scripts": {
"build": "turbo run build",
"build:features": "turbo run build --filter=af-features",
"build:mvp": "turbo run build --filter=af-mvp",
"start": "turbo run start",
"start:mvp": "turbo run start --filter=af-mvp",
"test": "turbo run test",
"test:watch": "turbo run test:watch",
"test:ci": "turbo run test:ci",
"test:mvp": "turbo run test --filter=af-mvp",
"test:mvp:ci": "turbo run test:ci --filter=af-mvp",
"test:features": "turbo run test --filter=af-features",
"test:features:ci": "turbo run test:ci --filter=af-features",
"dev": "turbo run dev",
"dev:mvp": "turbo run dev --filter=af-mvp",
"dev:features": "turbo run dev --filter=af-features",
"lint": "turbo run lint",
"clean": "turbo run clean",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"postinstall": "patch-package"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@next/bundle-analyzer": "^13.3.4",
"@tanstack/react-query": "^4.29.5",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.get": "^4.4.7",
"@types/lodash.groupby": "^4.6.7",
"@types/lodash.merge": "^4.6.7",
"@types/react-highlight-words": "^0.16.4",
"@types/styled-components": "^5.1.26",
"axios": "^1.6.0",
"cookie": "^0.5.0",
"date-fns": "^2.29.3",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.groupby": "^4.6.0",
"next": "latest",
"next-image-export-optimizer": "^1.8.0",
"next-safe": "^3.4.1",
"pdfjs-dist": "^3.5.141",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-focus-lock": "^2.9.4",
"react-highlight-words": "^0.20.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-otp-input": "^3.1.1",
"react-phone-number-input": "^3.2.20",
"react-toastify": "^9.1.2",
"rtf.js": "^3.0.9",
"sharp": "^0.32.0",
"styled-components": "^5.3.10",
"suomifi-ui-components": "^11.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@axe-core/react": "^4.7.2",
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/testing-library__jest-dom": "^5.14.7",
"@types/uuid": "^9.0.7",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-dynamic-import": "^2.1.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^7.32.0",
"eslint-config-custom": "*",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"jest-next-dynamic": "^1.0.1",
"msw": "^1.2.1",
"next-router-mock": "^0.9.3",
"patch-package": "^7.0.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.11",
"serve": "^14.2.0",
"turbo": "^1.12.3"
},
"packageManager": "npm@8.19.3",
"workspaces": [
"apps/*",
"packages/*"
]
}