-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.88 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.88 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
{
"name": "narrowcasting-client",
"version": "1.0.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.1",
"@giphy/js-fetch-api": "^5.7.0",
"@giphy/react-components": "^10.1.1",
"@hey-api/client-fetch": "^0.13.1",
"@tailwindcss/postcss": "^4.1.18",
"clsx": "^2.1.1",
"framer-motion": "^12.29.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-helmet": "^6.1.0",
"react-router-dom": "^7.12.0",
"react-scripts": "^5.0.1",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"styled-components": "^6.3.8",
"vite": "^7.3.1",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^6.0.4"
},
"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-react": "^2.4.0",
"@gewis/eslint-config-typescript": "^2.4.0",
"@gewis/prettier-config": "^2.2.2",
"@hey-api/openapi-ts": "^0.90.9",
"@types/node": "^25.0.10",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@types/react-helmet": "^6.1.11",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-swc": "^4.2.2",
"autoprefixer": "^10.4.23",
"eslint": "^9.39.2",
"husky": "^9.1.7",
"openapi-typescript-codegen": "^0.30.0",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"sass": "^1.93.2",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=22.0.0"
},
"packageManager": "yarn@4.12.0"
}