-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 993 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
33
34
35
36
37
{
"name": "stockapi",
"version": "1.0.0",
"description": "",
"main": "bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon server/bin/www",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/martinpetrov1096/stockapi.git"
},
"author": "Martin Petrov",
"license": "ISC",
"bugs": {
"url": "https://github.com/martinpetrov1096/stockapi/issues"
},
"homepage": "https://github.com/martinpetrov1096/stockapi#readme",
"dependencies": {
"@material-ui/core": "^4.11.1",
"axios": "^0.21.0",
"axios-cache-adapter": "^2.5.0",
"axios-middleware": "^0.3.1",
"boxen": "^4.2.0",
"chalk": "^4.1.0",
"inquirer": "^7.3.3",
"json-2-csv": "^3.7.8",
"localforage": "^1.9.0",
"yargs": "^16.1.0"
},
"devDependencies": {
"concurrently": "^5.3.0"
}
}