-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 753 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 753 Bytes
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
{
"devDependencies": {
"@symfony/webpack-encore": "^0.30.0",
"core-js": "^3.27.2",
"regenerator-runtime": "^0.13.11",
"webpack-notifier": "^1.15.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@adyen/adyen-web": "^5.66.1",
"bootstrap": "^4.6.2",
"braintree-web": "3.102.0",
"braintree-web-drop-in": "1.42.0",
"jquery": "^3.6.3",
"jqueryui": "^1.11.1",
"jsoneditor": "^9.9.2",
"popper.js": "^1.16.1",
"yarn": "^1.22.22"
}
}