-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
54 lines (54 loc) · 1.7 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": "discrub-ext",
"private": true,
"version": "1.12.3",
"type": "module",
"scripts": {
"clean_prod_manifest": "cat <<< $(jq 'del(.use_dynamic_url, .web_accessible_resources[].use_dynamic_url)' dist/manifest.json) > dist/manifest.json",
"dev": "vite",
"build": "tsc && vite build && npm run clean_prod_manifest",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.4",
"@mui/material": "^5.15.4",
"@mui/x-date-pickers": "^6.19.0",
"@reduxjs/toolkit": "^2.0.1",
"@transcend-io/conflux": "^4.1.0",
"@types/chrome": "^0.0.256",
"@types/firefox-webext-browser": "^120.0.4",
"bytes": "^3.1.2",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^3.1.0",
"debounce": "^2.0.0",
"flat": "^6.0.1",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.0.4",
"react-to-print": "^2.14.15",
"react-window": "^1.8.10",
"streamsaver": "^2.0.6",
"uuid": "^9.0.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.21",
"@types/bytes": "^3.1.4",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.17",
"@types/react-window": "^1.8.8",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^4.5.0"
}
}