-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.97 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
{
"name": "acode-app",
"version": "1.0.1",
"description": "Acode official website",
"main": "index.js",
"author": "Ajit Kumar",
"license": "MIT",
"engines": {
"node": ">=12.16.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"autoprefixer": "^10.4.20",
"babel-cli": "^6.26.0",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx": "^0.1.0",
"file-loader": "^6.2.0",
"kill-port": "^2.0.1",
"mini-css-extract-plugin": "^2.9.2",
"nodemon": "^3.1.9",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"raw-loader": "^4.0.0",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.11",
"url-loader": "^4.1.1",
"webpack": "5.97.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "5.1.4"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@google-cloud/storage": "^7.14.0",
"autosize": "^6.0.1",
"cookie-parser": "^1.4.7",
"core-js": "^3.39.0",
"csvtojson": "^2.0.10",
"decimal.js": "^10.4.3",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-fileupload": "^1.5.1",
"github-buttons": "^2.29.1",
"googleapis": "^144.0.0",
"html-tag-js": "^1.8.2",
"jszip": "^3.10.1",
"marked": "^15.0.4",
"moment": "^2.30.1",
"nodemailer": "^6.9.16",
"sqlite3": "^5.1.7"
},
"scripts": {
"config-build": "node ./tools/config",
"build-release": "yarn config-build p && webpack --mode production",
"start-dev": "node ./tools/start-dev",
"upgrade-meta": "node ./server/upgradeMeta",
"download": "node ./server/reportsCli",
"start": "node ./server/main"
},
"browserslist": [
"> 0.25%, not dead"
]
}