-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.47 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
{
"name": "@kitconcept/volto-solr",
"version": "1.0.0-alpha.5",
"description": "@kitconcept/volto-solr: Volto add-on front-end component of Solr support",
"main": "src/index.js",
"scripts": {
"i18n": "rm -rf build/messages && NODE_ENV=production i18n -a",
"cypress:open": "NODE_ENV=production ../../../node_modules/cypress/bin/cypress open",
"cypress:run": "NODE_ENV=test ../../../node_modules/cypress/bin/cypress run",
"cypress:start-frontend": "cd ../../../ && RAZZLE_API_PATH=http://localhost:55001/plone yarn start",
"ci:test-acceptance-server": "make test-acceptance-server",
"cy:test:fixture:setup": "node cypress/support/reset-fixture.js",
"cy:test:fixture:teardown": "node cypress/support/reset-fixture.js teardown",
"dry-release": "release-it --dry-run",
"release": "release-it",
"release-major-alpha": "release-it major --preRelease=alpha",
"release-alpha": "release-it --preRelease=alpha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/kitconcept/volto-solr.git"
},
"author": "kitconcept GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/kitconcept/volto-solr/issues"
},
"homepage": "https://github.com/kitconcept/volto-solr#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@plone/scripts": "^2.3.0",
"release-it": "^16.1.0"
},
"peerDependencies": {
"@plone/volto": "^16.20.0 || ^17.0.0-alpha.4"
},
"packageManager": "[email protected]"
}