-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "phi-chart-render",
"description": "A Phigros chart render based on Pixi.js",
"version": "0.0.1-beta15",
"author": "MisaLiu",
"files": [
"src"
],
"main": "src/main.js",
"scripts": {
"dev": "npx vite",
"dev:prod": "npx vite --mode production",
"build": "npx vite build",
"build:dev": "npx vite build --mode development"
},
"repository": {
"type": "git",
"url": "https://github.com/MisaLiu/phi-chart-render.git"
},
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/MisaLiu/phi-chart-render/issues"
},
"homepage": "https://github.com/MisaLiu/phi-chart-render",
"devDependencies": {
"@sentry/browser": "^7.38.0",
"@sentry/tracing": "^7.38.0",
"fontfaceobserver": "^2.3.0",
"git-rev-sync": "^3.0.2",
"jszip": "^3.10.1",
"pica": "^9.0.1",
"stackblur-canvas": "^2.5.0",
"vite": "^4.4.9",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.16.4"
},
"dependencies": {
"bezier-easing": "^2.1.0",
"md5-js": "^0.0.3",
"oggmented": "^1.0.1",
"pixi.js": "^7.2.4",
"unify-mp3-timing": "^1.0.3"
},
"browserslist": [
"last 10 versions",
"not dead",
"> 0.2%"
]
}