-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
75 lines (75 loc) · 2.09 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
{
"name": "effectindex",
"version": "1.0.1",
"description": "A nuxt.js-based content management system designed for effectindex.com",
"author": "Viscid",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@artsy/express-reloadable": "^1.7.0",
"@nuxtjs/auth-next": "^5.0.0-1648802546.c9880dc",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-jwt": "^6.0.0",
"fecha": "^4.2.3",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"md5": "^2.3.0",
"mime": "^3.0.0",
"mime-types": "^2.1.35",
"mkdirp": "^1.0.4",
"mongoose": "^6.5.0",
"mongoose-slug-updater": "^3.3.0",
"multer": "^1.4.5-lts.1",
"npm": "^8.15.1",
"nuxt": "^2.15.8",
"parse-path": "^5.0.0",
"parse-url": "^8.1.0",
"prismjs": "^1.28.0",
"regenerator-runtime": "^0.13.9",
"sharp": "^0.30.7",
"shelljs": "^0.8.5",
"terser": "^5.14.2",
"unique-slug": "^2.0.2",
"vue": "^2.6.14",
"vue-advanced-cropper": "^1.11.2",
"vue-analytics": "^5.22.1",
"vue-prism-editor": "^1.3.0",
"vue-scrollto": "^2.20.0",
"vue-server-renderer": "^2.6.14",
"vue-tabs-component": "^1.5.0",
"vue-toasted": "^1.1.28",
"vue2-touch-events": "^3.2.2",
"vuejs-datepicker": "^1.6.2",
"wavesurfer.js": "^6.2.0"
},
"devDependencies": {
"@nuxt/types": "~2.15.0",
"babel-eslint": "^10.1.0",
"babel-minify-webpack-plugin": "^0.3.1",
"cross-env": "^7.0.3",
"eslint": "^6.8.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-vue": "^9.3.0",
"nodemon": "^2.0.19"
}
}