-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
55 lines (55 loc) · 1.5 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
55
{
"name": "vreiheit-discord",
"version": "0.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "tsup --watch",
"client:dev": "vite",
"client:build": "vite build",
"build": "tsup",
"start": "node dist/server/main.js",
"lint": "eslint --ext .ts,.tsx",
"lint:fix": "eslint --fix --ext .ts,.tsx"
},
"keywords": [],
"author": "Nora Reichwald <[email protected]> (https://reichwald.me/)",
"license": "MIT",
"url": "https://reichwald.me/",
"devDependencies": {
"@swc/core": "^1.3.32",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"esbuild-plugin-eslint": "^0.1.1",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss-import": "^15.1.0",
"prettier": "^2.8.3",
"sanitize.css": "^13.0.0",
"tailwindcss": "^3.2.6",
"tslib": "^2.5.0",
"tsup": "^6.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vite-plugin-fantasticon": "^1.4.1",
"vite-tsconfig-paths": "^4.0.5"
},
"dependencies": {
"diff": "^5.1.0",
"discord.js": "^14.8.0",
"discord.tsx": "^3.0.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"pg": "^8.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"text-diff": "^1.0.1",
"typeorm": "^0.3.11"
}
}