forked from leedalei/bookmarker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 964 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": "bookmarker",
"version": "2.0.0",
"description": "The best bookmark plugin in the Eastern Hemisphere",
"main": "index.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leedalei/bookmarker.git"
},
"keywords": [
"chrome",
"plugin",
"bookmark"
],
"author": "leelei",
"license": "ISC",
"bugs": {
"url": "https://github.com/leedalei/bookmarker/issues"
},
"homepage": "https://github.com/leedalei/bookmarker#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.3.3",
"style-loader": "^2.0.0",
"webpack": "^5.10.3",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.12.5"
}
}