This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.92 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
45
46
47
48
49
50
51
52
{
"name": "@hmcts/ctsc-web-chat",
"version": "0.3.12",
"description": "HMCTS CTSC Web Chat",
"repository": {
"type": "git",
"url": "git+https://github.com/hmcts/ctsc-web-chat.git"
},
"keywords": [
"CTSC",
"web",
"chat",
"CSS"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hmcts/ctsc-web-chat/issues"
},
"homepage": "https://github.com/hmcts/ctsc-web-chat#readme",
"publishConfig": {
"access": "public"
},
"scripts": {
"setup": "niv [email protected] --destination govuk-frontend-3 && npm run sass-gds-v2 && npm run sass-gds-v3",
"sass-gds-v2": "NODE_PATH=. node-sass assets/sass/hmcts-webchat-gds-v2.scss --output assets/css --quiet --output-style expanded --include-path node_modules/govuk_frontend",
"sass-gds-v3": "NODE_PATH=. node-sass assets/sass/hmcts-webchat-gds-v3.scss --output assets/css --quiet --output-style expanded --include-path node_modules/govuk_frontend/govuk",
"build-task:scss-compile": "cross-env NODE_PATH=. node-sass-chokidar --source-map true assets/sass -o assets/css",
"sass:build": "cross-env NODE_PATH=. run-s build-task:*",
"sass:watch": "cross-env NODE_PATH=. chokidar 'assets/sass/**/*.scss' -c 'npm run sass:build'",
"sass:watch-web-chat": "cross-env NODE_PATH=. chokidar 'assets/web-chat/**/*.scss' -c 'npm run sass:build'",
"build": "run-s *:build",
"lint": "cross-env NODE_PATH=. eslint --ignore-pattern coverage .",
"test": "yarn --version"
},
"dependencies": {},
"devDependencies": {
"@hmcts/nodejs-logging": "^3.0.1",
"autoprefixer": "^9.7.4",
"cross-env": "^7.0.0",
"eslint": "^6.8.0",
"eslint-plugin-mocha": "^6.2.2",
"govuk-frontend": "^2.13.0",
"node-sass": "^4.13.1",
"node-sass-chokidar": "^1.4.0",
"nodemon": "^2.0.2",
"npm-install-version": "^6.0.2",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.0",
"postcss-cli": "^7.1.0",
"supertest": "^4.0.2"
}
}