forked from vishnuraghavb/EnBizCard
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"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.5",
"@nuxtjs/robots": "^2.4.2",
"cropperjs": "^1.5.10",
"file-saver": "^2.0.5",
"id3-parser": "^2.0.0",
"jszip": "^3.6.0",
"nuxt": "^2.14.12",
"vue-clickaway2": "^2.3.2",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^3.4.2",
"@tailwindcss/postcss7-compat": "^2.0.3",
"autoprefixer": "^9.8.6",
"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.6.347",
"postcss": "^7.0.35",
"prettier": "^2.2.1",
"raw-loader": "^4.0.2",
"sass-loader": "^9.0.3",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3"
}
}