-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 656 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 656 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
{
"name": "mockify",
"version": "1.0.0",
"description": "Easy way create a browser mockup",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"notyf": "^3.10.0",
"pinia": "^2.0.0-rc.6",
"vue": "^3.2.4",
"vue-router": "^4.0.10"
},
"devDependencies": {
"@iconify/json": "^1.1.390",
"@vitejs/plugin-vue": "^1.4.0",
"@vue/compiler-sfc": "^3.2.4",
"sass": "^1.35.2",
"vite": "^2.5.0",
"vite-plugin-fonts": "^0.2.2",
"vite-plugin-icons": "^0.6.5",
"vite-plugin-pwa": "^0.8.2"
}
}