-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.05 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
{
"name": "nuxt-open-app",
"version": "1.0.0",
"description": "My blazing Nuxt.js project",
"author": "molfarDevs",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"keywords": [
"nuxtjs",
"typescript",
"vuetifyjs",
"pug"
],
"dependencies": {
"@mdi/font": "^3.6.95",
"@nuxtjs/auth": "^4.5.3",
"@nuxtjs/axios": "^5.4.1",
"@nuxtjs/dotenv": "^1.3.0",
"@nuxtjs/moment": "^1.2.0",
"@nuxtjs/pwa": "^3.0.0-beta.14",
"@saeris/vue-spinners": "^1.0.8",
"cookie-parser": "^1.4.4",
"cross-env": "^5.2.0",
"express-jwt": "^5.3.1",
"moment": "^2.24.0",
"nuxt": "^2.6.2",
"nuxt-i18n": "^5.8.5",
"ts-node": "^8.1.0",
"v-hotkey": "^0.3.1",
"vue-async-computed": "^3.6.1",
"vue-flag-icon": "^1.0.6",
"vue-property-decorator": "^8.1.0",
"vue-tasty-burgers": "^1.1.4",
"vuedraggable": "^2.20.0",
"vuejs-noty": "^0.1.3",
"vuetify": "^1.5.13",
"vuetify-loader": "^1.2.2",
"vuex-class": "^0.3.2",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.1"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@kazupon/vue-i18n-loader": "^0.3.0",
"@nuxt/typescript": "^2.6.2",
"@nuxtjs/eslint-config": "^0.0.1",
"@typescript-eslint/parser": "^1.7.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^22.5.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-nuxt": "^0.4.3",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"nodemon": "^1.18.11",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-eslint-parser": "^6.0.4"
}
}