-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.vue.jsonc
More file actions
34 lines (34 loc) · 941 Bytes
/
package.vue.jsonc
File metadata and controls
34 lines (34 loc) · 941 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
{
"name": "bolt-figma", // BOLT_ID_REPLACE
"private": true,
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/hyperbrew/bolt-figma.git"
},
"homepage": "https://github.com/hyperbrew/bolt-figma",
"type": "module",
"scripts": {
"dev": "vite build --watch --mode dev",
"devcode": "vite build --watch --mode dev --config vite.config.code.ts",
"build": "vite build",
"buildcode": "vite build --config vite.config.code.ts",
"preview": "vite preview",
"hmr": "vite",
"zip": "cross-env MODE=zip vite build"
},
"dependencies": {
"vue": "^3.4.27"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@figma/plugin-typings": "^1.94.0",
"@types/node": "^16.7.1",
"sass": "^1.75.0",
"typescript": "^5.0.2",
"cross-env": "^7.0.3",
"vite": "^5.2.12",
"vite-figma-plugin": "^0.0.24",
"vite-plugin-singlefile": "^0.13.5"
}
}