-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.34 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
{
"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}' './functions/src/**/*.{js,ts}'",
"lint-win": "eslint src/ functions/"
},
"dependencies": {
"@gmurph91/react-textfit": "^1.1.4",
"@microsoft/signalr": "^7.0.7",
"@preact/preset-vite": "^2.5.0",
"@react-spring/web": "^9.7.3",
"color": "^4.2.3",
"firebase": "^10.0.0",
"js-cookie": "^3.0.1",
"milligram": "^1.4.1",
"preact": "^10.3.1",
"preact-cli": "^3.4.3",
"preact-iso": "^2.3.1",
"preact-render-to-string": "^5.1.4",
"preact-router": "^4.1.0",
"react-error-boundary": "^4.0.1",
"styled-components": "^5.3.11",
"vite": "^4.4.1"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx-source": "^7.22.5",
"@types/color": "^3.0.3",
"@types/js-cookie": "^3.0.3",
"@types/react": "^18.2.14",
"@types/react-textfit": "^1.1.4",
"@types/styled-components": "^5.1.26",
"babel-plugin-module-resolver": "^5.0.0",
"dotenv-webpack": "^7.1.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^16.1.1",
"sass": "^1.49.9",
"sass-loader": "^10.2.1",
"typescript": "^4.6.3"
}
}