-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.38 KB
/
package.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@exweiv/wix-react",
"version": "2.3.4",
"description": "Integrate React with your Wix powered website. With optional extra tools.",
"scripts": {
"setup": "node ./tools/setup.js",
"build": "node ./tools/build.js",
"pinstall": "node ./tools/pinstall.js"
},
"bin": "./tools/create.js",
"keywords": [
"wix studio",
"wix react",
"velo react",
"velo",
"exweiv",
"wix",
"shadcn",
"scss",
"exweiv wix react",
"exweiv react"
],
"author": {
"name": "ExWeiv Apps Team",
"email": "[email protected]"
},
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"url": "[email protected]:ExWeiv/wix-react.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/ExWeiv/wix-react/issues",
"email": "[email protected]"
},
"contributors": [
{
"name": "Enes Bekar",
"url": "https://github.com/loeiks"
}
],
"engines": {
"node": ">=18.17.1"
},
"type": "module",
"devDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.4"
},
"dependencies": {
"chalk": "^5.3.0",
"child_process": "^1.0.2",
"commander": "^12.1.0",
"execa": "^9.3.0",
"fs-extra": "^11.2.0",
"inquirer": "^10.1.6",
"ncp": "^2.0.0",
"ora": "^8.0.1"
}
}