forked from hoangsonww/StudySync-Study-Buddy-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.31 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
{
"name": "studysync-app",
"version": "1.0.0",
"description": "StudySync is a suite of tools that help students study more effectively.",
"main": "index.js",
"scripts": {
"start": "cd frontend/study-sync-app && npm run serve",
"dev": "cd frontend/study-sync-app && npm run serve",
"format": "prettier --write .",
"test": "cd frontend/study-sync-app && npm run serve",
"frontend": "cd frontend/study-sync-app && npm run serve",
"backend": "cd backend && npm start"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/hoangsonww/StudySync-Study-Buddy-App.git"
},
"keywords": [
"StudySync",
"Study Buddy",
"Study App",
"Study Tools"
],
"author": "Son Nguyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoangsonww/StudySync-Study-Buddy-App.git/issues",
"email": "[email protected]"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@vue/cli-service": "^5.0.8",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.8.1",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
}
}