-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 930 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
{
"name": "project-vidura",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon --watch src -r esm --inspect-brk --inspect=0.0.0.0:9229 src/server.js",
"make-bl-bundle": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/rivigotech/project-vidura.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/rivigotech/project-vidura#readme",
"devDependencies": {
"nodemon": "1.18.11",
"webpack": "4.30.0",
"webpack-cli": "3.3.1"
},
"dependencies": {
"@bit/rivigo.ui.utils.redux-wow": "0.0.8",
"esm": "3.2.22",
"node-fetch": "2.4.1",
"node-static": "0.7.11",
"redux": "4.0.1",
"ws": "6.2.1"
}
}