forked from smartspintrade/vue-crypto-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.49 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
{
"name": "vue-crypto-dashboard",
"version": "1.0.0",
"description": "Vue Cryptocurrency Dashboard",
"author": "JayeshLab <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"docs": "vue-cli-service build --dest docs"
},
"dependencies": {
"amcharts3": "github:amcharts/amcharts3",
"amstock3": "^3.21.15",
"bootstrap": "^4.4.1",
"core-js": "^3.6.5",
"register-service-worker": "^1.6.2",
"vue": "^2.6.11",
"vue-router": "^3.1.3",
"vue-select": "^2.6.4",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-pwa": "^4.5.13",
"@vue/cli-plugin-unit-mocha": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/test-utils": "^1.0.0-beta.30",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.13.0",
"sass-loader": "^7.3.1",
"vue-template-compiler": "^2.6.11"
},
"bugs": {
"url": "https://github.com/JayeshLab/vue-crypto-dashboard/issues"
},
"keywords": [
"crypto",
"cryptocurrency",
"dashboard",
"binance",
"amchart",
"realtime price",
"vue",
"vue.js"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/JayeshLab/vue-crypto-dashboard.git"
}
}