-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.25 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
{
"name": "daggerheart-gm-dashboard",
"version": "0.4.19",
"description": "Static GM Dashboard for Daggerheart RPG",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d ./dist",
"lint": "eslint \"src/**/*.{js,jsx}\"",
"format": "prettier --write \"**/*.{js,jsx,json,css,md}\"",
"test": "vitest run"
},
"homepage": "https://splinter714.github.io/Daggerheart",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^3.0.0",
"lucide-react": "^0.542.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^6.3.0",
"jsdom": "^26.1.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.4.9",
"vitest": "^1.6.0"
},
"keywords": [
"daggerheart",
"rpg",
"gm",
"dashboard",
"static"
],
"author": "Splinter714",
"license": "MIT"
}