-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
45 lines (45 loc) · 1.72 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
{
"name": "plone.staticresources",
"version": "2.2.0-alpha.1",
"description": "Static resources for Plone",
"repository": "[email protected]:plone/plone.staticresources.git",
"license": "BSD-3-Clause",
"scripts": {
"build": "NODE_ENV=production webpack --config webpack.config.js",
"stats": "NODE_ENV=production webpack --config webpack.config.js --json > stats.json"
},
"dependencies": {
"@plone/mockup": "5.3.4",
"bootstrap-icons": "1.11.3",
"svg-country-flags": "git+https://github.com/hampusborgos/country-flags.git"
},
"devDependencies": {
"@patternslib/dev": "3.7.2",
"copy-webpack-plugin": "12.0.2",
"svelte": "^4.2.18",
"svelte-keydown": "^0.7.0",
"svelte-loader": "^3.2.4",
"svelte-scrollto": "^0.2.0",
"svg-inline-loader": "^0.8.2"
},
"resolutions": {
"datatables.net": "<1.13",
"datatables.net-bs5": "<1.13",
"datatables.net-buttons": "<2.3",
"datatables.net-buttons-bs5": "<2.3",
"datatables.net-colreorder": "<1.6",
"datatables.net-colreorder-bs5": "<1.6",
"datatables.net-fixedcolumns": "<4.2",
"datatables.net-fixedcolumns-bs5": "<4.2",
"datatables.net-fixedheader": "<3.3",
"datatables.net-fixedheader-bs5": "<3.3",
"datatables.net-rowreorder": "<1.3",
"datatables.net-rowreorder-bs5": "<1.3",
"datatables.net-select": "<1.5",
"datatables.net-select-bs5": "<1.5"
},
"browserslist": [
"defaults"
],
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}