-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.31 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
{
"name": "webkima-elements",
"version": "1.0.0",
"description": "=== Webkima Elements === author: Webkima Academy Contributors: nabiabdi Tags: elementor,persian,parsi,farsi,iran,iranian,rtl,fa_IR,المنتور Requires at least: 5.0 Tested up to: 6.1.1 Requires PHP: 5.6 Stable tag: 1.4.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "webpack --config webpack.config.js",
"build": "webpack --mode development",
"dist": "webpack --mode production",
"watch": "webpack --watch --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/navidabdi/webkima-elements.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/navidabdi/webkima-elements/issues"
},
"homepage": "https://github.com/navidabdi/webkima-elements#readme",
"devDependencies": {
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.2",
"css-minimizer-webpack-plugin": "^4.2.2",
"mini-css-extract-plugin": "^2.7.2",
"sass": "^1.56.1",
"sass-loader": "^13.2.0"
}
}