-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 871 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·31 lines (31 loc) · 871 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
{
"name": "sqlite-opfs-mv3",
"displayName": "MV3 Sqlite OPFS Example",
"shortName": "MV3 Sqlite OPFS Example",
"version": "1",
"description": "MV3 Sqlite OPFS Example",
"author": {
"name": "Clament John"
},
"scripts": {
"build:chrome": "vite build --config ./utils/vite/chrome/vite.config.main.ts",
"build": "pnpm build:chrome"
},
"type": "module",
"dependencies": {
"@sqlite.org/sqlite-wasm": "3.43.2-build1",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@types/chrome": "^0.0.246",
"@types/node": "^20.8.0",
"@types/webextension-polyfill": "^0.10.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react-swc": "^3.4.0",
"fs-extra": "^11.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
}