-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.73 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
{
"name": "narrowcasting-client",
"version": "1.0.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@giphy/js-fetch-api": "^5.6.0",
"@giphy/react-components": "^9.7.1",
"@hey-api/client-fetch": "^0.4.2",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.27.0",
"react-scripts": "^5.0.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"styled-components": "^6.1.13",
"vite": "^5.4.10",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.0.1"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"serve": "vite preview",
"lint": "eslint src --max-warnings=1",
"lint-fix": "eslint src --fix",
"format": "prettier --ignore-path .gitignore --check ./src/",
"format-fix": "prettier --ignore-path .gitignore --write ./src/",
"gen-client": "openapi-ts",
"prepare": "husky"
},
"devDependencies": {
"@gewis/eslint-config": "github:GEWIS/eslint-config#v2.0.0",
"@types/node": "^22.8.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-helmet": "^6.1.11",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"husky": "^9.1.6",
"openapi-typescript-codegen": "^0.29.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"sass": "^1.80.6",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"engines": {
"node": ">=22.0.0"
},
"packageManager": "yarn@1.22.22"
}