forked from coderwassananmol/BUB2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.63 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
72
{
"name": "BUB2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build;",
"start": "npm run build; NODE_ENV=production node server.js"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"prettier --write",
"git add"
]
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@primer/octicons-react": "^9.5.0",
"async": "^2.6.3",
"blob-stream": "^0.1.3",
"body-parser": "^1.18.3",
"bull": "^3.10.0",
"bull-arena": "^2.6.3",
"cheerio": "^1.0.0-rc.3",
"cli-progress": "^2.1.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"eslint": "^5.16.0",
"express": "^4.16.4",
"express-fileupload": "^1.1.4",
"fs": "0.0.1-security",
"http": "0.0.0",
"https": "^1.0.0",
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "^3.0.0",
"jsdom": "^13.2.0",
"jspdf": "^1.5.3",
"jszip": "^3.2.2",
"loaders.css": "^0.1.2",
"next": "^9.3.1",
"node-fetch": "^2.2.1",
"nodemailer": "^4.6.8",
"open": "^7.0.3",
"pdfkit": "^0.9.1",
"querystring": "^0.2.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-loaders": "^3.0.1",
"react-table": "^7.0.0-rc.16",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"scissors": "^0.2.5",
"stream-length": "^1.0.2",
"styled-jsx": "^3.2.1",
"sweetalert2": "^7.33.1",
"url": "^0.11.0"
},
"devDependencies": {
"husky": "^4.2.3",
"lint-staged": "^10.0.9",
"prettier": "2.0.2"
}
}