-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·58 lines (58 loc) · 1.46 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
{
"name": "crypto-app-ml",
"description": "Cryptocurrency Dashboard with Forecast",
"author": "Wise Invoker <[email protected]>",
"version": "0.2.0",
"license": "MIT",
"keywords": [
"crypto",
"cryptocurrency",
"lstm",
"forecast",
"prediction",
"dashboard",
"binance",
"amchart",
"realtime price",
"vue",
"vue.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wiseinvoker/crypto-app.git"
},
"bugs": {
"url": "https://github.com/wiseinvoker/crypto-app/issues"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"docs": "vue-cli-service build --dest docs",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"amcharts3": "github:amcharts/amcharts3",
"amstock3": "^3.21.15",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"register-service-worker": "^1.6.2",
"timeago.js": "^4.0.2",
"vue": "^2.6.11",
"vue-router": "^3.1.3",
"vue-select": "^2.6.4",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-plugin-pwa": "^3.12.1",
"@vue/cli-plugin-unit-mocha": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"@vue/test-utils": "^1.0.0-beta.30",
"chai": "^4.2.0",
"node-sass": "^4.13.0",
"sass-loader": "^7.3.1",
"vue-template-compiler": "^2.6.11"
}
}