-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.42 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.42 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
{
"private": true,
"name": "fim-queueing",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "vite build",
"serve": "sirv build --port 8080 --cors --single",
"dev": "vite",
"lint": "eslint './src/**/*.{js,jsx,ts,tsx}'",
"lint-win": "eslint src/ functions/"
},
"dependencies": {
"@gmurph91/react-textfit": "^1.1.4",
"@microsoft/signalr": "^10.0.0",
"@preact/preset-vite": "^2.5.0",
"@react-spring/web": "^10.0.3",
"color": "^5.0.3",
"firebase": "^12.9.0",
"js-cookie": "^3.0.1",
"milligram": "^1.4.1",
"motion": "^12.38.0",
"preact": "^10.3.1",
"preact-iso": "^2.3.1",
"preact-router": "^4.1.0",
"react-error-boundary": "^6.1.1",
"styled-components": "^6.3.11",
"vite": "^7.3.1"
},
"devDependencies": {
"@types/color": "^4.2.0",
"@types/js-cookie": "^3.0.3",
"@types/react": "^19.2.14",
"@types/react-textfit": "^1.1.4",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"sass": "^1.49.9",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.30.2"
}