-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.31 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.31 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
{
"name": "speed-dial",
"private": true,
"version": "1.0.27",
"type": "module",
"scripts": {
"dev": "rsbuild dev --open",
"build": "rimraf extension ./extension.zip && bun utils/updateVersion.ts && rsbuild build && cross-zip ./extension extension.zip",
"build-watch": "rsbuild build --watch",
"typecheck": "tsc --noEmit",
"lint": "biome check ./src",
"lint:fix": "biome check ./src --write",
"format": "biome format --write ./src",
"format:check": "biome format ./src",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/react": "3.27.1",
"@emotion/react": "11.14.0",
"caniuse-lite": "1.0.30001749",
"classnames": "2.5.1",
"framer-motion": "11.18.2",
"i18next": "25.5.3",
"i18next-browser-languagedetector": "8.2.0",
"immer": "10.1.3",
"next-themes": "0.4.6",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-i18next": "16.0.0",
"react-icons": "5.5.0",
"zustand": "5.0.8"
},
"devDependencies": {
"@biomejs/biome": "2.2.5",
"@rsbuild/core": "1.5.13",
"@rsbuild/plugin-react": "1.4.1",
"@types/node": "24.7.0",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.1",
"chrome-types": "0.1.381",
"husky": "9.1.7",
"rimraf": "6.0.1",
"typescript": "5.9.3",
"cross-zip": "4.0.1"
}
}