-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.61 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
{
"name": "vblog2",
"version": "0.0.1",
"description": "My first-rate Nuxt.js project",
"author": "vlad mindochin",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/pwa": "^3.0.0-beta.19",
"@nuxtjs/toast": "^3.3.0",
"@tinymce/tinymce-vue": "^3.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"chart.js": "^2.9.3",
"cookie": "^0.4.0",
"cross-env": "^5.2.0",
"express": "^4.16.4",
"filepond": "^4.9.2",
"filepond-plugin-file-validate-type": "^1.2.4",
"filepond-plugin-image-crop": "^2.0.3",
"filepond-plugin-image-exif-orientation": "^1.0.6",
"filepond-plugin-image-preview": "^4.5.0",
"filepond-plugin-image-resize": "^2.0.4",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"moment": "^2.24.0",
"mongoose": "^5.7.14",
"multer": "^1.4.2",
"nuxt": "^2.0.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"tinymce": "^5.1.4",
"vue-chartjs": "^3.5.0",
"vue-upload-image": "^1.1.5"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/vuetify": "^1.9.1",
"babel-eslint": "^10.0.1",
"eslint": "^6.7.2",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-vue": "^6.0.1",
"nodemon": "^1.18.9"
}
}