-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.27 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
{
"name": "uptoolkit",
"private": true,
"version": "1.6.0",
"type": "module",
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/inter": "^5.2.5",
"@mui/icons-material": "^9.1.1",
"@mui/material": "^9.1.1",
"@mui/x-date-pickers": "^9.5.0",
"@sentry/browser": "^10.58.0",
"@sentry/vite-plugin": "^5.3.0",
"axios": "^1.18.0",
"date-fns": "^4.1.0",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"moment": "^2.30.1",
"notistack": "^3.0.2",
"query-string": "^9.1.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.6.0",
"uuid": "^14.0.0"
},
"devDependencies": {
"@types/chrome": "^0.1.43",
"@types/lodash": "^4.17.16",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",
"@wxt-dev/module-react": "^1.1.3",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"wxt": "^0.20.6"
}
}