-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
49 lines (49 loc) · 1.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
{
"name": "symbaroum",
"version": "1.0.0",
"description": "CSS compiler for the Symbaroum 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",
"fg-select-css": "^3.2.0",
"gulp-autoprefixer": "^7.0.1",
"lodash": "^4.17.20",
"vue-i18n": "^8.21.1",
"yargs-parser": "^20.2.0"
},
"devDependencies": {
"@foundryvtt/foundryvtt-cli": "^1.0.2",
"archiver": "^5.0.2",
"chalk": "^4.1.0",
"eslint": "^7.10.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",
"foundry-pc-types": "gitlab:foundry-projects/foundry-pc/foundry-pc-types",
"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.0.5",
"yargs": "^16.1.0"
}
}