-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
55 lines (55 loc) · 1.51 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
{
"name": "alienrpg",
"version": "1.0.0",
"description": "CSS compiler for the Alien RPG system",
"scripts": {
"pushLDBtoJSON": "node ./tools/pushLDBtoJSON.mjs",
"pullJSONtoLDB": "node ./tools/pullJSONtoLDB.mjs"
},
"browserslist": [
"last 3 versions"
],
"author": "Paul Watson",
"license": "MIT",
"private": true,
"dependencies": {
"@types/gulp": "^4.0.6",
"@types/vscode": "^1.49.0",
"chokidar": "^3.5.1",
"fg-select-css": "^3.2.0",
"gaze": "^1.1.3",
"glob-parent": "^6.0.1",
"globule": "^1.3.2",
"gulp-autoprefixer": "^9.0.0",
"lodash": "^4.17.21",
"vue-i18n": "^8.24.4",
"yargs-parser": "^20.2.7"
},
"devDependencies": {
"@foundryvtt/foundryvtt-cli": "^1.0.2",
"@league-of-foundry-developers/foundry-vtt-types": "^9.280.0",
"@types/foundry-vtt-types": "npm:@league-of-foundry-developers/foundry-vtt-types@^0.7.9-6",
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"archiver": "^5.3.0",
"chalk": "^4.1.1",
"eslint": "^7.26.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-foundry-vtt": "0.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"fs-extra": "^9.0.1",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^6.0.0",
"gulp-less": "^5.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^2.12.2",
"json-stringify-pretty-compact": "^2.0.0",
"node-sass": "^9.0.0",
"typescript": "^4.2.4",
"yargs": "^16.2.0"
}
}