forked from Teltta/fabled-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 877 Bytes
/
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
{
"name": "the-reverse-theme",
"version": "0.3.0",
"description": "A minimalistic(ish) theme inspired by the look of world of warcraft.",
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"build": "tsx scripts/build.ts",
"watch": "tsx scripts/build.ts --watch",
"bundle": "tsx scripts/bundle.ts",
"build-and-bundle": "pnpm run build --no-install && pnpm run bundle",
"lint": "prettier ./src ./scripts --check",
"lint:fix": "prettier ./src ./scripts --write"
},
"keywords": [],
"author": "I'amjk#4831",
"license": "MIT",
"devDependencies": {
"@electron/asar": "^3.2.1",
"@parcel/config-default": "^2.8.2",
"@parcel/core": "^2.8.2",
"@parcel/transformer-sass": "^2.8.2",
"@types/node": "^18.11.15",
"parcel": "^2.8.2",
"prettier": "^2.8.1",
"replugged": "4.0.0-beta0.17",
"tsx": "^3.12.1"
}
}