-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.34 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
{
"name": "variation-swatches-and-gallery",
"version": "1.0.0",
"description": "Variation Swatches and Gallery for WooCommerce",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --config config/webpack.dev.js",
"build": "cross-env NODE_ENV=production webpack --config config/webpack.prod.js",
"lint": "eslint \"admin/src/**/*.js\" \"public/src/**/*.js\" || true",
"prettify": "prettier --write \"admin/src/**/*.js\" \"public/src/**/*.js\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.25.7",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-webpack": "^0.13.9",
"eslint-plugin-prettier": "^5.2.1",
"mini-css-extract-plugin": "^2.9.1",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.6",
"prettier": "^3.3.3",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^6.0.1"
}
}