-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.05 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.05 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
{
"name": "f-word-to-resw",
"version": "1.0.0",
"description": "F word to resw.",
"private": true,
"author": {
"name": "LancerComet",
"email": "chw644@hotmail.com"
},
"license": "Apache-2.0",
"scripts": {
"start": "cross-env NODE_ENV=development node -r @swc-node/register app.ts"
},
"dependencies": {
"@lancercomet/style": "^1.0.1",
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
"@swc-node/register": "^1.5.1",
"@swc/core": "^1.2.173",
"@types/body-parser": "^1.16.3",
"@types/cookie-parser": "^1.3.30",
"@types/express": "^4.17.13",
"@types/node": "^14.0.0",
"@types/webpack-hot-middleware": "^2.25.6",
"autoprefixer": "^10.4.5",
"body-parser": "^1.20.0",
"buffer": "^6.0.3",
"cookie-parser": "^1.4.3",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"debug": "^4.3.4",
"dotenv": "^16.0.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.18.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"json-loader": "^0.5.4",
"mini-css-extract-plugin": "^2.6.0",
"moment": "^2.18.1",
"openai": "^3.2.1",
"postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"regenerator-runtime": "^0.13.9",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
"stylus": "^0.57.0",
"stylus-loader": "^6.2.0",
"swc-loader": "^0.2.0",
"terser-webpack-plugin": "^5.3.1",
"typescript": "^4.6.4",
"url-loader": "^4.1.1",
"vue": "^3.2.47",
"vue-jsx-runtime": "^0.1.0",
"webpack": "^5.72.0",
"webpack-dev-middleware": "^5.3.1",
"webpack-hot-middleware": "^2.25.1",
"webpack-merge": "^5.8.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-promise": "^6.0.0"
}
}