-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.5 KB
/
package.json
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
{
"name": "better-crowdmark",
"displayName": "Better Crowdmark",
"version": "0.0.4",
"description": "Less time wasted on homework upload.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Newish0/better-crowdmark.git"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"type": "module",
"dependencies": {
"@nanostores/react": "^0.7.2",
"@types/node": "^22.8.1",
"@vscode/markdown-it-katex": "^1.1.0",
"@webext-core/isolated-element": "^1.1.2",
"@webext-core/messaging": "^2.0.2",
"@webext-core/proxy-service": "^1.2.0",
"highlight.js": "^11.10.0",
"html-to-image": "^1.11.11",
"lucide-react": "^0.453.0",
"markdown-it": "^14.1.0",
"mermaid": "^11.4.0",
"nanostores": "^0.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.28",
"@eslint/js": "^9.13.0",
"@types/chrome": "^0.0.279",
"@types/markdown-it": "^14.1.2",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.13",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.2",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9"
}
}