-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) ยท 1.42 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) ยท 1.42 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
{
"name": "dgu-ecko",
"version": "0.6.2",
"description": "chrome extension for dongguk university e-class",
"license": "MIT",
"author": "karpitony",
"type": "module",
"private": true,
"scripts": {
"dev": "wxt --mv3",
"dev:firefox": "wxt -b firefox",
"build": "wxt build --mv3",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip --mv3",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare",
"format": "prettier --write ."
},
"dependencies": {
"@yeahx4/cn": "^1.0.5",
"es-toolkit": "^1.45.0",
"fs-extra": "^11.3.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.6.0",
"react-router": "^7.13.1"
},
"devDependencies": {
"@eslint/js": "^9.39.3",
"@tailwindcss/vite": "^4.2.1",
"@types/chrome": "^0.0.310",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.19.13",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^3.11.0",
"@wxt-dev/auto-icons": "^1.1.1",
"@wxt-dev/module-react": "^1.1.5",
"eslint": "^9.39.3",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^15.15.0",
"prettier": "^3.8.1",
"tailwindcss": "^4.2.1",
"tsx": "^4.21.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.56.1",
"vite": "^6.4.1",
"wxt": "^0.20.18"
}
}