-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.21 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.21 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
{
"name": "verdulistas-web",
"version": "1.0.0",
"description": "Aplicación web para el VERDULISTAS",
"author": "maugarbru",
"private": true,
"scripts": {
"dev": "nuxt",
"start": "nuxt start",
"dev-debug": "node --debug node_modules/.bin/nuxt",
"build": "nuxt build",
"generate": "nuxt generate",
"fix-memory-limit": "cross-env LIMIT=3072 increase-memory-limit"
},
"dependencies": {
"@nuxtjs/axios": "^5.0.0",
"chart.js": "^2.7.3",
"cross-env": "^5.2.0",
"intro.js": "^2.9.3",
"jspdf": "^1.5.3",
"md5": "^2.2.1",
"moment": "^2.22.2",
"mustache": "^3.0.0",
"nuxt": "^2.0.0",
"v-money": "^0.8.1",
"vue-cookie": "^1.1.4",
"vue-html-to-paper": "^1.0.3",
"vue-moment": "^4.0.0",
"vue2-filters": "^0.3.0",
"vuetify": "^1.5.18",
"vuetify-datetime-picker": "^1.0.8"
},
"devDependencies": {
"increase-memory-limit": "^1.0.3",
"cross-env": "^5.0.5",
"nodemon": "^1.11.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-prettier": "2.6.2",
"prettier": "1.14.3",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
},
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "3000"
}
}
}