-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
49 lines (49 loc) · 1.44 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
42
43
44
45
46
47
48
49
{
"name": "mcc",
"version": "1.0.0",
"description": "MyCryptoCheckout plugin for WordPress",
"main": "Gruntfile.js",
"scripts": {
"build:solweb3": "webpack --config webpack.config.solweb3.js",
"build:woocommerce": "webpack --config webpack.config.js",
"build": "npm run build:woocommerce && npm run build:solweb3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MyCryptoCheckout/wordpress.git"
},
"author": "mycryptocheckout",
"license": "ISC",
"bugs": {
"url": "https://github.com/MyCryptoCheckout/wordpress/issues"
},
"homepage": "https://github.com/MyCryptoCheckout/wordpress",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@lodder/grunt-postcss": "^3.0.1",
"@wordpress/scripts": "^27.6.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.3",
"grunt": "^1.6.1"
},
"dependencies": {
"@solana/spl-token": "^0.4.6",
"@solana/web3.js": "^1.91.8",
"bignumber.js": "^9.0.2",
"buffer": "^6.0.3",
"clipboard": "^2.0.11",
"crypto-browserify": "^3.12.0",
"dompurify": "^3.1.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-dart-sass": "^2.0.1",
"postcss": "^8.4.23",
"qrcode": "^1.5.1",
"stream-browserify": "^3.0.0",
"vm-browserify": "^1.1.2",
"web3": "^4.9.0"
}
}