-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.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
{
"name": "stotra-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./dist/index.js",
"tsc": "tsc",
"postinstall": "npm run tsc",
"dev": "ts-node-dev --respawn --pretty --transpile-only ./src/index.ts"
},
"dependencies": {
"@chakra-ui/react": "^3.5.1",
"@chakra-ui/react-utils": "^2.0.11",
"@types/react": "^19.0.8",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"data-fns": "^1.1.0",
"date-fns": "^4.1.0",
"debug": "^4.4.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"financial-news-api": "^1.0.0",
"framer-motion": "^12.0.6",
"highcharts": "^12.1.2",
"highcharts-react-official": "^3.2.1",
"jsonwebtoken": "^9.0.2",
"mercedlogger": "^1.0.1",
"mongoose": "^8.9.5",
"morgan": "^1.10.0",
"node-cache": "^5.1.2",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.4",
"styled-components": "^6.1.14",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"yahoo-finance2": "^2.13.3"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/express": "^5.0.0",
"@types/highcharts": "^7.0.0",
"@types/jsonwebtoken": "^9.0.8",
"@types/node": "^22.12.0",
"@types/styled-components": "^5.1.34",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.7",
"@typescript-eslint/parser": "^8.22.0",
"@vitejs/plugin-react": "^4.3.4",
"swagger-autogen": "^2.23.7",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.7.3",
"vite": "^6.0.11"
}
}