forked from vishnuraghavb/EnBizCard
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 846 Bytes
/
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
{
"name": "digital-business-card-generator",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "HOST=192.168.1.7 nuxt",
"build": "nuxt build",
"export": "nuxt export",
"generate": "nuxt build && nuxt export"
},
"dependencies": {
"@aceforth/nuxt-optimized-images": "^1.4.0",
"@caohenghu/vue-colorpicker": "^1.2.4",
"@nuxtjs/pwa": "^3.3.4",
"@nuxtjs/robots": "^2.4.2",
"file-saver": "^2.0.5",
"id3-parser": "^2.0.0",
"jszip": "^3.5.0",
"nuxt": "^2.13.0",
"vue-clickaway2": "^2.3.2"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^2.1.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.1",
"imagemin-svgo": "^8.0.0",
"node-sass": "^4.14.1",
"pdfjs-dist": "^2.5.207",
"prettier": "^2.2.1",
"sass-loader": "^9.0.3"
}
}