-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 1.08 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": "patternlab-seed-pl",
"version": "1.0.0",
"description": "Pattern Lab for a SiteFarm Seed theme",
"dependencies": {
"jquery": "^3.3.1",
"photoswipe": "^4.1.2",
"slick-carousel": "^1.8.1"
},
"main": "gulpfile.js",
"private": true,
"scripts": {
"start": "gulp",
"serve": "http-server public -c-1",
"serve:ci": "http-server public -c-1 --silent",
"e2e": "npm run serve:ci & cypress open",
"e2e:ci": "npm run serve:ci & cypress run",
"backstop:open": "open tests/backstopjs/reports/html/index.html || start tests/backstopjs/reports/html/index.html",
"backstop:compare": "docker-compose run backstop test || true",
"backstop:ref": "docker-compose run backstop reference",
"backstop:test": "npm run backstop:compare && npm run backstop:open"
},
"devDependencies": {
"@pattern-lab/core": "^3.0.1",
"@pattern-lab/engine-mustache": "^2.0.0-beta.1",
"@pattern-lab/uikit-workshop": "^1.0.1",
"cypress": "^3.4.1",
"http-server": "^0.11.1",
"ucd-theme-tasks": "^3.0.0"
},
"engines": {
"node": ">=8.9.0"
}
}