-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.32 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 2.32 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "create-cpp.js",
"version": "2.0.0-beta.12",
"description": "Create Cpp.js Applications",
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-core-create-app#readme",
"repository": "https://github.com/bugra9/cpp.js.git",
"license": "MIT",
"bin": "src/index.js",
"main": "src/index.js",
"type": "module",
"dependencies": {
"cpp.js": "workspace:^",
"@cpp.js/sample-lib-cmake": "workspace:^",
"@cpp.js/sample-lib-cmake-multithread": "workspace:^",
"@cpp.js/sample-lib-prebuilt-matrix": "workspace:^",
"@cpp.js/sample-lib-prebuilt-matrix-multithread": "workspace:^",
"@cpp.js/sample-lib-source": "workspace:^",
"@cpp.js/sample-lib-source-multithread": "workspace:^",
"@cpp.js/sample-web-vanilla": "workspace:^",
"@cpp.js/sample-web-react-rspack": "workspace:^",
"@cpp.js/sample-web-react-vite": "workspace:^",
"@cpp.js/sample-web-react-vite-multithread": "workspace:^",
"@cpp.js/sample-web-svelte-vite": "workspace:^",
"@cpp.js/sample-web-svelte-vite-multithread": "workspace:^",
"@cpp.js/sample-web-vue-vite": "workspace:^",
"@cpp.js/sample-web-next-webpack": "workspace:^",
"@cpp.js/sample-web-next-webpack-multithread": "workspace:^",
"@cpp.js/sample-web-nuxt-vite": "workspace:^",
"@cpp.js/sample-web-nuxt-vite-multithread": "workspace:^",
"@cpp.js/sample-backend-nodejs-wasm": "workspace:^",
"@cpp.js/sample-backend-nodejs-wasm-multithread": "workspace:^",
"@cpp.js/sample-cloud-cloudflare-worker": "workspace:^",
"@cpp.js/sample-mobile-reactnative-cli": "workspace:^",
"@cpp.js/sample-mobile-reactnative-cli-multithread": "workspace:^",
"@cpp.js/sample-mobile-reactnative-expo": "2.0.0-beta.12",
"@cpp.js/sample-mobile-reactnative-expo-multithread": "workspace:^",
"fs-extra": "^11.3.4",
"kleur": "^4.1.5",
"prompts": "^2.4.2",
"replace": "^1.2.2"
},
"keywords": [
"cpp.js",
"webassembly",
"react-native",
"expo",
"bind",
"c++",
"react",
"vue",
"svelte",
"webpack",
"vite",
"rspack",
"create-react-app",
"metro",
"android",
"ios"
]
}