forked from dfactoryplugins/post-views-counter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 919 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
{
"name": "post-views-counter",
"version": "1.2.14",
"description": "Post Views Counter Gutenberg javascript.",
"main": "gutenberg.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Digital Factory",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"babel-plugin-transform-react-jsx": "^6.24.1",
"css-loader": "^2.0.1",
"extract-loader": "^3.1.0",
"file-loader": "^3.0.1",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.28.0",
"webpack-cli": "^3.3.2",
"webpack-fix-style-only-entries": "^0.1.0"
},
"dependencies": {}
}