-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 3.28 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
{
"name": "meldingen-frontend",
"version": "0.0.0",
"description": "Frontends for the Signalen applications",
"author": "Gemeente Amsterdam",
"license": "EUPL-1.2",
"private": true,
"engines": {
"node": "^20",
"pnpm": "^9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amsterdam/meldingen-frontend.git"
},
"scripts": {
"build": "pnpm run /^build:/",
"build:admin": "pnpm -F=admin build",
"build:public": "pnpm -F=public build",
"dev": "pnpm run /^dev:/",
"dev:admin": "pnpm -F=admin dev",
"dev:public": "pnpm -F=public dev",
"generate-api-client": "openapi-ts",
"lint": "pnpm run /^lint:/ && npm run prettier && pnpm -r --no-bail lint && pnpm -r --no-bail typecheck",
"lint:css": "stylelint --allow-empty-input '**/*.{css,scss}'",
"lint:md": "markdownlint **/*.md --ignore node_modules",
"lint-fix": "pnpm run /^lint-fix:/ && npm run prettier-fix && pnpm -r --no-bail lint --fix && pnpm -r --no-bail typecheck",
"lint-fix:css": "stylelint --fix '**/*.{css,scss}'",
"lint-fix:md": "markdownlint --fix **/*.md",
"prepare": "husky",
"prettier": "prettier --check .",
"prettier-fix": "prettier --write .",
"test": "pnpm -r --no-bail test",
"test:watch": "pnpm -r --no-bail test:watch",
"update-minor": "npm-check-updates --target minor --upgrade && pnpm install"
},
"dependencies": {
"@amsterdam/design-system-assets": "0.2.2",
"@amsterdam/design-system-css": "0.13.1",
"@amsterdam/design-system-react": "0.13.1",
"@amsterdam/design-system-react-icons": "0.1.13",
"@amsterdam/design-system-tokens": "0.13.0",
"@formio/react": "5.3.0",
"formiojs": "4.21.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"tslib": "2.8.1"
},
"devDependencies": {
"@hey-api/openapi-ts": "0.62.3",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/node": "22.10.10",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "1.6.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prefer-arrow-functions": "3.6.2",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "9.1.7",
"jsdom": "26.0.0",
"jsonc-eslint-parser": "2.4.0",
"lint-staged": "15.4.3",
"markdownlint-cli": "0.44.0",
"msw": "2.7.0",
"npm-check-updates": "17.1.14",
"prettier": "3.4.2",
"stylelint": "16.14.0",
"stylelint-config-css-modules": "4.4.0",
"stylelint-config-standard": "37.0.0",
"stylelint-order": "6.0.4",
"stylelint-value-no-unknown-custom-properties": "6.0.1",
"tsc-files": "1.1.4",
"typescript": "5.7.3",
"vite-tsconfig-paths": "5.1.4",
"vitest": "1.6.0"
},
"pnpm": {
"overrides": {
"webpack@>=5.0.0-alpha.0 <5.94.0": ">=5.94.0"
}
},
"packageManager": "pnpm@9.15.3+sha256.c1da43727ccbc1ed42aff4fd6bdb4b1e91e65a818e6efff5b240fbf070ba4eaf"
}