-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.72 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
58
59
60
61
{
"homepage": "https://rossilorenzo.dev/dndme/",
"name": "drawndice",
"version": "1.6.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"dev-pub": "vite --host '0.0.0.0' --base '/pc/' --port 8080",
"pwapreview": "vite build && python3 -m http.server -d dist",
"check": "vue-tsc --noEmit",
"predeploy": "vite build --base=/dndme/",
"deploy": "gh-pages -d dist"
},
"keywords": [],
"author": "",
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@types/bootstrap": "^5.2.6",
"@types/node": "^20.5.3",
"@vitejs/plugin-vue": "^4.3.3",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint": "^8.47.0",
"eslint-plugin-vue": "^9.17.0",
"gh-pages": "^4.0.0",
"prettier": "^3.0.2",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.66.1",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.4",
"vue-tsc": "^1.8.8",
"workbox-build": "^7.0.0",
"workbox-window": "^7.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@msgpack/msgpack": "^2.7.1",
"@pixi/app": "^7.2.4",
"@pixi/assets": "^7.2.4",
"@pixi/core": "^7.2.4",
"@pixi/display": "^7.2.4",
"@pixi/extract": "^7.2.4",
"@pixi/graphics": "^7.2.4",
"@pixi/layers": "^2.1.0",
"@pixi/mesh": "^7.2.4",
"@pixi/mesh-extras": "^7.2.4",
"@pixi/sprite": "^7.2.4",
"@pixi/sprite-tiling": "^7.2.4",
"@pixi/spritesheet": "^7.2.4",
"@pixi/text": "^7.2.4",
"@pixi/utils": "^7.2.4",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.1",
"buffer": "^6.0.3",
"cropperjs": "^1.5.13",
"jszip": "^3.10.1",
"vue": "^3.3.4"
}
}