This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
76 lines (76 loc) · 2.29 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"private": true,
"name": "swnr",
"version": "0.2.1",
"description": "",
"scripts": {
"package": "gulp package",
"build": "gulp build && gulp link",
"build:watch": "gulp link watch",
"lint:fix": "eslint --fix .",
"lint:ci": "eslint .",
"clean": "gulp clean && gulp link --clean",
"foundry": "node foundry/resources/app/main.js --noupnp --dataPath=./data",
"update": "npm install --save-dev github:Spice-King/foundry-vtt-types#foundry-0.8.x"
},
"engines": {
"node": ">=14",
"npm": ">=7.6"
},
"author": "",
"license": "",
"devDependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "github:Spice-King/foundry-vtt-types#foundry-0.8.x",
"@types/archiver": "^3.1.1",
"@types/fs-extra": "^9.0.2",
"@types/gulp": "^4.0.7",
"@types/gulp-rename": "0.0.33",
"@types/gulp-sourcemaps": "0.0.32",
"@types/js-yaml": "^3.12.5",
"@types/merge-stream": "^1.1.2",
"@types/node": "^14.14.2",
"@types/through2": "^2.0.36",
"@types/yargs": "^15.0.9",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"archiver": "^5.0.2",
"chalk": "^4.1.0",
"cssnano": "^4.1.10",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-yml": "^0.10.1",
"fs-extra": "^9.0.1",
"gulp": "^4.0.2",
"gulp-append-prepend": "^1.0.8",
"gulp-concat": "^2.6.1",
"gulp-debug": "^4.0.0",
"gulp-filelist": "^2.0.3",
"gulp-git": "^2.10.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-yaml": "^2.0.4",
"json-stringify-pretty-compact": "^2.0.0",
"merge-stream": "^2.0.0",
"prettier": "^2.2.1",
"stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.1",
"yargs": "^16.1.0"
},
"dependencies": {
"@types/resize-observer-browser": "^0.1.5",
"autoprefixer": "^10.2.3",
"gulp-postcss": "^9.0.0",
"postcss": "^8.2.4",
"postcss-advanced-variables": "^3.0.1",
"postcss-color-function": "^4.1.0",
"postcss-conditionals": "^2.1.0",
"postcss-initial": "^4.0.0",
"postcss-jsmath": "0.0.83",
"postcss-nested": "^5.0.3",
"tailwindcss": "^2.0.2"
}
}