forked from Detailing-the-Realm/svnsea2e
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.26 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.26 KB
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
{
"name": "svnsea2e",
"version": "1.0.0",
"description": "CSS compiler for the SvnSea2E system",
"scripts": {
"build": "gulp",
"compile": "gulp css",
"watch": "gulp",
"gulp": "gulp",
"prepare": "husky install",
"format": "prettier --write \"**\"",
"test": "jest",
"test:w": "jest --watch"
},
"browserslist": [
"last 3 versions"
],
"author": "Psychoph03",
"license": "MIT",
"private": true,
"dependencies": {
"eslint": "^7.32.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cli": "^2.3.0",
"gulp-eslint7": "^0.3.1",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"node-sass": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.12",
"@babel/eslint-parser": "^7.15.7",
"@babel/node": "^7.17.10",
"@babel/plugin-transform-runtime": "^7.17.12",
"@babel/preset-env": "^7.17.12",
"@league-of-foundry-developers/foundry-vtt-types": "^9.269.0",
"@types/jest": "^27.5.1",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"babel-plugin-transform-runtime": "^6.23.0",
"eslint-plugin-jsdoc": "^32.3.0",
"husky": "^7.0.0",
"jest": "^28.1.0",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.2"
}
}