forked from PrestaShopCorp/paypal
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.79 KB
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
52
53
54
{
"name": "paypal",
"version": "6.0.0",
"description": "PayPal official Module",
"directories": {
"doc": "202/doc"
},
"scripts": {
"watch": "webpack --mode development --devtool source-map -w",
"build": "webpack --mode production --devtool source-map --progress",
"doc-build": "stylemark -i 202/doc -o 202/build/doc -c 202/doc/config.yml",
"doc-watch": "stylemark -i 202/doc -o 202/build/doc -c 202/doc/config.yml -w -b",
"fetch-paypal-carriers": "node ./202/_dev/modules/fetch-paypal-carriers/main.js ./paypal-carriers.json"
},
"repository": {
"type": "git",
"url": "https://github.com/202ecommerce/paypal/"
},
"keywords": [
"PayPal"
],
"homepage": "https://github.com/",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"ajv": "^8.12.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^10.1.1",
"bootstrap": "^4.6.0",
"css-loader": "^7.1.4",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-html": "^8.1.4",
"eslint-plugin-import": "^2.25.2",
"material-icons": "^1.10.8",
"mini-css-extract-plugin": "^2.7.2",
"popper.js": "^1.16.1",
"postcss-loader": "^8.2.1",
"sass": "^1.99.0",
"sass-loader": "^16.0.8",
"stylelint": "^14.16.1",
"stylelint-config-twbs-bootstrap": "^7.0.0",
"stylemark": "^0.1.1",
"terser-webpack-plugin": "^5.3.17",
"webpack": "^5.105.4",
"webpack-cli": "^7.0.2",
"webpack-remove-empty-scripts": "^1.0.4"
},
"dependencies": {
"intl-tel-input": "17.0.16",
"jsdom": "^29.1.1",
"prestakit": "^1.2.5"
}
}