-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
167 lines (167 loc) · 5.6 KB
/
package.json
File metadata and controls
167 lines (167 loc) · 5.6 KB
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"name": "file-share",
"version": "0.2.5",
"author": "Sleaf",
"main": "src/server/index.ts",
"bin": "build-src/server/index.js",
"scripts": {
"cz": "git add -A && git-cz --disable-emoji",
"dev-fe": "cross-env NODE_ENV=development webpack-dev-server --config webpack.dev.ts --colors --hot",
"dev-server": "nodemon --config ./nodemon-server.json ~/Public",
"start-server": "ts-node -r tsconfig-paths/register src/server/index.ts",
"build-fe": "cross-env NODE_ENV=production webpack --progress --colors",
"build-pkg": "run-s build-fe tsc-tspm pkg",
"tsc-tspm": "rm -rf ./build-src && tsc -p ./tsconfig-server.json && ef-tspm -c ./tsconfig-server.json",
"pkg": "pkg ./package.json --out-path=dist-pkg/",
"xz": "xz ./dist-pkg/* -k -T 0"
},
"resolutions": {
"@types/react": "^16.9.11"
},
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"classnames": "^2.2.6",
"cookie-parser": "^1.4.5",
"date-fns": "^2.15.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.9",
"lodash": "^4.17.19",
"minimist": "^1.2.5",
"morgan": "^1.10.0",
"nib": "^1.1.2",
"nodemon": "^2.0.4",
"pug": "^3.0.0",
"react": "^16.13.1",
"react-dom": "npm:@hot-loader/react-dom",
"react-hanger": "^2.2.1",
"react-router-dom": "^5.2.0",
"rsuite": "^4.8.0",
"stylus": "^0.54.8",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-do-expressions": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-proposal-function-bind": "^7.10.5",
"@babel/plugin-proposal-function-sent": "^7.10.4",
"@babel/plugin-proposal-json-strings": "^7.10.4",
"@babel/plugin-proposal-logical-assignment-operators": "^7.11.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-numeric-separator": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/plugin-proposal-pipeline-operator": "^7.10.5",
"@babel/plugin-proposal-throw-expressions": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@babel/register": "^7.10.5",
"@babel/runtime": "^7.11.2",
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@ef-carbon/tspm": "^2.2.5",
"@types/body-parser": "^1.19.0",
"@types/classnames": "^2.2.10",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.7",
"@types/express-fileupload": "^1.1.3",
"@types/jest": "^26.0.9",
"@types/lodash": "^4.14.159",
"@types/morgan": "^1.9.1",
"@types/node": "^14.0.27",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/stylus": "^0.48.33",
"@types/webpack": "^4.41.21",
"@types/webpack-dev-server": "^3.11.0",
"@types/webpack-merge": "^4.1.5",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@welldone-software/why-did-you-render": "^4.2.7",
"babel-loader": "^8.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-rsuite": "^4.0.1",
"browserslist": "^4.13.0",
"cache-loader": "^4.1.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"cross-env": "^7.0.2",
"css-loader": "^4.2.0",
"cssnano": "^4.1.10",
"eslint": "^7.6.0",
"eslint-config-airbnb-typescript": "^9.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-typescript": "^2.2.0",
"eslint-import-resolver-webpack": "^0.12.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-unused-imports": "^0.1.3",
"file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^5.0.14",
"friendly-errors-webpack-plugin": "^1.7.0",
"git-cz": "^4.7.0",
"html-webpack-plugin": "^4.3.0",
"husky": "^4.2.5",
"jest": "^26.2.2",
"less": "^3.12.2",
"less-loader": "^6.2.0",
"mini-css-extract-plugin": "^0.9.0",
"minimist": "^1.2.5",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pkg": "^4.4.9",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^4.0.2",
"prettier": "^2.0.5",
"react-hot-loader": "^4.12.21",
"speed-measure-webpack-plugin": "^1.3.3",
"stylelint": "^13.6.1",
"stylelint-config-recommended": "^3.0.0",
"svg-sprite-loader": "^5.0.0",
"terser-webpack-plugin": "^4.0.0",
"thread-loader": "^2.1.3",
"ts-node": "^8.10.2",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.9.7",
"url-loader": "^4.1.0",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.1"
},
"config": {
"commitizen": {
"path": "git-cz"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"pkg": {
"assets": [
"build/client/**/*",
"package.json"
]
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"license": "MIT"
}