-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 KB
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
{
"name": "makercoder",
"version": "1.0.0",
"description": "A community project to learn and share knowledge",
"author": "Haroon <kakashi24@live.fr>",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@johmun/vue-tags-input": "^1.4.1",
"@nuxtjs/bulma": "^1.2.0",
"axios": "^0.17.1",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.2",
"cross-env": "^5.1.3",
"express": "^4.16.2",
"express-session": "^1.15.6",
"moment": "^2.22.2",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"nodemailer": "^4.6.5",
"nodemailer-mailgun-transport": "^1.4.0",
"nuxt": "^1.0.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"vee-validate": "^2.0.3"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.2"
}
}