-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
34 lines (34 loc) · 1.03 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
{
"name": "collective-z3cform-datagridfield",
"version": "1.0.0",
"description": "DatagridField Widget for z3c.form",
"license": "BSD-3-Clause",
"engines": {
"node": ">=8.12.0",
"yarn": "^1.22.19"
},
"dependencies": {
"@patternslib/patternslib": "^9.9.16",
"@plone/mockup": "^5.1.14"
},
"devDependencies": {
"@patternslib/dev": "^3.6.1"
},
"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"
},
"publishConfig": {
"access": "public"
},
"author": {
"name": "collective",
"email": "collective@plone.org"
},
"homepage": "https://github.com/collective/collective.z3cform.datagridfield",
"repository": {
"type": "git",
"url": "https://github.com/collective/collective.z3cform.datagridfield.git"
}
}