-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.17 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
46
47
{
"name": "docsify-gifcontrol",
"version": "0.2.1",
"description": "A docsify plugin that adds customizable player controls to GIFs",
"main": "src",
"scripts": {
"build": "webpack --mode=production",
"watch": "webpack --watch --mode=development"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/gbodigital/docsify-gifcontrol.git"
},
"keywords": [
"docsify",
"gif",
"gifcontrol"
],
"files": [
"src",
"dist",
"README.md"
],
"author": "adambergman@github",
"license": "MIT",
"bugs": {
"url": "https://github.com/gbodigital/docsify-gifcontrol/issues"
},
"homepage": "https://github.com/gbodigital/docsify-gifcontrol#readme",
"dependencies": {
"omggif": "^1.0.10"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"babel-loader": "^8.0.6",
"css-loader": "^3.1.0",
"mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.3.0",
"webpack": "^4.37.0",
"webpack-cli": "^3.3.6"
}
}