-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 769 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 769 Bytes
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
{
"name": "popover-plugin",
"version": "1.0.13",
"description": "A javascript plugin for popover",
"scripts": {
"start": "webpack --mode development --watch",
"build": "webpack --mode production",
"docs": "docsify serve docs"
},
"author": "Sa Si Dev",
"keywords": [
"javascript",
"plugin",
"popover"
],
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"docsify-cli": "^4.4.4",
"filemanager-webpack-plugin": "^7.0.0",
"mini-css-extract-plugin": "^2.6.1",
"popper-plugin": "^1.0.5",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
}