-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
40 lines (40 loc) · 1.23 KB
/
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
40
{
"name": "glitterdrag-pro",
"type": "module",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@tsconfig/svelte": "^4.0.1",
"@types/chai": "^4.3.5",
"@types/lodash-es": "^4.17.7",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.6",
"@types/uuid": "^9.0.2",
"@types/webextension-polyfill": "^0.10.0",
"@types/ws": "^8.5.5",
"chai": "^4.3.7",
"commander": "^10.0.1",
"fs-extra": "^11.1.1",
"lodash": "^4.17.21",
"lodash-core": "^4.17.19",
"lodash-es": "^4.17.21",
"mocha": "^10.2.0",
"rollup": "^3.24.0",
"rollup-plugin-svelte": "^7.1.5",
"simpledotcss": "^2.2.1",
"svelte": "^3.59.1",
"svelte-preprocess": "^5.0.4",
"tldts": "^6.0.5",
"tslib": "*",
"typescript": "^5.1.3",
"uuid": "^9.0.0",
"web-ext": "^7.6.2",
"webextension-polyfill": "^0.10.0",
"ws": "^8.13.0",
"zip-dir": "^2.0.0"
},
"license": "MIT"
}