forked from DugarRishab/Algo.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.47 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
{
"name": "algo.io",
"version": "1.0.0",
"description": "From solutions of Leet code in various languages to list of important algorithms for developers, we have everything",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DugarRishab/Algo.io.git"
},
"author": "Rishab Dugar",
"license": "ISC",
"bugs": {
"url": "https://github.com/DugarRishab/Algo.io/issues"
},
"devDependencies": {
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"nodemon": "^2.0.14",
"prettier": "^2.4.1"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"date": "^1.0.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-mongo-sanitize": "^2.1.0",
"express-rate-limit": "^5.5.1",
"fs": "0.0.1-security",
"helmet": "^4.6.0",
"hpp": "^0.2.3",
"mongoose": "^5.13.12",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"promisify": "0.0.3",
"util": "^0.12.4",
"xss-clean": "^0.1.1"
},
"homepage": "https://github.com/DugarRishab/Algo.io#readme"
}