generated from garronej/keycloakify-demo-app
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
81 lines (81 loc) · 2.36 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
{
"homepage": "https://www.sspcloud.fr",
"name": "www.sspcloud.fr",
"private": true,
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/garronej/keycloakify-demo-app.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build && hack-gh-pages src/router.ts",
"lint": "eslint .",
"preview": "vite preview",
"_format": "prettier '**/*.{ts,tsx,json,md}'",
"format": "npm run _format -- --write",
"format:check": "npm run _format -- --list-different"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged -v"
}
},
"lint-staged": {
"*.{ts,tsx,json,md}": [
"prettier --write"
]
},
"author": "u/thierryw & u/marchufschmitt & u/garronej",
"license": "MIT",
"keywords": [
"sspcloud",
"onyxia",
"R",
"insee"
],
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.7",
"@mui/material": "^6.1.7",
"github-pages-plugin-for-type-route": "^2.0.5",
"evt": "^2.5.7",
"gitlanding": "^2.1.0",
"onyxia-ui": "^6.0.1",
"i18nifty": "^3.2.2",
"js-yaml": "^4.1.0",
"memoizee": "^0.4.17",
"moment": "^2.30.1",
"powerhooks": "^1.0.18",
"react-async-hook": "^4.0.0",
"tsafe": "^1.8.4",
"tss-react": "^4.9.13",
"type-route": "^1.1.0",
"vite-tsconfig-paths": "^5.0.1"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1",
"@types/js-yaml": "^4.0.9",
"@types/memoizee": "^0.4.11",
"@types/node": "^22.5.5",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-tss-unused-classes": "^1.0.3",
"prettier": "^3.3.3",
"tsx": "^4.19.2",
"husky": "^4.3.8",
"lint-staged": "^11.1.1"
}
}