-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.47 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
{
"name": "blognode-dev",
"version": "1.0.0",
"description": "一个使用Node.js搭建的博客系统",
"repository": "https://github.com/BATTLEHAWK00/BlogNode-dev",
"author": "BATTLEHAWK00 <[email protected]>",
"license": "AGPL-3.0-or-later",
"main": "package.json",
"private": true,
"scripts": {
"commitlint": "commitlint",
"postinstall": "husky install",
"prepare": "husky install"
},
"workspaces": [
"packages/renderer/*",
"packages/plugins/*",
"packages/themes/*",
"packages/core"
],
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@types/mocha": "^9.1.1",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@zerollup/ts-transform-paths": "^1.7.18",
"concurrently": "^7.2.1",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"gulp-clean": "^0.4.0",
"gulp-esbuild": "^0.10.3",
"husky": "^8.0.1",
"mocha": "^10.0.0",
"nodemon": "^2.0.16",
"prettier": "^2.8.1",
"ts-node": "^10.8.0",
"tsc-alias": "^1.6.8",
"typescript": "^4.3.5",
"webpack": "^5.73.0"
}
}