-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.58 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.58 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
44
45
46
47
48
49
50
51
52
{
"name": "mom-slideshow",
"version": "1.0.0",
"private": true,
"description": "Shell slideshow app for review",
"author": "rc",
"scripts": {
"build": "nuxt build",
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"generate": "nuxt generate",
"start": "cross-env NODE_ENV=production node server/index.js",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@auth0/auth0-spa-js": "^1.8.1",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/dotenv": "^1.4.0",
"cloudinary": "^1.21.0",
"cloudinary-cli": "^1.1.1",
"cors": "^2.8.5",
"cross-env": "^5.2.0",
"current-script-polyfill": "^1.0.0",
"dotenv": "^8.2.0",
"eslint-utils": "^2.1.0",
"express": "^4.16.4",
"form-data": "^3.0.0",
"nuxt": "^2.0.0",
"nuxt-webfontloader": "^1.1.0",
"vue-cli": "^2.9.6",
"vue-eslint-parser": "^7.1.0",
"vue-flux": "^6.1.1",
"vuetify": "^2.3.2",
"webpack-cdn-plugin": "^3.3.1"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.3.0",
"eslint-config-standard": "^14.1.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"eslint-plugin-vuetify": "^1.0.0-beta.6",
"nodemon": "^1.18.9",
"vue-cli-plugin-cloudinary": "^0.0.6"
}
}