-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "@thi.ng/fantasy-console",
"version": "1.0.0",
"description": "Browser-based TIC-80 inspired fantasy console for workshops/educational purposes, written in TypeScript and using thi.ng/umbrella",
"repository": "https://github.com/thi-ng/fantasy-console",
"author": "Karsten Schmidt (https://thi.ng)",
"license": "MIT",
"type": "module",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build --base='./'",
"preview": "vite preview --host --open"
},
"devDependencies": {
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-html": "^3.2.2"
},
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/binary": "^3.4.34",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/dl-asset": "^2.3.90",
"@thi.ng/grid-iterators": "^4.0.92",
"@thi.ng/math": "^5.11.11",
"@thi.ng/pixel": "^7.3.6",
"@thi.ng/random": "^4.1.2",
"@thi.ng/resolve-map": "^7.1.84",
"@thi.ng/strings": "^3.8.6"
},
"browsersList": [
"last 3 chrome versions"
],
"browser": {
"process": false
},
"keywords": [
"thing-umbrella",
"typescript"
]
}