-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.11 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
{
"name": "paperwork",
"version": "1.0.0",
"description": "Nuxt.js project",
"author": "Can Ağrıboz <agriboz@gmail.com>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/axios": "^5.1.1",
"buefy": "^0.6.5",
"moment": "^2.20.1",
"moment-timezone": "^0.5.14",
"nuxt-edge": "^2.0.0-25373009.a9e05b4",
"vue-json-excel": "^0.1.7",
"vue-server-renderer": "^2.5.13",
"vue-template-compiler": "^2.5.13",
"vue-the-mask": "^0.11.1",
"vuelidate": "^0.6.2",
"webpack": "^4.4.1"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-vue": "^4.3.0",
"lodash": "^4.17.4",
"node-sass": "^4.7.2",
"prettier-eslint": "^8.8.1",
"sass-loader": "^6.0.6"
}
}