-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.36 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.36 KB
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
{
"name": "mvp",
"version": "1.0.0",
"description": "fullstack app that searches through Reddit and gives stock data",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server",
"react-dev": "webpack --config ./webpack.config.js --mode development -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/the-trash-panda/hr-sfo139-mvp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/the-trash-panda/hr-sfo139-mvp/issues"
},
"homepage": "https://github.com/the-trash-panda/hr-sfo139-mvp#readme",
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"nodemon": "^2.0.15",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"alphavantage": "^2.3.0",
"apexcharts": "^3.33.0",
"axios": "^0.25.0",
"express": "^4.17.2",
"moment": "^2.29.1",
"mongo": "^0.1.0",
"mongoose": "^6.1.8",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-calendar": "^3.6.0",
"react-dom": "^17.0.2",
"regenerator-runtime": "^0.13.9",
"request": "^2.88.2",
"scramjet": "^4.36.2",
"snoowrap": "^1.23.0",
"style-loader": "^3.3.1"
}
}