UNPKG

1.4 kBJSONView Raw
1{
2 "name": "@3d-dice/dice-box",
3 "author": {
4 "name": "Frank Ali"
5 },
6 "description": "A 3D environment for rolling game dice",
7 "version": "1.0.8",
8 "keywords": [
9 "3D",
10 "dice",
11 "roll",
12 "roller",
13 "javascript",
14 "rpg",
15 "dnd",
16 "d&d",
17 "tabletop"
18 ],
19 "license": "MIT",
20 "homepage": "https://fantasticdice.games/",
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/3d-dice/dice-box"
24 },
25 "bugs": {
26 "url": "https://github.com/3d-dice/dice-box/issues"
27 },
28 "files": [
29 "dist",
30 "copyAssets.js"
31 ],
32 "main": "./dist/dice-box.es.js",
33 "dev-files": [
34 "src"
35 ],
36 "dev-main": "./src/index",
37 "scripts": {
38 "dev": "vite",
39 "build": "vite build",
40 "serve": "vite preview",
41 "postinstall": "node copyAssets.js"
42 },
43 "dependencies": {
44 "@babylonjs/core": "^5.10.0",
45 "@babylonjs/loaders": "^5.10.0",
46 "@babylonjs/materials": "^5.10.0",
47 "copy-dir": "^1.3.0",
48 "node-abort-controller": "^3.0.1"
49 },
50 "devDependencies": {
51 "rollup-plugin-copy": "^3.4.0",
52 "rollup-plugin-delete": "^2.0.0",
53 "rollup-plugin-visualizer": "^5.6.0",
54 "vite": "^4.0.4"
55 },
56 "browserslist": {
57 "production": [
58 ">0.2%",
59 "not dead",
60 "not op_mini all",
61 "not ie all"
62 ],
63 "development": [
64 ">0.2%",
65 "not dead",
66 "not op_mini all",
67 "not ie all"
68 ]
69 }
70}