-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
143 lines (143 loc) · 4.89 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "blog-admin",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"dev": "NODE_ENV=development ts-node -P ./tsconfig.webpack.json ./server.ts",
"lint:tslint": "tslint -p . -t stylish",
"lint": "eslint --ext .tsx --ext .ts src",
"build": "TS_NODE_PROJECT=\"tsconfig.webpack.json\" NODE_ENV=production webpack --config ./config/webpack.prod.config.ts",
"prettier": "prettier --write \"src/**/*.{ts,tsx,less}\"",
"commit": "git-cz",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"keywords": [],
"author": "",
"license": "ISC",
"repository": {
"url": "[email protected]:zzuu666/blog-admin.git"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-react-jsx-source": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.13.9",
"@babel/preset-env": "^7.13.8",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@types/connect-history-api-fallback": "^1.3.2",
"@types/express": "^4.17.11",
"@types/highlight.js": "^10.1.0",
"@types/html-webpack-plugin": "^3.2.4",
"@types/lodash.debounce": "^4.0.6",
"@types/marked": "^1.2.2",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-loadable": "^5.5.4",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/webpack-dev-middleware": "^4.1.0",
"@types/webpack-hot-middleware": "^2.25.3",
"@types/webpack-merge": "^4.1.5",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"autoprefixer": "^10.2.4",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"commitizen": "^4.2.3",
"connect-history-api-fallback": "^1.6.0",
"css-loader": "^5.1.0",
"cz-conventional-changelog": "^3.3.0",
"esbuild-loader": "^2.10.0",
"eslint": "^7.21.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"express": "^4.16.4",
"html-webpack-plugin": "^5.2.0",
"http-proxy-middleware": "^1.0.6",
"husky": "^5.1.2",
"less": "4.1.1",
"less-loader": "^8.0.0",
"lint-staged": "^10.5.4",
"mini-css-extract-plugin": "^1.3.9",
"opn": "^6.0.0",
"pinst": "^2.1.6",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^5.0.0",
"prettier": "2.2.1",
"react-hot-loader": "^4.13.0",
"react-loadable": "^5.5.0",
"redux-devtools-extension": "^2.13.8",
"style-loader": "^2.0.0",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"tslint-config-airbnb": "^5.11.1",
"tslint-react": "^5.0.0",
"typescript": "^4.2.2",
"url-loader": "^4.1.1",
"webpack": "^5.24.2",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0",
"webpack-dev-middleware": "^4.1.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^5.7.3",
"yarn-deduplicate": "^3.1.0"
},
"dependencies": {
"@ant-design/icons": "^4.5.0",
"@babel/runtime": "^7.13.8",
"@babel/runtime-corejs3": "^7.13.9",
"@hot-loader/react-dom": "^17.0.1",
"@reduxjs/toolkit": "^1.5.0",
"antd": "^4.13.0",
"clsx": "^1.1.1",
"cos-js-sdk-v5": "^1.2.4",
"highlight.js": "^10.6.0",
"lodash.debounce": "^4.0.8",
"marked": "^2.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"whatwg-fetch": "^3.6.2"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "ts-node -P ./tsconfig.webpack.json scripts/verify-commit-msg.ts"
}
},
"lint-staged": {
"src/**/*.{ts,tsx}": [
"prettier --write",
"eslint"
],
"src/**/*.less": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
]
}