-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 1013 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": "chrome-minimal-bookmarks-tree",
"version": "5.0.0",
"description": "Chrome minimal bookmarks tree extension",
"main": "index.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git://github.com/rpkamp/chrome-minimal-bookmarks-tree.git"
},
"author": "Remon van de Kamp ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/rpkamp/chrome-minimal-bookmarks-tree/issues"
},
"devDependencies": {
"@babel/core": "^7.24",
"@babel/preset-env": "^7.24",
"@symfony/webpack-encore": "^4.6",
"@types/chrome": "^0.0.268",
"@types/jest": "^29.5",
"file-loader": "^6.2.0",
"jest": "^29.7",
"jest-environment-jsdom": "^29.7.0",
"sass": "^1.75",
"sass-loader": "^14.2",
"ts-jest": "^29.1",
"ts-loader": "^9.5",
"ts-mockito": "^2.6",
"typescript": "^5.4"
},
"dependencies": {
"constitute": "^1.6.2",
"dom-autoscroller": "^2.3.4",
"dragula": "^3.7.2"
}
}