-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
39 lines (39 loc) · 984 Bytes
/
package.json
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
{
"name": "tab-stash",
"version": "0.1.0",
"description": "Tab Stash",
"author": "Joshua J. Berry <[email protected]>",
"repository": "https://github.com/josh-berry/tab-stash",
"license": "MPL-2.0",
"type": "module",
"engines": {
"npm": ">=9.0.0",
"node": ">=20.0.0"
},
"devDependencies": {
"@sinonjs/fake-timers": "^8.1",
"@types/chai": "^4.3",
"@types/mocha": "^10.0",
"@types/sinonjs__fake-timers": "^8.1",
"@types/webextension-polyfill": "^0.10",
"@vitejs/plugin-vue": "^5.0",
"@vue/tsconfig": "^0.5",
"c8": "^10.1.2",
"chai": "^4.3",
"copyfiles": "^2.4",
"fake-indexeddb": "^6.0",
"idb": "^8.0",
"less": "^4.1",
"mocha": "^10.0",
"prettier": "^3.3",
"prettier-plugin-organize-imports": "^4.0",
"ts-node": "^10",
"typescript": "^5.5",
"vite": "^5.4",
"vue": "^3.4",
"vue-tsc": "^2.0",
"web-ext": "^8.2",
"webextension-polyfill": "^0.10"
},
"scripts": {}
}