-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.24 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
{
"name": "collective.gridlisting",
"version": "1.2.2",
"author": "petschki <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/collective/collective.gridlisting"
},
"license": "GPL-2.0-only",
"dependencies": {
"@patternslib/patternslib": "9.9.16",
"@plone/mockup": "5.1.14"
},
"devDependencies": {
"@patternslib/dev": "^3.6.1",
"babel-loader": "^9.1.2",
"clean-css-cli": "^5.6.1",
"npm-run-all": "^4.1.5",
"sass": "^1.77.8",
"sass-loader": "^16.0.0"
},
"resolutions-comments": {
"ua-parser-js": "See https://github.com/faisalman/ua-parser-js/issues/536"
},
"scripts": {
"build": "NODE_ENV=production webpack --config webpack.config.js",
"watch": "NODE_ENV=development webpack --config webpack.config.js --watch",
"start": "NODE_ENV=development webpack serve --config webpack.config.js"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/collective/collective.collectionfilter"
}