-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 975 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 975 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
37
38
39
40
{
"name": "PointDev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vitest run",
"test:watch": "vitest",
"lint": "eslint src/ --ext .ts,.tsx"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "bun@10.6.5",
"dependencies": {
"@xenova/transformers": "^2.17.2",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.3.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/chrome": "^0.1.37",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/ws": "^8.18.1",
"@vitejs/plugin-react": "^6.0.1",
"css-selector-generator": "^3.8.1",
"eslint": "^10.0.3",
"jsdom": "^28.1.0",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"vite": "^8.0.0",
"vitest": "^4.1.0",
"ws": "^8.20.0"
}
}