-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 737 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
{
"name": "quizlet2anki",
"private": true,
"version": "0.0.5",
"author": "aboutdavid",
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/adm-zip": "^0.5.5",
"adm-zip": "^0.5.16",
"crx": "^5.0.1",
"node-rsa": "^1.1.1",
"pbf": "^4.0.1",
"vite": "^5.4.1",
"rollup-plugin-crx": "^0.1.0",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0"
},
"dependencies": {
"file-saver": "^2.0.5",
"js-sha1": "^0.7.0",
"jszip": "^3.10.1",
"quizlet-fetcher": "github:aboutdavid/quizlet-fetcher",
"slugify": "^1.6.6",
"sql.js": "^1.11.0"
}
}