-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.46 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
{
"name": "serpay",
"version": "1.0.0",
"description": "turkmen poems",
"author": "Guvanch Nurgeldiyev",
"private": true,
"engines": {
"node": ">=10.16.3"
},
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/axios": "^5.9.5",
"@nuxtjs/component-cache": "^1.1.4",
"@nuxtjs/sitemap": "^2.0.0",
"apicache": "^1.2.3",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"cookie-universal-nuxt": "^2.1.3",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"dotenv": "^8.0.0",
"element-ui": "^2.4.6",
"express": "^4.16.4",
"helmet": "^3.21.3",
"jsonwebtoken": "^8.4.0",
"mongoose": "^5.9.5",
"multer": "^1.4.1",
"nuxt": "^2.12.0",
"nuxt-social-meta": "^0.0.1",
"quill": "^1.3.6",
"terser": "4.6.7",
"uuid": "^7.0.2",
"validator": "^13.0.0",
"vue": "^2.5.17",
"vue-quill-editor": "^3.0.6",
"webpack": "^4.42.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.5.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-vue": "^6.2.2",
"nodemon": "^2.0.2"
},
"resolutions": {
"vue": "^2.5.17",
"webpack": ">4.0.0 <5.0.0",
"minimist": "^1.2.3"
}
}