-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
37 lines (37 loc) · 1.07 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
{
"name": "woo-commerce_alt-coin_payment_gateway",
"version": "1.0.0",
"description": "woocommerce altcoin payment gateway",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"watch": "webpack --watch --mode development"
},
"author": "M.Tuhin",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.23.8",
"@swc/core": "^1.3.104",
"autoprefixer": "^10.4.17",
"babel-loader": "^8.3.0",
"css-loader": "^6.9.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"mini-css-extract-plugin": "^2.7.7",
"node-sass": "^9.0.0",
"postcss-loader": "^6.2.1",
"sass-loader": "^14.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.89.0",
"webpack-cli": "^4.10.0",
"webpack-fix-style-only-entries": "^0.6.1"
},
"dependencies": {
"3d-word-cloud": "^1.1.2",
"idempotent-babel-polyfill": "^7.4.4",
"localforage": "^1.10.0",
"sweetalert2": "^11.10.3"
}
}