-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 899 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 899 Bytes
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
{
"dependencies": {
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"description": "Chrome Extension for FlexHR",
"devDependencies": {
"@biomejs/biome": "^2.4.16",
"@itcode-dev/biome-config": "^1.0.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitest/coverage-v8": "^4.1.8",
"@webext-core/fake-browser": "^1.5.2",
"@wxt-dev/module-react": "^1.1.5",
"typescript": "^6.0.3",
"vitest": "^4.1.8",
"wxt": "^0.20.26"
},
"name": "@itcode-dev/reflex",
"private": true,
"scripts": {
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"compile": "tsc --noEmit",
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"postinstall": "wxt prepare",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox"
},
"type": "module",
"version": "0.0.0"
}