forked from InseeFr/Bauhaus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.12 KB
/
Copy pathpackage.json
File metadata and controls
110 lines (110 loc) · 3.12 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "bauhaus",
"version": "4.20.3",
"type": "module",
"description": "Web application for the management of concepts, classifications and other statistical objects",
"repository": {
"type": "git",
"url": "https://github.com/InseeFr/Bauhaus"
},
"license": "MIT",
"author": "INSEE (http://www.insee.fr)",
"private": true,
"scripts": {
"lint": "oxlint -c oxlint.json && npx stylelint \"src/**/*.css\"",
"test": "vitest",
"test:coverage": "cross-env CI=true vitest run --coverage",
"start": "vite",
"build": "vite build && pnpm create-zip",
"create-zip": "cd build && bestzip build.zip *",
"knip": "knip",
"pre-push": "pnpm format:check && pnpm lint && pnpm knip && pnpm test:coverage -- --allowOnly false",
"prepare": "husky",
"_format": "oxfmt src",
"format": "pnpm _format",
"format:check": "pnpm _format --check",
"typecheck": "tsc --noEmit"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"pnpm": {
"overrides": {
"react": "18.3.1",
"react-dom": "18.3.1",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"loader-utils": "2.0.4",
"shell-quote": "1.8.1"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"core-js",
"esbuild",
"sharp",
"@oxlint/darwin-universal"
]
},
"devDependencies": {
"@tanstack/react-devtools": "^0.9.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.9.0",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-istanbul": "^4.1.8",
"bestzip": "^2.2.5",
"cross-env": "^7.0.3",
"happy-dom": "^20.9.0",
"husky": "^9.1.6",
"knip": "^6.5.0",
"oxfmt": "^0.53.0",
"oxlint": "^1.24.0",
"playwright": "^1.55.1",
"react-app-polyfill": "^3.0.0",
"sass": "^1.80.6",
"stylelint": "^16.26.1",
"stylelint-config-standard": "^36.0.1",
"vite": "^8.0.16",
"vite-envs": "^4.6.2",
"vitest": "^4.1.9"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@tanstack/react-query": "^5.59.20",
"@textlint/markdown-to-ast": "^15.2.2",
"@uiw/react-md-editor": "^4.0.11",
"dayjs": "^1.11.6",
"dompurify": "3.3.1",
"draft-js": "0.11.7",
"draft-js-export-html": "1.4.1",
"draft-js-import-html": "1.2.1",
"file-saver": "1.3.3",
"highlight.js": "^11.11.1",
"i18next": "^25.5.3",
"oidc-spa": "^5.3.0",
"openapi-typescript": "^7.13.0",
"primeflex": "^4.0.0",
"primeicons": "^7.0.0",
"primereact": "^10.9.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-draft-wysiwyg": "1.15.0",
"react-dropzone": "11.0.1",
"react-i18next": "^16.0.0",
"react-modal": "^3.14.4",
"react-router-dom": "6.27.0",
"react-sliding-side-panel": "1.1.8",
"typescript": "5.7.3",
"zod": "^4.3.6"
}
}