-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 879 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
{
"name": "styleviewer",
"version": "1.1.0",
"description": "用於查看網頁中元素樣式的 JavaScript 庫",
"main": "webpack.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Siyu1017/StyleViewer.js.git"
},
"author": "Siyu1017",
"license": "MIT",
"bugs": {
"url": "https://github.com/Siyu1017/StyleViewer.js/issues"
},
"homepage": "https://github.com/Siyu1017/StyleViewer.js#readme",
"dependencies": {
"tippy.js": "^6.3.7",
"webpack": "^5.88.2"
},
"scripts": {
"watch": "webpack --mode development --watch",
"start": "webpack --mode development",
"build": "npm i\nwebpack --mode production"
},
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"webpack-cli": "^5.1.4"
}
}