-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.28 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
{
"name": "pf2e-summons-assistant",
"type": "module",
"private": true,
"license": "MIT",
"scripts": {
"build": "vite build",
"dev": "vite",
"extract": "node macros/extract.mjs && eslint ./packs --fix",
"lint": "eslint . --cache",
"lint:fix": "eslint . --fix --cache",
"pack": "node macros/pack.mjs",
"link": "node macros/link.mjs"
},
"devDependencies": {
"@antfu/eslint-config": "^4.19.0",
"@foundryvtt/foundryvtt-cli": "^1.1.0",
"@lucide/svelte": "^0.526.0",
"@sveltejs/vite-plugin-svelte": "^6.1.0",
"@tailwindcss/vite": "^4.1.11",
"@types/jquery": "^3.5.32",
"autoprefixer": "^10.4.21",
"chalk": "^5.4.1",
"cssnano": "^7.1.0",
"eslint": "^9.32.0",
"eslint-plugin-antfu": "^3.1.1",
"eslint-plugin-format": "^1.0.1",
"foundry-pf2e": "github:7H3LaughingMan/foundry-pf2e",
"foundryvtt-sync": "github:MrVauxs/FoundryVTT-Sync",
"postcss-prefixwrap": "^1.56.0",
"postcss-preset-env": "^10.2.4",
"postcss-replace": "^2.0.1",
"postcss-simple-vars": "^7.0.1",
"prompts": "^2.4.2",
"svelte": "^5.37.0",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",
"vite-plugin-lucide-preprocess": "^1.4.0"
},
"browserslist": [
">5%",
"not IE 11"
]
}