-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.17 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.17 KB
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
{
"name": "aetherquant",
"private": true,
"version": "1.0.0",
"description": "AetherQuant — Cryptocurrency K-Line Quantitative Analysis Platform",
"author": "oxroot",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/oxroot-crypto/aetherquant"
},
"keywords": [
"cryptocurrency",
"kline",
"candlestick",
"quantitative-analysis",
"technical-indicators",
"hyperliquid",
"tauri",
"vue3",
"tradingview"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"tauri:icon": "tauri icon ./src/assets/icon.svg",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"version:sync": "node scripts/sync-version.cjs"
},
"dependencies": {
"@tauri-apps/api": "^2.11.0",
"lightweight-charts": "^5.2.0",
"vue": "^3.5.34",
"vue-i18n": "^10.0.7"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.2",
"@types/node": "^24.12.3",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/tsconfig": "^0.9.1",
"sharp": "^0.34.5",
"typescript": "~6.0.2",
"vite": "^8.0.12",
"vue-tsc": "^3.2.8"
}
}