-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.57 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": "ds-judgments-editor-ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start-sass": "npx sass --watch node_modules/@nationalarchives/ds-caselaw-frontend/src/main.scss:/dev/null ds_caselaw_editor_ui/sass/main.scss:ds_caselaw_editor_ui/static/css/main.css",
"start-scripts": "npx webpack --watch",
"build": "npx webpack && npx sass ds_caselaw_editor_ui/sass/main.scss:ds_caselaw_editor_ui/static/css/main.css",
"watch": "npx nodemon --watch './ds_caselaw_editor_ui/sass/*' --watch './ds_caselaw_editor_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-editor-ui.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nationalarchives/ds-judgments-editor-ui/issues"
},
"homepage": "https://github.com/nationalarchives/ds-judgments-editor-ui#readme",
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^9.0.0",
"cypress": "^13",
"jquery": "^3.6.0",
"stylelint": "^16.10.0",
"stylelint-config-clean-order": "^6.1.0",
"stylelint-config-standard-scss": "^14.0.0",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.0"
},
"dependencies": {
"@nationalarchives/ds-caselaw-frontend": "github:nationalarchives/ds-caselaw-frontend#v2.0.9",
"nodemon": "^3.0.3",
"sass": "^1.58.3"
}
}