-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.8 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
{
"name": "tipsync",
"version": "1.0.0",
"description": "Welcome to the TipSync App! This web application is designed to streamline the shift management process and tip distribution for our team at Dudu Bar & Wine. Built with React, TypeScript, and Vite, this app enhances efficiency and ensures fair practices in employee compensation.",
"main": "index.js",
"type": "module",
"homepage": "https://dudubarwine.github.io/tipsync",
"scripts": {
"preview": "vite preview",
"dev": "vite --host",
"build": "tsc && vite build --mode production",
"test": "jest",
"publish": "npx gh-pages -d dist",
"format": "npx prettier --write .",
"lint:fix": "npx eslint ./src --fix"
},
"keywords": [
"bar",
"wine",
"shift management",
"tips calculation",
"employee tracking",
"react",
"typescript",
"web application"
],
"author": "Ilia Kamilov <iliakmlv@gmail.com> (https://github.com/IliaKamilov",
"license": "MIT",
"dependencies": {
"i18next": "^23.16.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-i18next": "^15.1.0",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-svgr": "^4.3.0"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@svgr/rollup": "^8.1.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/mocha": "^10.0.9",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^9.14.0",
"eslint-plugin-react": "^7.37.2",
"gh-pages": "^6.2.0",
"globals": "^15.11.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.0.0",
"typescript-eslint": "^8.12.2",
"vite": "^5.0.0",
"vite-plugin-test": "^0.0.5"
}
}