-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.react.json
46 lines (46 loc) · 1.46 KB
/
package.react.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
44
45
46
{
"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": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"@vitejs/plugin-react": "^4.2.1",
"@adobe/cc-ext-uxp-types": "https://github.com/justintaylor-dev/cc-ext-uxp-types.git",
"@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",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"dotenv": "^16.4.5",
"vite-uxp-plugin": "^0.1.0"
}
}