-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 778 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 778 Bytes
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
{
"name": "packing-fee",
"version": "1.0.0",
"private": true,
"dependencies": {
"@wix/dashboard": "^1.3.25",
"@wix/data": "^1.0.204",
"@wix/design-system": "^1.0.0",
"@wix/ecom": "^1.0.668",
"@wix/essentials": "^0.1.18",
"@wix/wix-ui-icons-common": "^3.0.0"
},
"devDependencies": {
"@types/react": "^16.0.0",
"@wix/cli": "^1.0.0",
"@wix/cli-app": "^1.0.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"typescript": "^5.6.3"
},
"scripts": {
"wix": "wix",
"build": "wix app build",
"release": "wix app release",
"dev": "wix app dev",
"preview": "wix app preview",
"serve": "wix app serve",
"generate": "wix app generate",
"logs": "wix app logs",
"typecheck": "tsc --noEmit"
}
}