forked from 202ecommerce/paypal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.4 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"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": "^9.1.2",
"bootstrap": "^4.6.0",
"bootstrap-input-spinner": "git+https://github.com/202ecommerce/bootstrap-input-spinner.git#bugfix/lighthouse-passive-listeners",
"bourbon": "^7.2.0",
"browser-sync": "^2.27.11",
"browser-sync-webpack-plugin": "^2.3.0",
"bs-custom-file-input": "^1.3.4",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.25.2",
"expose-loader": "^4.0.0",
"lighthouse": "^12.1.0",
"material-icons": "^1.10.8",
"mini-css-extract-plugin": "^2.7.2",
"node-sass": "^8.0.0",
"npm-run-all": "^4.1.5",
"postcss-loader": "^7.0.2",
"sass-loader": "^13.2.0",
"stylelint": "^14.16.1",
"stylelint-checkstyle-formatter": "^0.1.2",
"stylelint-config-twbs-bootstrap": "^7.0.0",
"stylemark": "^0.1.1",
"terser-webpack-plugin": "^5.3.6",
"vanilla-lazyload": "^15.2.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-remove-empty-scripts": "^1.0.4"
},
"dependencies": {
"axios": "^1.6.0",
"babel-polyfill": "^6.26.0",
"intl-tel-input": "17.0.16",
"jsdom": "^20.0.3",
"prestakit": "^1.2.5",
"qs": "^6.9.1"
}
}