-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
64 lines (64 loc) · 1.83 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "wp-editor.md",
"version": "10.2.1",
"description": "Perhaps this is the best and most perfect Markdown editor in WordPress",
"scripts": {
"build-prod": "NODE_ENV=production webpack --config webpack.prod.js",
"build-dev": "NODE_ENV=development webpack --config webpack.dev.js",
"analyze-prod": "NODE_ENV=production ANALYZE=true webpack --config webpack.dev.js",
"analyze-dev": "NODE_ENV=development ANALYZE=true webpack --config webpack.dev.js"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/LuRenJiasWorld/WP-Editor.md.git"
},
"keywords": [
"wordpress",
"plugin"
],
"author": "LuRenJiasWorld",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/LuRenJiasWorld/WP-Editor.md/issues"
},
"homepage": "https://untitled.pw/",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"eslint": "^8.35.0",
"eslint-webpack-plugin": "^4.0.0",
"mini-css-extract-plugin": "^2.7.2",
"node-sass": "^8.0.0",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"thread-loader": "^3.0.4",
"uglify-js": "^3.17.4",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0",
"webpack-merge-and-include-globally": "^2.3.4",
"webpack-parallel-uglify-plugin": "^2.0.0",
"webpack-remove-empty-scripts": "^1.0.1"
},
"browserslist": [
"> 1%",
"Chrome > 60",
"Firefox > 60",
"last 10 versions",
"not ie <= 10"
],
"dependencies": {
"babel-runtime": "~6.26.0"
}
}