This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
57 lines (57 loc) · 1.88 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"private": true,
"name": "chat-portrait",
"title": "Generate token bases based on token disposition or actor folder color.",
"description": "Generate token bases based on token disposition or actor folder color.",
"version": "0.7.4",
"scripts": {
"package": "gulp package",
"build": "gulp build && gulp link",
"build:watch": "gulp watch",
"clean": "gulp clean && gulp link --clean",
"update": "npm install --save-dev @league-of-foundry-developers/foundry-vtt-types@9",
"lint": "eslint --ext .ts,.js,.vue .",
"lintfix": "eslint --fix --ext .ts,.js,.vue ./src",
"prettier-format": "prettier --config .prettierrc --write \"./src/**/*.(ts|js|json|scss|css)\""
},
"author": "",
"license": "",
"devDependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "^9.269.0",
"@types/jquery": "^3.5.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"archiver": "^5.2.0",
"chalk": "^4.1.2",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-jquery": "^3.0.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-tsdoc": "^0.2.14",
"fs-extra": "^9.1.0",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.3",
"gulp-eslint": "^6.0.0",
"gulp-git": "^2.10.1",
"gulp-less": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"json-stringify-pretty-compact": "^2.0.0",
"prettier": "^2.5.0",
"sass": "^1.44.0",
"yargs": "^15.4.1"
},
"lint-staged": {
"*.(ts|js)": "eslint --fix",
"*.(json|scss)": "prettier --write"
},
"dependencies": {
"typescript": "^4.5.2"
}
}