-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
51 lines (51 loc) · 1.63 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
50
51
{
"name": "klarna-payments-for-woocommerce",
"version": "3.8.2",
"description": "Klarna Payments for WooCommerce",
"main": "gulpfile.js",
"repository": "https://github.com/krokedil/klarna-payments-for-woocommerce.git",
"author": "Krokedil AB",
"license": "GPL-3.0+",
"type": "module",
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@types/react": "^18.0.0",
"@types/wordpress__blocks": "^12.5.14",
"@webpack-cli/generators": "^2.5.0",
"@woocommerce/dependency-extraction-webpack-plugin": "2.2.0",
"@wordpress/api-fetch": "^7.11.0",
"@wordpress/blocks": "^14.2.0",
"@wordpress/components": "^28.13.0",
"@wordpress/data": "^10.11.0",
"@wordpress/element": "^6.11.0",
"@wordpress/html-entities": "^4.11.0",
"@wordpress/scripts": "^30.6.0",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"glob": "^11.0.0",
"grunt-cli": "^1.5.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-wp-i18n": "^1.0.3",
"node-sass": "^7.0.3",
"react": "^18.0.0",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"scripts": {
"prebuild": "npx grunt makepot && npx grunt cssmin",
"build": "npx wp-scripts build",
"start:webpack": "wp-scripts start",
"start:dev": "wp-scripts start"
}
}