-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 806 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 806 Bytes
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
{
"name": "startup",
"version": "0.1.0",
"description": "This applications serves to help people understand the logistics of the stock market, without having to invest capital and run the risk of losing money.",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^4.3.2"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"bootstrap": "^5.2.3",
"express": "^4.21.1",
"fs": "^0.0.1-security",
"mongodb": "^6.10.0",
"node-forge": "^1.3.1",
"pem-jwk": "^2.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3",
"uuid": "^11.0.3"
},
"keywords": [],
"author": "Connor Harvey",
"license": "ISC"
}