-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 929 Bytes
/
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
{
"name": "supers",
"version": "1.0.0",
"description": "The basic Supers! system for FoundryVTT",
"private": true,
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"start": "webpack serve",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/anvil-vtt/Supers.git"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^6.2.0",
"eslint": "^7.28.0",
"eslint-webpack-plugin": "^3.0.1",
"prettier": "^2.3.1",
"prettier-loader": "^3.3.0",
"sass": "^1.34.1",
"sass-loader": "^12.0.0",
"style-loader": "^3.2.1",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
}
}