-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.56 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
{
"name": "git-blog",
"version": "1.0.0",
"description": "web blog project (you can choose react or vue)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write .",
"lint:fix": "npx pnpm -r run lint:fix",
"lint": "pnpm -r run lint",
"start": "pnpm -r run start",
"build": "pnpm -r run build",
"push": "sh ./post-github.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cleverboy32/cleverboyBlog.git"
},
"keywords": [
"write",
"your",
"blog",
"by",
"github"
],
"author": "wuyunzhu",
"license": "MIT",
"bugs": {
"url": "https://github.com/cleverboy32/cleverboyBlog/issues"
},
"homepage": "https://github.com/cleverboy32/cleverboyBlog#readme",
"devDependencies": {
"@eslint/js": "^9.10.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.5.4",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.28.0",
"html-webpack-plugin": "^5.6.0",
"prettier": "^3.3.3",
"sass": "^1.78.0",
"sass-loader": "^16.0.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.5.0",
"vue": "^3.5.3",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-merge": "^6.0.1"
},
"engines": {
"node": ">=20.0.0"
}
}