-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
126 lines (126 loc) · 4.38 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
{
"name": "caibird",
"version": "3.2.4",
"private": false,
"scripts": {
"preinstall": "git config core.ignorecase false & rimraf .eslint & rimraf .tsc &",
"init-project": "npm i rimraf -g && rimraf node_modules && npm i && husky install && node bin/initProject",
"update-package": "rimraf node_modules package-lock.json && npm i shelljs@latest --save-dev && node bin/updatePackage",
"eslint": "eslint --cache --cache-location \"./.eslint/cache\" -f codeframe --ext .ts,.tsx,.js,.jsx ./",
"eslint-no-cache": "rimraf .eslint && npm run eslint",
"eslint-fix": "eslint --cache --cache-location \"./.eslint/cache\" -f codeframe --ext .ts,.tsx,.js,.jsx ./ --fix",
"tsc": "tsc -v && tsc -p src/tsconfig.json",
"tsc-no-cache": "rimraf .tsc && npm run tsc",
"check-tsc": "npm run eslint && npm run tsc",
"check-tsc-no-cache": "npm run eslint-no-cache && npm run tsc-no-cache"
},
"author": "cmZhou",
"description": "",
"homepage": "https://github.com/xiaocaibird/caibird-mvc",
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/types": "^7.18.4",
"@koa/router": "^10.1.1",
"@types/ali-oss": "^6.16.3",
"@types/babel__core": "^7.1.19",
"@types/cls-hooked": "^4.3.3",
"@types/cssnano": "^4.0.1",
"@types/find": "^0.2.1",
"@types/gulp": "^4.0.9",
"@types/gulp-babel": "^6.1.30",
"@types/gulp-rename": "^2.0.1",
"@types/gulp-sourcemaps": "0.0.35",
"@types/gulp-strip-comments": "^2.5.1",
"@types/jaeger-client": "^3.18.3",
"@types/json-stringify-safe": "^5.0.0",
"@types/koa": "^2.13.4",
"@types/koa-send": "^4.1.3",
"@types/koa-session": "^5.10.6",
"@types/koa-webpack": "^6.0.5",
"@types/koa__router": "^8.0.11",
"@types/lodash": "^4.14.182",
"@types/node": "^14.18.21",
"@types/nodemon": "^1.19.1",
"@types/platform": "^1.3.4",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/script-ext-html-webpack-plugin": "^2.1.3",
"@types/sequelize": "^4.28.13",
"@types/shelljs": "^0.8.11",
"@types/terser-webpack-plugin": "^4.2.0",
"@types/through2": "^2.0.36",
"@types/uuid": "^8.3.4",
"@types/webpack-bundle-analyzer": "^4.4.1",
"@types/webpack-dev-server": "^3.11.6",
"@types/webpack-hot-middleware": "^2.25.6",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/eslint-plugin-tslint": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"ali-oss": "^6.17.1",
"axios": "^0.27.2",
"cls-hooked": "^4.2.2",
"compare-versions": "^4.1.3",
"cssnano": "^4.1.11",
"eslint": "^8.17.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-unicorn": "^42.0.0",
"find": "^0.3.0",
"form-data": "^4.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-changed-in-place": "^2.3.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-strip-comments": "^2.5.2",
"hessian.js": "^2.10.1",
"html-entities": "^2.3.3",
"html-webpack-plugin": "^4.5.2",
"husky": "^8.0.1",
"jaeger-client": "^3.19.0",
"json-stringify-safe": "^5.0.1",
"koa": "^2.13.4",
"koa-body": "^5.0.0",
"koa-send": "^5.0.1",
"koa-session": "^6.2.0",
"koa-views": "^8.0.0",
"koa-webpack": "^6.0.0",
"lodash": "^4.17.21",
"log4js": "^6.5.2",
"moment": "^2.29.3",
"mysql2": "^2.3.3",
"nacos": "^2.5.0",
"nodemon": "^2.0.16",
"platform": "^1.3.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-jss": "^10.9.0",
"redux": "^4.2.0",
"script-ext-html-webpack-plugin": "^2.1.5",
"sequelize": "^4.44.4",
"shelljs": "^0.8.5",
"tapable": "^1.1.3",
"terser-webpack-plugin": "^4.2.3",
"through2": "^4.0.2",
"ts-import-plugin": "^2.0.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"tslib": "^2.4.0",
"tslint": "^6.1.3",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^5.0.0",
"typescript": "^4.7.3",
"uuid": "^8.3.2",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3",
"webpack-hot-middleware": "^2.25.1",
"xml2js": "^0.4.23"
}
}