-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
36 lines (36 loc) · 1.1 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
{
"name": "carbon-offset-app",
"version": "1.0.0",
"private": true,
"dependencies": {
"@wix/app-management": "^1.0.30",
"@wix/dashboard": "^1.3.21",
"@wix/data": "^1.0.144",
"@wix/design-system": "^1.0.0",
"@wix/ecom": "^1.0.711",
"@wix/essentials": "^0.1.5",
"@wix/wix-ui-icons-common": "^3.0.0",
"react-to-webcomponent": "^2.0.0"
},
"devDependencies": {
"@types/react": "^16.0.0",
"@types/react-dom": "16",
"@wix/cli": "https://cdn.dev.wixpress.com/@wix/cli/ef5235c7148a789298e564329075a91f73df7071c53697d70507abbb.tar.gz",
"@wix/cli-app": "https://cdn.dev.wixpress.com/@wix/cli-app/e7fb4e4ad15dee39ce4c24bdb8e4330c0c550d4d13e64e64b0690da8.tar.gz",
"react": "16.14.0",
"react-dom": "16",
"typescript": "^5.4.0"
},
"scripts": {
"wix": "wix",
"build": "wix app build",
"create-version": "wix app create-version",
"dev": "wix app dev",
"preview": "wix app preview",
"serve": "wix app serve",
"generate": "wix app generate",
"logs": "wix app logs",
"typecheck": "tsc --noEmit"
},
"packageManager": "[email protected]"
}