-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.3 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
42
43
44
{
"name": "nhs",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"cy:cache:list": "cypress cache list",
"cy:info": "cypress info",
"cy:version": "cypress version",
"cy:verify": "cypress verify",
"cy:run": "cypress run",
"static:build": "gulp less",
"static:watch": "gulp watch",
"test:e2e": "nightwatch -e chrome",
"cypress:run:dev": "cypress run --env baseUrl=http://ckan-dev:5000",
"cypress:run:prod": "cypress run --env baseUrl=https://opendata.nhsbsa.net",
"cypress:open:dev": "cypress open --env baseUrl=http://ckan-dev:5000",
"cypress:open:prod": "cypress open --env baseUrl=https://opendata.nhsbsa.net"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/datopian/clients/nhs"
},
"author": "Datopian",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/datopian/clients/nhs/issues"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-if": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^2.6.5",
"sass": "^1.35.2",
"cypress": "^13.14.2",
"cypress-axe": "^1.5.0",
"mocha-junit-reporter": "^2.2.1"
},
"homepage": "https://gitlab.com/datopian/clients/nhs/blob/master/README.md",
"dependencies": {
"gulp-clean-css": "^4.3.0"
}
}