-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 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
32
33
34
35
36
37
{
"name": "edje-wp-theme",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/hrsetyono/edje-wp-theme.git"
},
"dependencies": {
"swiper": "^8.3.2"
},
"devDependencies": {
"@wordpress/components": "^11.1.1",
"@wordpress/scripts": "^12.5.0",
"browser-sync": "^2.26.12",
"browser-sync-webpack-plugin": "^2.2.2",
"css-loader": "^4.3.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"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",
"url-loader": "^4.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --watch"
},
"babel": {
"presets": [
"@wordpress/babel-preset-default"
]
}
}