-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.72 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.72 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
49
50
51
52
53
54
55
56
{
"name": "df-fortforge",
"version": "0.0.3",
"supportDFVersion": "50.04",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage",
"fix": "eslint --fix \"{,!(node_modules|public)/**/}*.{js,svelte}\"",
"lint": "eslint \"{,!(node_modules|public)/**/}*.{js,svelte}\"",
"prelint": "npm run format",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@iconify-icons/bi": "^1.2.15",
"@iconify-icons/fa": "^1.2.4",
"@iconify-icons/fa-brands": "^1.2.4",
"@iconify-icons/fluent-emoji-high-contrast": "^1.2.5",
"@iconify-icons/game-icons": "^1.2.1",
"@iconify-icons/ic": "^1.2.13",
"@iconify-icons/ion": "^1.2.6",
"@iconify-icons/mdi": "^1.2.38",
"@iconify-icons/raphael": "^1.2.3",
"@iconify-icons/tabler": "^1.2.55",
"@iconify/svelte": "^3.0.1",
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@tsconfig/svelte": "^3.0.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"autoprefixer": "^10.4.13",
"child_process": "^1.0.2",
"eslint": "^8.31.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.55.0",
"svelte-check": "^3.0.1",
"tailwindcss": "^3.2.4",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vitest": "^0.26.3"
},
"dependencies": {
"@github/hotkey": "^2.0.1",
"change-case": "^4.1.2",
"uuid": "^9.0.0"
}
}