-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.44 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.44 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
{
"name": "bluefinch-ppcp-web",
"version": "1.0.0",
"description": "PPCP Web",
"main": "src/index.js",
"scripts": {
"dev": "webpack --watch --mode=development",
"lint": "eslint src",
"lint-fix": "eslint src --fix",
"prod": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluefinchcommerce/ppcp-web.git"
},
"dependencies": {
"@braintree/asset-loader": "2.0.1",
"@braintree/browser-detection": "2.0.1",
"@braintree/event-emitter": "0.4.1",
"@braintree/extended-promise": "1.0.0",
"@braintree/iframer": "2.0.0",
"@braintree/sanitize-url": "7.0.4",
"@braintree/uuid": "1.0.0",
"@braintree/wrap-promise": "2.1.0",
"@paypal/accelerated-checkout-loader": "1.1.0",
"card-validator": "10.0.0",
"common-js": "^0.3.8",
"credit-card-type": "10.0.1",
"framebus": "6.0.0",
"http-server": "^14.1.1",
"inject-stylesheet": "6.0.1",
"promise-polyfill": "8.2.3"
},
"author": "Chloe Langford",
"license": "ISC",
"bugs": {
"url": "https://github.com/bluefinchcommerce/ppcp-web/issues"
},
"homepage": "https://github.com/bluefinchcommerce/ppcp-web#readme",
"devDependencies": {
"@babel/core": "^7.26.0",
"babel-loader": "^9.2.1",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
"path": "^0.12.7",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
}
}