forked from plone/plone.staticresources
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 774 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 774 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
{
"name": "plone.staticresources",
"version": "2.0.0",
"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.0.1",
"bootstrap-icons": "^1.10.3",
"svg-country-flags": "git+https://github.com/hampusborgos/country-flags.git"
},
"devDependencies": {
"@patternslib/dev": "^3.1.9",
"copy-webpack-plugin": "^11.0.0"
},
"resolutions": {},
"browserslist": [
"defaults"
]
}