-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.68 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.68 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
57
58
{
"name": "pyexplorer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"test:rules": "firebase emulators:exec --project pyexplorer-test 'vitest run -c vitest.rules.config.ts'",
"sitemap": "node scripts/generate-sitemap.cjs",
"prepare": "husky"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"canvas-confetti": "^1.9.4",
"firebase": "^12.12.0",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"monaco-editor": "^0.55.1",
"pyodide": "^0.29.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-helmet-async": "^3.0.0",
"react-router-dom": "^7.14.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@firebase/rules-unit-testing": "^5.0.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/coverage-v8": "^4.1.4",
"eslint": "^10.2.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"firebase-tools": "^15.15.0",
"globals": "^17.5.0",
"husky": "^9.1.7",
"jsdom": "^29.0.2",
"sharp": "^0.34.5",
"typescript": "~5.9.3",
"typescript-eslint": "^8.58.2",
"vite": "^7.2.4",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^4.1.4"
}
}