-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.37 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
41
42
43
44
45
{
"name": "bookmarkie",
"version": "2.0.6",
"description": "An elegant bookmark viewer for Chrome",
"private": true,
"scripts": {
"build": "webpack --mode=production --config config/webpack.config.js",
"watch": "webpack --watch --mode=development --config config/webpack.config.js",
"build:dev": "webpack --watch --mode=development --devtool source-map --config config/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angusjune/bookmarkie.git"
},
"author": "Angus Zhu",
"license": "MIT",
"bugs": {
"url": "https://github.com/angusjune/bookmarkie/issues"
},
"homepage": "https://github.com/angusjune/bookmarkie#readme",
"devDependencies": {
"@types/chrome": "^0.0.135",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.4",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.5.0",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"size-plugin": "^2.0.2",
"webpack": "^5.35.0",
"webpack-cli": "^4.6.0",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@material/button": "^11.0.0",
"@material/card": "^11.0.0",
"@material/list": "^11.0.0",
"@material/ripple": "^11.0.0",
"@material/switch": "^11.0.0",
"@material/typography": "^11.0.0",
"canvg": "^3.0.7",
"lit-element": "^2.4.0"
}
}