-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
118 lines (118 loc) · 3.93 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "sen-react-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "concurrently \"npm run build-react && cd ./server && npm run start\"",
"start-linux-server": "cd ./server && npm run start-linux-server",
"dev": "concurrently \"vite --host\" \"cd ./server && npm run dev\"",
"dev-linux-server": "concurrently \"vite --host\" \"cd ./server && npm run dev-linux-server\"",
"dev-react": "vite --host",
"start-server": "cd ./server && npm run start",
"build-all": "concurrently \"npm run build\" \"cd ./server && npm run build\"",
"build-react-mobile": "NODE_OPTIONS='--max-old-space-size=4096' vite build",
"build-react": "vite build",
"build-server": "cd ./server && npm run build",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@huggingface/hub": "^0.12.3",
"@huggingface/inference": "^2.6.4",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"@mui/styled-engine-sc": "^6.0.0-alpha.6",
"@popperjs/core": "^2.11.8",
"@tauri-apps/api": "^1.5.2",
"@xenova/transformers": "^2.11.0",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"buffer": "^6.0.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"entities": "^4.5.0",
"exifr": "^7.1.3",
"express": "^4.18.2",
"handlebars": "^4.7.8",
"jsonwebtoken": "^9.0.2",
"jszip": "^3.10.1",
"llama-tokenizer-js": "^1.1.3",
"multer": "^1.4.5-lts.1",
"openai": "^4.24.1",
"pm2": "^5.3.0",
"png-chunk-text": "^1.0.0",
"png-chunks-encode": "^1.0.0",
"png-chunks-extract": "^1.0.0",
"react": "^18.2.0",
"react-animated-ellipsis": "^1.0.0",
"react-dom": "^18.2.0",
"react-event-hook": "^3.1.2",
"react-helmet-async": "^2.0.3",
"react-indexed-db-hook": "^1.0.14",
"react-router-dom": "^6.20.0",
"rwkv-cpp-node": "^2.0.5",
"simple-git": "^3.21.0",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"sqlite3": "^5.1.6",
"styled-components": "^6.1.1",
"theme-change": "^2.5.0",
"tw-elements": "^1.0.0",
"tw-elements-react": "^1.0.0-alpha2",
"yauzl": "^2.10.0"
},
"devDependencies": {
"@fontsource/roboto": "^5.0.8",
"@material-tailwind/react": "^2.1.4",
"@tailwindcss/typography": "^0.5.10",
"@tauri-apps/cli": "^1.5.8",
"@types/bcrypt": "^5.0.2",
"@types/cookie-parser": "^1.4.6",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.5",
"@types/jszip": "^3.4.1",
"@types/multer": "^1.4.11",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/yauzl": "^2.10.3",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"axios": "^1.6.2",
"concurrently": "^8.2.2",
"daisyui": "^4.4.10",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"flowbite": "^2.2.0",
"flowbite-react": "^0.7.0",
"flowbite-typography": "^1.0.3",
"lucide-react": "^0.293.0",
"nodemon": "^3.0.2",
"postcss": "^8.4.31",
"react-markdown": "^9.0.1",
"react-multi-carousel": "^2.8.4",
"react-select": "^5.8.0",
"react-switch": "^7.0.0",
"react-textarea-autosize": "^8.5.3",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"tailwindcss-textshadow": "^2.1.3",
"ts-node": "^10.9.2",
"tsc": "^2.0.4",
"tsc-watch": "^6.0.4",
"tslib": "^2.6.2",
"typescript": "^5.5.4",
"vite": "^5.0.0"
}
}