-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
44 lines (44 loc) · 1.56 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
{
"name": "plone.staticresources",
"version": "2.2.0-alpha.1",
"description": "Static resources for Plone",
"repository": "git@github.com: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.2.0-beta.1",
"bootstrap-icons": "1.11.3",
"svg-country-flags": "git+https://github.com/hampusborgos/country-flags.git"
},
"devDependencies": {
"@patternslib/dev": "3.6.1",
"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"
]
}