forked from hrsetyono/edje-wp-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "pixel-wp-library",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pixelstudio-id/pixel-wp-library.git"
},
"dependencies": {
"classnames": "^2.3.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"@wordpress/rich-text": "~6.8.0",
"@wordpress/icons": "^10.3.0",
"@wordpress/scripts": "^27.9.0",
"browser-sync": "^2.29.1",
"browser-sync-webpack-plugin": "^2.2.2",
"css-loader": "^4.3.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.24.2",
"file-loader": "^6.1.0",
"mini-css-extract-plugin": "^0.11.2",
"sass": "^1.53.0",
"sass-loader": "^10.0.2",
"thread-loader": "^4.0.2",
"url-loader": "^4.1.0",
"webpack": "^5.9.3",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --watch"
},
"babel": {
"presets": [
"@wordpress/babel-preset-default"
]
}
}