-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 862 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": "funding-predict",
"version": "1.0.0",
"description": "Funding Prediction",
"main": "index.js",
"scripts": {
"data": "node --experimental-modules data/index.js",
"start": "vue serve src/App.vue",
"build": "vue build src/App.vue",
"deploy": "firebase deploy",
"all": "npm run build && npm run data && npm run deploy"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/riyazshaikh/funding-predict.git"
},
"author": "Riyaz Shaikh",
"license": "ISC",
"bugs": {
"url": "https://github.com/riyazshaikh/funding-predict/issues"
},
"homepage": "https://github.com/riyazshaikh/funding-predict#readme",
"dependencies": {
"dotenv": "^8.2.0",
"pg": "^8.5.1",
"pg-query-stream": "^4.0.0",
"vue-good-table": "^2.21.1",
"write-json-file": "^4.3.0"
}
}