forked from Stoccoin-Official/Stoccoin-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 999 Bytes
/
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
{
"name": "stoccoin-website",
"version": "1.0.0",
"description": "Welcome to Stoccoin's GitHub repository! Here, you'll find all the code and resources needed to build and deploy our user-friendly news, trading platform for stocks and cryptocurrencies.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Stoccoin-Official/Stoccoin-Website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Stoccoin-Official/Stoccoin-Website/issues"
},
"homepage": "https://github.com/Stoccoin-Official/Stoccoin-Website#readme",
"dependencies": {
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"bootstrap": "^5.3.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.13.0"
}
}