-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
108 lines (108 loc) · 4.48 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "le-livre-des-rois",
"version": "2.0.0",
"description": "Le livre des rois: histoire légendaire des rois de Perse par Ferdowsi",
"main": "index.js",
"scripts": {
"build": "rimraf .cache && rimraf public && npm run format && npm run lint && npm run type-check && gatsby build",
"gatsby-build": "rimraf .cache && rimraf public && npm run type-check && gatsby build",
"check-format": "prettier --list-different \"src/**/*.{ts,tsx,css,html,json,md}\" ",
"create-types-for-css-modules": "tcm src -c",
"create-types-for-sass-modules": "tsm src --nameFormat camel",
"develop": "gatsby develop",
"eslint-init": "eslint --init",
"format": "prettier --loglevel warn --list-different --write \"src/**/*.{ts,tsx,css,html,json}\" ",
"jest-init": "jest --init",
"lint": "eslint ./ --ext .js,.ts,.tsx,.jsx --format visualstudio --no-color --max-warnings 10 --report-unused-disable-directives --ignore-pattern 'public/*' --ignore-pattern 'coverage/*' --ignore-pattern 'node_modules/*' --ignore-pattern 'src/markdown/*' --ignore-pattern 'src/tags/*' ",
"ocr": "ocrmypdf --skip-text -l fra source.pdf target.pdf",
"serve": "gatsby serve",
"start": "npm run develop",
"test-with-no-coverage": "jest --config=jest-no-coverage.config.js --runInBand",
"test": "jest --config=jest.config.js --runInBand",
"tsc-init": "tsc --init",
"type-check": "tsc",
"--- english version from warner & warner --": "",
"en-format-all-episodes": "ts-node src/tools/en/warner/markdown-formatter/format-episodes.ts",
"--- french version from J. Mohl ------------": "",
"fr-update-frontmatter-tags": "ts-node src/tools/fr/markdown-tags/set-tags-in-website-markdowns.ts",
"fr-update-frontmatter-lastUpdate": "ts-node src/tools/fr/markdown-frontmatter/update-frontmatter-field-last-update.ts",
"fr-format-all-episodes": "ts-node src/tools/fr/markdown-formatter/format-episodes.ts",
"--------------------------------------------": "",
"auto-commit-skip-netlify": "ts-node src/tools/common/git/auto-commit-skip-netlify.ts",
"auto-commit": "ts-node src/tools/common/git/auto-commit.ts",
"ltex-check-sample": "ltex-ls-12.4.0/bin/ltex-ls --input-documents=src/markdown/fr/12-kaous/017-kaous-demande-en-marriage-soudabeh.md --settings-file=ltex-settings.fr.json"
},
"dependencies": {
"@popperjs/core": "2.11.2",
"bootstrap": "5.1.3",
"bootstrap-icons": "1.7.2",
"gatsby": "4.4.0",
"gatsby-image": "3.11.0",
"gatsby-plugin-google-analytics": "4.4.0",
"gatsby-plugin-image": "2.4.0",
"gatsby-plugin-manifest": "4.4.0",
"gatsby-plugin-offline": "5.4.0",
"gatsby-plugin-postcss": "5.4.0",
"gatsby-plugin-react-helmet": "5.4.0",
"gatsby-plugin-robots-txt": "1.6.14",
"gatsby-plugin-sharp": "4.4.0",
"gatsby-plugin-sitemap": "5.4.0",
"gatsby-plugin-typescript": "4.4.0",
"gatsby-remark-images": "6.4.0",
"gatsby-source-filesystem": "4.4.0",
"gatsby-transformer-remark": "5.4.0",
"gatsby-transformer-sharp": "4.4.0",
"leaflet": "1.7.1",
"leaflet-draw": "1.0.4",
"postcss": "8.4.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-leaflet": "3.2.2",
"react-leaflet-draw": "0.19.8"
},
"devDependencies": {
"@types/jest": "27.4.0",
"@types/leaflet": "1.7.8",
"@types/mermaid": "8.2.7",
"@types/node": "17.0.8",
"@types/node-sass": "4.11.2",
"@types/randomcolor": "0.5.6",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@types/react-helmet": "6.1.5",
"@types/unist": "2.0.6",
"@types/web": "0.0.48",
"@typescript-eslint/eslint-plugin": "5.9.0",
"@typescript-eslint/parser": "5.9.0",
"case-anything": "1.1.3",
"eslint": "8.6.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"gatsby-cli": "4.4.0",
"jest": "27.4.5",
"mermaid.cli": "0.5.1",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"simple-git": "2.48.0",
"ts-jest": "27.1.2",
"ts-node": "10.4.0",
"typescript": "4.5.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hdorgeval/le-livre-des-rois.git"
},
"author": "Henri d'Orgeval",
"license": "MIT",
"bugs": {
"url": "https://github.com/hdorgeval/le-livre-des-rois/issues"
},
"homepage": "https://github.com/hdorgeval/le-livre-des-rois#readme",
"engines": {
"vscode": "^1.18.0",
"node": ">=14.15.0"
}
}