-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathpackage.json
86 lines (86 loc) · 2.06 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"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": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.12",
"@mui/styles": "^5.14.12",
"@primer/octicons-react": "^9.5.0",
"@wikimedia/codex-icons": "^0.15.0",
"async": "^2.6.3",
"blob-stream": "^0.1.3",
"body-parser": "^1.18.3",
"bull": "^4.11.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": "^3.0.0",
"isomorphic-unfetch": "^3.0.0",
"jsdom": "^20.0.0",
"jspdf": "^2.5.1",
"jszip": "^3.2.2",
"less": "^4.1.3",
"less-loader": "^11.1.3",
"loaders.css": "^0.1.2",
"lodash": "^4.17.20",
"mwn": "^2.0.1",
"next": "^12.2.5",
"next-auth": "^4.15.1",
"next-with-less": "^3.0.1",
"node-fetch": "^2.2.1",
"nodemailer": "^6.7.8",
"nprogress": "^0.2.0",
"open": "^7.0.3",
"pdf-lib": "^1.17.1",
"pdfkit": "^0.9.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"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",
"winston": "^3.9.0"
},
"devDependencies": {
"@wikimedia/codex": "^0.13.0",
"@wikimedia/codex-design-tokens": "^0.13.0",
"husky": "^4.2.3",
"lint-staged": "^10.0.9",
"prettier": "2.0.2"
}
}