forked from shunwman/EnBizCard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 855 Bytes
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 855 Bytes
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
{
"name": "enbizcard",
"version": "1.0.0",
"private": true,
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "3333"
}
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"engines": {
"node": ">=16 <18"
},
"engineStrict": true,
"dependencies": {
"@caohenghu/vue-colorpicker": "^1.2.4",
"@nuxtjs/pwa": "^3.3.5",
"core-js": "^3.22.7",
"cropperjs": "^1.5.11",
"file-saver": "^2.0.5",
"id3-parser": "^2.0.0",
"jszip": "^3.10.0",
"nuxt": "^2.15.8",
"vue-clickaway2": "^2.3.2",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "^1.4.0",
"@nuxtjs/tailwindcss": "^5.0.4",
"raw-loader": "^4.0.2",
"sass": "^1.52.1",
"sass-loader": "^10.2.1"
}
}