-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.22 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
{
"name": "@nottimtam/file-converter-gui",
"version": "1.1.0",
"type": "module",
"description": "Self-hostable GUI interface for @nottimtam/file-converter.",
"main": "server.js",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/NotTimTam/file-converter-gui.git"
},
"scripts": {
"dev": "npm i && npx nodemon server.js",
"build": "next build",
"start": "npm i && node server.js",
"lint": "next lint"
},
"keywords": [
"file-converter",
"file",
"conversion",
"module",
"express",
"api"
],
"author": "NotTimTam",
"license": "MIT",
"bugs": {
"url": "https://github.com/NotTimTam/file-converter-gui/issues"
},
"homepage": "https://github.com/NotTimTam/file-converter-gui#readme",
"dependencies": {
"@nottimtam/console.js": "^1.1.1",
"@nottimtam/file-converter": "1.2.19",
"@nottimtam/file-converter-core": "1.2.30",
"axios": "^1.7.7",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-rate-limit": "^7.4.0",
"flow.scss": "^1.0.72",
"lucide-react": "^0.438.0",
"mime-types": "^2.1.35",
"next": "^14.2.7",
"react": "^18",
"react-dom": "^18"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"sass": "^1.78.0"
}
}