forked from uktrade/data-workspace-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.23 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
{
"name": "data-workspace-frontend",
"version": "1.0.0",
"description": "Builds the CSS for data-workspace",
"directories": {
"doc": "docs",
"test": "test"
},
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "node-sass dataworkspace/dataworkspace/sass --output dataworkspace/dataworkspace/static --include-path node_modules --output-style compressed",
"debug:css": "node-sass dataworkspace/dataworkspace/sass --output dataworkspace/dataworkspace/static --source-map true --source-map-contents --include-path node_modules",
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"scss-tokenizer": "0.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uktrade/data-workspace.git"
},
"keywords": [],
"author": "Department for International Trade",
"license": "MIT",
"bugs": {
"url": "https://github.com/uktrade/data-workspace/issues"
},
"homepage": "https://github.com/uktrade/data-workspace#readme",
"devDependencies": {
"govuk-frontend": "3.14",
"husky": "^8.0.0",
"jest": "^29.7.0",
"js-base64": "^3.7.5",
"node-sass": "^8.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}