forked from andyaiken/forgesteel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 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": "forgesteel",
"private": true,
"version": "11.10.0",
"type": "module",
"repository": "https://github.com/andyaiken/forgesteel.git",
"homepage": "https://andyaiken.github.io/forgesteel/",
"scripts": {
"start": "vite --host",
"update": "npx npm-check-updates --interactive --format group",
"lint": "tsc -p tsconfig.node.json && tsc -p tsconfig.app.json && eslint . && npm audit",
"fix": "eslint . --fix",
"predeploy": "npm run lint && vite build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@ant-design/icons": "^6.0.2",
"@types/showdown": "^2.0.6",
"antd": "^5.27.4",
"gh-pages": "^6.3.0",
"html-to-image": "1.11.11",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.3",
"localforage": "^1.10.0",
"pdf-lib": "^1.17.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router": "^7.9.1",
"sass": "^1.92.1",
"showdown": "^2.1.0"
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@stylistic/eslint-plugin": "^5.3.1",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.3",
"eslint": "^9.35.0",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.4.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.0",
"vite": "^7.1.6"
}
}