forked from d3ward/floatly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "floatly",
"version": "2.2.0",
"description": "Floatly is an awesome floating button that brings quick actions to any website.",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/d3ward/floalty.git"
},
"author": "Eduard Ursu",
"license": "(CC BY-NC-SA 4.0)",
"bugs": {
"url": "https://github.com/d3ward/floatly/issues"
},
"homepage": "https://github.com/d3ward/floatly#readme",
"devDependencies": {
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "10.0.0",
"css-loader": "6.5.1",
"file-loader": "6.2.0",
"fs-extra": "10.0.0",
"html-loader": "3.0.1",
"html-webpack-plugin": "5.5.0",
"style-loader": "3.3.1",
"url-loader": "^4.1.1",
"webpack": "5.64.4",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.6.0",
"write-file-webpack-plugin": "4.5.1"
},
"dependencies": {
"mini-css-extract-plugin": "^2.4.5",
"sortablejs": "^1.14.0",
"vanilla-picker": "^2.12.1"
}
}