generated from DeNepo/separation-of-concerns-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package copy.json
47 lines (47 loc) · 1.89 KB
/
package copy.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
{
"name": "javascript-quiz",
"version": "0.0.0",
"scripts": {
"tree": "depcruise --prefix ../ --include-only \"^client\" --exclude '(sandbox.js|(\\S)+.spec.js)' --output-type dot client | graphviz -Tsvg -odocs/dependency-graph.svg",
"tree:html": "depcruise --prefix ../ --include-only \"^client\" --exclude '(sandbox.js|(\\S)+.spec.js)' *.spec.js --output-type dot client | graphviz -Tsvg | depcruise-wrap-stream-in-html > docs/dependency-graph.html",
"document": "node ./dev-scripts/document.js ../client && npm run tree && npm run tree:html",
"test": "node --experimental-vm-modules node_modules/.bin/jest --passWithNoTests",
"lint:css": "stylelint",
"lint:js": "eslint --max-warnings=0 --ext=.js --format=codeframe",
"ci:lint:css": "stylelint './client/styles'",
"format": "prettier --write ./client"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/hackyourfuturebelgium/word-list.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/hackyourfuturebelgium/word-list/issues"
},
"homepage": "https://github.com/hackyourfuturebelgium/word-list",
"devDependencies": {
"dependency-cruiser": "^10.0.1",
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-boundaries": "^2.3.0",
"eslint-plugin-disable": "^2.0.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-folders": "^1.0.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^32.3.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-sonarjs": "^0.9.1",
"eslint-plugin-spellcheck": "0.0.17",
"graphviz-cli": "^1.0.0",
"jest": "^26.6.3",
"jsdoc-to-markdown": "^6.0.1",
"prettier": "^2.2.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0"
}
}