/ concept-collection / proofery-web
Sign in
concept-collection / proofery-web
proofery-web / package.json
36 lines · 914 BCodeBlameHistory
c1bee11initialJeremy Magland 1{
2 "name": "proofery-web",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc -b && vite build",
9 "lint": "eslint .",
10 "preview": "vite preview"
11 },
12 "dependencies": {
13 "@emotion/react": "^11.14.0",
14 "@emotion/styled": "^11.14.1",
15 "@monaco-editor/react": "^4.7.0",
16 "@mui/icons-material": "^7.3.6",
17 "@mui/material": "^7.3.6",
18 "proofery": "^0.1.1",
19 "react": "^19.2.0",
20 "react-dom": "^19.2.0"
21 },
22 "devDependencies": {
23 "@eslint/js": "^9.39.1",
24 "@types/node": "^24.10.1",
25 "@types/react": "^19.2.5",
26 "@types/react-dom": "^19.2.3",
27 "@vitejs/plugin-react": "^5.1.1",
28 "eslint": "^9.39.1",
29 "eslint-plugin-react-hooks": "^7.0.1",
30 "eslint-plugin-react-refresh": "^0.4.24",
31 "globals": "^16.5.0",
32 "typescript": "~5.9.3",
33 "typescript-eslint": "^8.46.4",
34 "vite": "^7.2.4"
35 }
moveopenescclose