-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 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
{
"name": "task_driver_frontend",
"version": "1.0.0",
"engines": {
"node": "8.11.3",
"yarn": "1.12.3"
},
"description": "Nuxt.js project",
"author": "",
"private": true,
"scripts": {
"dev": "HOST=0.0.0.0 PORT=3000 node_modules/nuxt/bin/nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "yarn run lint",
"heroku-postbuild": "yarn run build",
"create-sitemap": "dot -T jpg sitemap.dot -o sitemap.jpg"
},
"dependencies": {
"@nuxtjs/apollo": "^4.0.0-rc2.3",
"@nuxtjs/auth": "^4.5.3",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/dotenv": "^1.3.0",
"graphql-tag": "^2.10.0",
"luxon": "^1.8.3",
"moment": "^2.22.2",
"nuxt": "^2.0.0",
"vue-datetime": "^1.0.0-beta.8",
"vuex-persistedstate": "^2.5.4",
"weekstart": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^4.19.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^4.0.0",
"node-sass": "^4.10.0",
"nuxt-sass-resources-loader": "^2.0.5",
"sass-loader": "^7.1.0"
}
}