-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.32 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
{
"name": "compound_cloud",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "NODE_ENV=production nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/style-resources": "^1.0.0",
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.28",
"@tiptap/extension-image": "^2.0.0-beta.13",
"@tiptap/extension-task-item": "^2.0.0-beta.16",
"@tiptap/extension-task-list": "^2.0.0-beta.15",
"@tiptap/starter-kit": "^2.0.0-beta.76",
"@tiptap/vue-2": "^2.0.0-beta.34",
"axios": "^0.21.4",
"babel-loader": "^8.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.15.0",
"byte-size": "^7.0.0",
"check-disk-space": "^3.3.0",
"child_process": "^1.0.2",
"config": "^3.3.1",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^2.4.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"eslint": "^7.9.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"file-extension": "^4.0.5",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
"get-file-then-post": "^1.0.3",
"ip": "^1.1.8",
"is-docker": "^2.2.1",
"is-mobile": "^3.0.0",
"joi": "^17.2.1",
"joi-objectid": "^3.0.1",
"jquery": "^3.5.1",
"jsonfile": "^6.1.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mongoose": "^5.12.0",
"multer": "^1.4.2",
"net": "^1.0.2",
"node-gyp": "^3.8.0",
"node-sass": "^5.0.0",
"nuxt": "^2.15.6",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"portal-vue": "^2.1.7",
"qrcode": "^1.5.1",
"request": "^2.88.2",
"sass-loader": "^10.1.1",
"tiptap-extensions": "^1.35.2",
"tls": "0.0.1",
"v-tooltip": "^2.0.3",
"vue-clipboard2": "^0.3.1",
"vue-popperjs": "^2.3.0",
"vue-qrcode": "^0.4.0",
"vue-select": "^3.11.2",
"vue-toasted": "^1.1.28",
"vue2-touch-events": "^2.3.2",
"winston-mongodb": "^5.0.5"
},
"devDependencies": {
"@nuxtjs/color-mode": "^2.0.2",
"@nuxtjs/svg": "^0.1.12",
"@types/node": "^18.11.0"
}
}