-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.2 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": "proto-lnr",
"version": "0.0.2",
"description": "Prototype version of Loot & Roam",
"scripts": {
"preinstall": "npx only-allow pnpm",
"test": "jest --passWithNoTests",
"prettify": "prettier src/ --write",
"lint": "eslint src/ --fix && tsc --noEmit",
"check": "npm run lint && npm run test",
"server": "parcel serve src/index.html",
"build": "parcel build src/index.html --public-url=."
},
"author": "Gustavo Ramos Rehermann <rehermann6046@gmail.com>",
"license": "GPL-3.0",
"devDependencies": {
"@eslint/js": "^9.14.0",
"@parcel/optimizer-data-url": "2.13.0",
"@parcel/transformer-inline-string": "2.13.0",
"@types/howler": "^2.2.12",
"eslint": "^9.14.0",
"globals": "^15.12.0",
"jest": "^29.7.0",
"parcel": "^2.13.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0"
},
"dependencies": {
"@types/victor": "^1.1.5",
"@unly/universal-language-detector": "^2.0.3",
"howler": "^2.2.4",
"i18next": "^23.16.5",
"random": "^5.1.1",
"rustmatchjs": "^0.0.4",
"utility-types": "^3.11.0",
"victor": "^1.1.0"
},
"browserslist": "> 0.25%, not dead",
"type": "module"
}