-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.78 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
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "websom",
"version": "1.2.0",
"description": "A web framework built in carbon",
"main": "native/javascript/websom.js",
"author": "Echorial(https://www.echorial.com)",
"homepage": "https://websom.io",
"license": "MIT",
"dependencies": {
"@google-cloud/storage": "^4.7.0",
"@sendgrid/mail": "^7.4.0",
"algoliasearch": "^4.8.3",
"argon2-browser": "^1.15.3",
"chalk": "^3.0.0",
"cheerio": "^1.0.0-rc.5",
"color": "^3.1.3",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"copy-webpack-plugin": "^6.4.1",
"express": "^4.17.1",
"express-busboy": "^8.0.0",
"express-session": "^1.17.1",
"express-static-gzip": "^1.1.3",
"file-loader": "^5.1.0",
"firebase-admin": "^9.4.2",
"firebase-functions": "^3.13.0",
"firestore-admin": "^1.3.0",
"grpc": "^1.24.4",
"instantsearch.js": "^4.9.2",
"lokijs": "^1.5.11",
"mime": "^2.4.4",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"nodemailer": "^4.7.0",
"png-to-ico": "^2.1.1",
"portal-vue": "^2.1.7",
"quill": "^1.3.7",
"quill-delta-markdown": "git+https://github.com/rdesmartin/quill-delta-markdown.git",
"request-promise": "^4.2.6",
"session-file-store": "^1.5.0",
"sharp": "^0.25.4",
"vue": "^2.6.12",
"vue-router": "^3.4.9",
"vue-server-renderer": "^2.6.12",
"vuex": "^3.6.0",
"wide-align": "^1.1.3"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-async-to-generator": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@fortawesome/fontawesome-free": "^5.15.1",
"archiver": "^3.1.1",
"babel-loader": "^8.2.2",
"carbonite": "^0.1.1",
"chokidar": "^3.4.3",
"cli-progress": "^3.8.2",
"compression-webpack-plugin": "^3.1.0",
"css-loader": "^3.6.0",
"extract-text-webpack-plugin": "^3.0.2",
"feather-icons": "^4.28.0",
"ftp": "^0.3.10",
"googleapis": "^48.0.0",
"inquirer": "*",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"material-icons": "^0.3.1",
"mini-css-extract-plugin": "^0.9.0",
"ncp": "^2.0.0",
"normalize.css": "^8.0.1",
"npm": "^6.14.10",
"npm-programmatic": "0.0.12",
"open": "^7.3.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss": "^7.0.35",
"postcss-less": "^3.1.4",
"raw-loader": "^4.0.2",
"remixicon": "^2.5.0",
"style-loader": "^1.3.0",
"terser-webpack-plugin": "^2.3.8",
"url-loader": "^3.0.0",
"vue-hot-reload-api": "^2.3.4",
"vue-loader": "^15.9.6",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^3.3.12",
"webpack-dev-middleware": "^3.7.3",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2"
},
"bin": {
"websom": "./cli.js"
}
}