-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 729 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 729 Bytes
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
{
"name": "cryptoviewer",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"axios": "^1.2.1",
"firebase": "^9.15.0",
"firebase-admin": "^11.4.1",
"highcharts": "^10.3.2",
"lightweight-charts": "^3.8.0",
"moment-timezone": "^0.5.40",
"technicalindicators": "^3.1.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"vite": "^3.2.4"
}
}