-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.64 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
{
"name": "remake",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@creativebulma/bulma-divider": "^1.1.0",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bulma": "^0.9.2",
"bulma-toast": "^2.4.1",
"config": "^3.3.4",
"connect-session-sequelize": "^7.1.1",
"content-disposition": "^0.5.3",
"cookie-parser": "^1.4.5",
"dayjs": "^1.10.4",
"email-validator": "^2.0.4",
"express": "^5.0.0-alpha.8",
"express-session": "^1.17.1",
"filesize": "^6.1.0",
"fs-jetpack": "^4.1.0",
"helmet": "^4.4.1",
"hjson": "^3.2.2",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"next": "10.0.6",
"normalize-url": "^5.3.0",
"passport": "^0.4.1",
"passport-github": "^1.1.0",
"pureimage": "^0.3.2",
"react": "^17.0.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.1",
"react-dropzone": "^11.3.1",
"react-icons": "^4.2.0",
"react-obfuscate": "^3.6.8",
"react-toastify": "^8.0.3",
"sass": "^1.32.8",
"send-ranges": "^4.0.0",
"sequelize": "^6.5.0",
"sqlite3": "^5.0.2",
"swr": "^0.5.0",
"umzug": "^3.0.0-beta.15",
"valid-url": "^1.0.9"
}
}