-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.vue.json
43 lines (43 loc) · 1.37 KB
/
package.vue.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
40
41
42
43
{
"name": "bolt-uxp",
"private": true,
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/hyperbrew/bolt-uxp.git"
},
"homepage": "https://github.com/hyperbrew/bolt-uxp",
"type": "module",
"scripts": {
"dev": "cross-env MODE=dev vite build --watch",
"build": "cross-env MODE=build vite build",
"ccx": "cross-env MODE=package vite build",
"zip": "cross-env MODE=zip vite build",
"preview": "vite preview",
"hmr": "vite",
"mac-build": "run-s mac-build-64 mac-build-arm",
"mac-build-64": "xcodebuild -project src/hybrid/mac/bolt-uxp-hybrid.xcodeproj -target x64",
"mac-build-arm": "xcodebuild -project src/hybrid/mac/bolt-uxp-hybrid.xcodeproj -target arm64",
"mac-sign": "node mac-sign.js",
"mac-build-sign": "mac-build && node mac-sign.js",
"win-build": "msbuild src/hybrid/win/bolt-uxp-hybrid.sln"
},
"dependencies": {
"vue": "^3.2.45"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"@adobe/cc-ext-uxp-types": "https://github.com/justintaylor-dev/cc-ext-uxp-types.git",
"@vitejs/plugin-vue": "^5.0.4",
"@types/node": "^20.8.7",
"@types/photoshop": "^25.0.2",
"@types/ws": "^8.5.8",
"cross-env": "^7.0.3",
"sass": "^1.69.5",
"typescript": "^5.0.2",
"vite": "^5.1.1",
"ws": "^8.14.2",
"dotenv": "^16.4.5",
"vite-uxp-plugin": "^0.1.0"
}
}