forked from TwisterMc/pdfjs-viewer-shortcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.59 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
{
"name": "pdf.js-viewer-shortcode",
"version": "1.0.0",
"description": "* Contributors: FalconerWeb, twistermc * Tags: pdf, pdf.js, viewer, reader, embed, mozilla, shortcode * Requires at least: 4.0 * Tested up to: 5.4 * Stable tag: 1.4.4 * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html * Requires PHP: 7.2",
"main": "blocks/src/block/block.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TwisterMc/PDF.js-Viewer-Shortcode.git"
},
"author": "Thomas McMahon",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/TwisterMc/PDF.js-Viewer-Shortcode/issues"
},
"homepage": "https://github.com/TwisterMc/PDF.js-Viewer-Shortcode#readme",
"devDependencies": {
"@babel/cli": "^7.13.0",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@wordpress/eslint-plugin": "^5.1.0",
"@wordpress/prettier-config": "^0.2.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-minify": "^0.5.1",
"css-loader": "^3.5.2",
"eslint": "^6.8.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-shell-plugin": "^0.5.0"
},
"prettier": "@wordpress/prettier-config"
}