-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
{
"name": "theater-hub-client",
"version": "0.1.0",
"author": "Code4Romania <[email protected]>",
"license": "MPL-2.0",
"scripts": {
"dev": "nuxt --spa",
"build": "nuxt build --spa",
"start": "nuxt start --spa",
"generate": "nuxt generate --spa",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/auth": "^4.5.3",
"@nuxtjs/axios": "^5.3.1",
"aws-sdk": "^2.376.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.19",
"moment": "^2.22.2",
"nuxt": "^2.2.0",
"nuxt-dropzone": "^0.2.7",
"validator": "^10.9.0",
"vue": "^2.5.18",
"vue-gallery": "^1.5.0",
"vue-goodshare": "^1.3.2",
"vue-i18n": "^8.8.2",
"vue-meta": "^1.5.5",
"vue2-dropzone": "^3.5.2",
"vuetify": "^1.3.4",
"vuex-persist": "^2.0.0",
"webpack": "^4.25.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.18.2",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"node-sass": "^4.11.0",
"sass-loader": "^6.0.6"
}
}