This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
93 lines (93 loc) · 2.73 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
{
"name": "qomosc",
"version": "2.0.0",
"description": "QOM Open Source Community Website",
"main": "build/app.js",
"scripts": {
"dev": "gulp dev",
"prod": "gulp prod",
"app": "node build/app.js",
"compress": "tar -czvf app.tar.gz build package.json",
"server": "cross-env NODE_ENV=development nodemon build/app.js -e js -w build/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qomosc/blog.git"
},
"keywords": [
"blog"
],
"author": "Matin Kaboli <[email protected]>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.2",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"crypto-js": "^3.1.9-1",
"express": "^4.16.2",
"express-graphql": "^0.6.12",
"express-session": "^1.15.6",
"graphql": "^0.13.2",
"helmet": "^3.12.0",
"mongo-sanitize": "^1.0.0",
"mongoose": "^5.0.16",
"mongoose-sequence": "^4.0.1",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"nodemailer": "^4.6.4"
},
"devDependencies": {
"autoprefixer": "^7.2.5",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.9",
"del": "^3.0.0",
"eslint": "^4.16.0",
"eslint-plugin-react": "^7.6.0",
"fs-extra": "^6.0.0",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.2",
"gulp-htmlmin": "^4.0.0",
"izitoast": "^1.3.0",
"less": "^3.0.2",
"less-loader": "^4.0.5",
"markdown-it": "^8.4.1",
"moment-jalaali": "^0.7.2",
"nodemon": "^1.17.3",
"nprogress": "^0.2.0",
"postcss-loader": "^2.1.4",
"prop-types": "^15.6.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-simplemde-editor": "^3.6.14",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"simplemde": "^1.11.2",
"split": "^1.0.1",
"style-loader": "^0.20.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^0.6.2",
"webpack-node-externals": "^1.7.2",
"webpack-stream": "^4.0.0"
},
"bugs": {
"url": "https://github.com/qomosc/blog/issues"
},
"homepage": "https://github.com/qomosc/blog#readme"
}