-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 KB
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
{
"name": "elseifplayer",
"version": "0.2.0",
"description": "Play interactive fiction games in your browser",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html --dist-dir docs --public-url",
"lint": "eslint --fix src"
},
"author": "He4eT",
"license": "MIT",
"browserslist": "defaults",
"engines": {
"node": ">=14.0.0"
},
"alias": {
"preact/jsx-dev-runtime": "preact/jsx-runtime"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.9.3",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8.44.0",
"eslint-config-preact": "^1.3.0",
"events": "^3.3.0",
"parcel": "^2.9.3",
"parcel-reporter-static-files-copy": "^1.5.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0"
},
"dependencies": {
"@fontsource/open-sans": "^5.0.3",
"base32768": "^3.0.1",
"cheap-glkote": "^0.5.1",
"emglken": "^0.5.2",
"preact": "^10.15.1",
"wouter-preact": "^2.7.3"
},
"staticFiles": {
"staticPath": "node_modules/emglken/build",
"staticOutPath": "emglken"
}
}