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
56 lines (56 loc) · 1.56 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.56 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": "forgesteel",
"private": true,
"version": "12.97.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": "eslint \"src/**/*.{ts,tsx}\"",
"fix": "eslint \"src/**/*.{ts,tsx}\" --fix",
"test": "vitest",
"check": "npm run lint && tsc -p tsconfig.json && vitest run && npm audit",
"build": "vite build",
"predeploy": "npm run check && npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@ant-design/icons": "^6.1.0",
"@dnd-kit/core": "^6.3.1",
"@mdxeditor/editor": "^3.52.3",
"@types/showdown": "^2.0.6",
"antd": "^6.2.0",
"axios": "^1.13.2",
"gh-pages": "^6.3.0",
"html2canvas": "^1.4.1",
"jspdf": "^4.0.0",
"localforage": "^1.10.0",
"modern-screenshot": "^4.6.7",
"pdf-lib": "^1.17.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "^7.12.0",
"sass": "^1.97.2",
"showdown": "^2.1.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@stylistic/eslint-plugin": "^5.7.0",
"@types/gtag.js": "^0.0.20",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/coverage-v8": "^4.0.17",
"axios-mock-adapter": "^2.1.0",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.0.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.0",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.0.4",
"vitest": "^4.0.17"
}
}