-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
50 lines (50 loc) · 1.69 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
{
"name": "ds-judgments-public-ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start-sass": "npx sass --watch --load-path=node_modules ds_judgements_public_ui/sass:ds_judgements_public_ui/static/css",
"start-scripts": "npx webpack --watch",
"build": "npx webpack && npx sass --load-path=node_modules ds_judgements_public_ui/sass:ds_judgements_public_ui/static/css",
"watch": "npx nodemon --watch './ds_judgements_public_ui/sass/*' --watch './ds_judgements_public_ui/static/js/*' --exec 'npm run start-sass && npm run start-scripts'",
"lint:scss": "npx stylelint '**/*.scss'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nationalarchives/ds-judgments-public-ui.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nationalarchives/ds-judgments-public-ui/issues"
},
"homepage": "https://github.com/nationalarchives/ds-judgments-public-ui#readme",
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^9.0.0",
"jquery": "^3.6.0",
"stylelint": "^16.10.0",
"stylelint-config-clean-order": "^6.1.0",
"stylelint-config-standard-scss": "^13.1.0",
"webpack": "^5.76.0",
"webpack-cli": "^5.1.4"
},
"browserslist": [
"IE 11"
],
"dependencies": {
"@nationalarchives/ds-caselaw-frontend": "github:nationalarchives/ds-caselaw-frontend#v2.0.9",
"@nationalarchives/frontend": "^0.3.0",
"govuk-country-and-territory-autocomplete": "^1.0.2",
"govuk-frontend": "^5.7.1",
"nodemon": "^3.0.3",
"npm": "^10.7.0",
"sass": "^1.58.3"
}
}