-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 950 Bytes
/
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
{
"name": "count-page-views",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "rm -rf ./dist && npx webpack",
"dev": "npx ts-node ./src/server.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/cors": "^2.8.17",
"@types/eslint__js": "^8.42.3",
"@types/express": "^4.17.21",
"@types/node": "^22.4.0",
"copy-webpack-plugin": "^12.0.2",
"dotenv": "^16.4.5",
"eslint": "^9.9.0",
"http-status-codes": "^2.3.0",
"node-loader": "^2.0.0",
"prettier": "^3.3.3",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-obfuscator": "^3.5.1",
"winston": "^3.14.2"
},
"dependencies": {
"@google-analytics/data": "^4.8.0",
"cors": "^2.8.5",
"express": "^4.21.1",
"ioredis": "^5.4.1"
}
}