forked from paytrail/paytrail-for-woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.42 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
{
"name": "paytrail-for-woocommerce",
"version": "1.3.11",
"description": "Paytrail is a payment gateway that offers 20+ payment methods for Finnish customers.",
"private": true,
"dependencies": {
"babel-runtime": "^6.23.0",
"npm": "^8.11.0"
},
"devDependencies": {
"ajv": "^6.11.0",
"autoprefixer": "^10.4.8",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^6.7.1",
"cssnano": "^6.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"fastclick": "^1.0.6",
"file-loader": "^1.1.9",
"font-awesome": "^4.7.0",
"node-sass": "^9.0.0",
"normalize-css": "^2.3.1",
"postcss-loader": "^7.2.4",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"url-loader": "^0.6.2",
"webpack": "^5.76.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"dev": "webpack",
"build": "webpack -p"
},
"homepage": "https://github.com/paytrail/paytrail-for-woocommerce",
"author": "Paytrail <[email protected]> (https://www.paytrail.com)",
"license": "MIT"
}