-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.3 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
{
"author": "Iron-E",
"bugs": {
"url": "https://github.com/Iron-E/winvoice-gui/issues"
},
"description": "A WIP front-end for https://github.com/Iron-E/winvoice-server, written in TypeScript with React. It allows graphical management of invoices for any number of clients.",
"dependencies": {
"@heroicons/react": "^2.0.18",
"@types/node": "20.4.5",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"next": "^13.5.4",
"parse-duration": "^1.1.0",
"postcss": "^8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"homepage": "https://github.com/Iron-E/winvoice-gui#readme",
"keywords": [
"invoice",
"client",
"winvoice",
"invoice-generator",
"gui"
],
"license": "GPL-3.0",
"main": "./out/app/index.js",
"name": "winvoice-gui",
"repository": {
"type": "git",
"url": "git+https://github.com/Iron-E/winvoice-gui.git"
},
"scripts": {
"build": "next build",
"check": "tsc -b -v",
"clean": "tsc -b --clean",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"test": "jest"
},
"version": "0.2.0"
}