-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 743 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
{
"name": "echarts-canvas",
"main": "app/app.ts",
"version": "1.0.0",
"private": true,
"scripts": {
"postinstall": "npx patch-package"
},
"dependencies": {
"@nativescript/canvas": "2.0.0-webgpu.11",
"@nativescript/canvas-media": "2.0.0-webgpu.11",
"@nativescript/canvas-polyfill": "2.0.0-webgpu.11",
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "^3.1.0",
"echarts": "5.4.3",
"echarts-gl": "^2.0.9",
"echarts-liquidfill": "^3.1.0"
},
"devDependencies": {
"@nativescript/android": "8.8.2",
"@nativescript/ios": "~8.8.0",
"@nativescript/preview-cli": "1.0.12",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"typescript": "~5.4.0"
}
}