-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.36 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
{
"private": true,
"name": "mythic",
"version": "0.1.1",
"description": "",
"scripts": {
"build": "vite build && npm run build:packs",
"build:packs": "ts-node -r tsconfig-paths/register ./scripts/build-packs.ts",
"serve": "vite serve",
"lint": "eslint --ext .ts .",
"lint:hbs": "ember-template-lint ./src/templates",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"author": "",
"license": "GPL-3.0-only",
"devDependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "^9.249.4",
"@types/node": "^17.0.19",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"c8": "^7.11.0",
"ember-template-lint": "^4.1.0",
"ember-template-lint-plugin-prettier": "^4.0.0",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.4.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"prettier-eslint": "^13.0.0",
"sass": "^1.49.8",
"ts-node": "^10.5.0",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.5",
"vite": "^2.8.4",
"vitest": "^0.5.0"
},
"dependencies": {
"tippy.js": "^6.3.7"
}
}