-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
134 lines (134 loc) · 4.61 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
{
"name": "react-ssr",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"bb": "babel --extensions .ts ./src -d ./dist",
"dev:spa": "node webpack/dev.js spa",
"build:spa": "node webpack/build.js spa",
"dev:ssr": "node webpack/dev.js ssr",
"build:ssr": "node webpack/build.js ssr",
"build:dll": "webpack --progress --config webpack/dll-config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src --fix --ext .ts,.tsx",
"lint-staged": "lint-staged",
"prepare": "husky install"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"dependencies": {
"@ant-design/charts": "^1.4.2",
"@ant-design/cssinjs": "^1.18.2",
"@ant-design/icons": "^5.2.6",
"@ant-design/pro-components": "^2.6.48",
"@antv/data-set": "^0.11.8",
"@babel/runtime": "^7.23.8",
"@koa/router": "^12.0.0",
"@loadable/component": "^5.16.3",
"@thyiad/antd-ui": "^1.0.6",
"@thyiad/util": "^1.1.31",
"antd": "^5.13.2",
"art-template": "^4.13.2",
"koa": "^2.14.1",
"koa-art-template": "^1.1.1",
"koa-bodyparser": "^4.3.0",
"koa-static": "^5.0.0",
"lodash-es": "^4.17.21",
"log4js": "^6.9.1",
"lrz": "^4.9.41",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.21.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@loadable/babel-plugin": "^5.16.1",
"@loadable/webpack-plugin": "^5.15.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@thyiad/script": "^0.0.13",
"@types/chalk": "^2.2.0",
"@types/koa": "^2.13.5",
"@types/koa__router": "^12.0.0",
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-static": "^4.0.2",
"@types/loadable__component": "^5.13.8",
"@types/lodash-es": "^4.17.12",
"@types/randomstring": "^1.1.11",
"@types/react": "^18.2.48",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.18",
"@types/react-helmet": "^6.1.11",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"chalk": "^4.1.2",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.35.0",
"cross-env": "^7.0.3",
"css-loader": "^6.9.1",
"cssnano": "^6.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^8.0.3",
"less": "^4.2.0",
"less-loader": "^12.0.0",
"lint-staged": "^15.2.0",
"mini-css-extract-plugin": "^2.7.7",
"null-loader": "^4.0.1",
"path-to-regexp": "^6.2.1",
"postcss": "^8.4.33",
"postcss-import": "^16.0.0",
"postcss-loader": "^8.0.0",
"postcss-preset-env": "^9.3.0",
"postcss-pxtorem": "^6.0.0",
"prettier": "^3.2.4",
"react-refresh": "^0.14.0",
"react-refresh-typescript": "^2.0.9",
"sass": "^1.70.0",
"sass-loader": "^16.0.0",
"speed-measure-webpack-plugin": "^1.5.0",
"spinnies": "^0.5.1",
"ssh2": "^1.15.0",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.10",
"terser-webpack-plugin": "^5.3.10",
"thread-loader": "^4.0.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-dev-server": "^4.15.1",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^6.0.0"
},
"author": "Thyiad",
"license": "ISC",
"overrides": {
"@ant-design/charts": {
"antd": "^5.0.7",
"@ant-design/icons": "^5.0.1"
}
}
}