-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "gy-store-og",
"private": true,
"version": "Beta_1.2.0",
"type": "module",
"scripts": {
"dev": "nodemon src/server/server.js -w src/server",
"start": "dotenv -e .env.production pm2 start ecosystem.config.cjs server && pm2 logs",
"stop": "pm2 stop ecosystem.config.cjs",
"off": "pm2 delete ecosystem.config.cjs",
"build": "vite build"
},
"dependencies": {
"axios": "^1.7.9",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.7",
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"dotenv-cli": "^8.0.0",
"element-plus": "^2.9.1",
"express": "^4.18.2",
"formidable": "^3.5.2",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.10.0",
"pinia": "^2.3.1",
"pinyin-pro": "^3.26.0",
"pm2": "^5.4.3",
"print-js": "^1.6.0",
"scribe.js-ocr": "^0.6.1",
"sqlite3": "^5.1.7",
"vite-express": "*",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"nodemon": "^3.0.1",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^5.0.2"
}
}