-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.42 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.42 KB
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
{
"name": "leadyou",
"version": "1.0.0",
"description": "LEADYOU is a web application that helps you to write a README easily.",
"homepage": "https://hacknock.github.io/leadyou",
"repository": {
"type": "git",
"url": "git+https://github.com/Hacknock/leadyou.git"
},
"author": "Akira Kashihara, Takuto Nakamura",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Hacknock/leadyou/issues"
},
"keywords": [
"README",
"GitHub",
"Markdown",
"React",
"TypeScript",
"webpack",
"GitHub Pages",
"GitHub Actions"
],
"scripts": {
"start": "webpack serve --config webpack.config.js --mode development",
"build": "webpack",
"update-catalog": "node update-catalog.mjs"
},
"engines": {
"node": "^20.11.1"
},
"dependencies": {
"fs": "^0.0.1-security",
"i18next": "^23.16.4",
"jszip": "^3.10.1",
"marked": "^14.1.3",
"node-fetch": "^3.3.2",
"query-string": "^9.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.0",
"react-markdown": "^9.0.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"css-loader": "^7.1.2",
"style-loader": "^4.0.0",
"ts-loader": "^9.4.2",
"typescript": "^5.6.3",
"webpack": "^5.90.3",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^5.1.0"
}
}