-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.33 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
{
"name": "jay-studio-store",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"setup": "jay-stack-cli setup",
"dev": "jay-stack-cli dev",
"agent-kit": "jay-stack-cli agent-kit",
"validate": "jay-stack-cli validate",
"clean": "rimraf dist && rimraf build && rimraf -g 'src/**/*.d.ts'",
"definitions": "jay-cli definitions src",
"build": "npm run agent-kit && npm run definitions",
"build:production": "npm run build && jay-stack-cli build",
"build:check-types": "tsc",
"serve": "jay-stack-cli serve",
"deploy": "jay-stack-cli run wix-deploy/deploy --exclude-plugins aiditor",
"deploy:serve": "node serve.mjs",
"test": ":"
},
"dependencies": {
"@jay-framework/fullstack-component": "^0.21.0",
"@jay-framework/jay-stack-cli": "^0.21.0",
"@jay-framework/wix-cart": "^0.21.0",
"@jay-framework/wix-deploy": "^0.21.0",
"@jay-framework/wix-server-client": "^0.21.0",
"@jay-framework/wix-stores": "^0.21.0"
},
"devDependencies": {
"@jay-framework/aiditor": "^0.21.0",
"@jay-framework/jay-cli": "^0.21.0",
"@jay-framework/wix-media": "^0.21.0",
"@jay-framework/a11y-validator": "^0.21.0",
"@jay-framework/seo-validator": "^0.21.0",
"@types/node": "^22.10.0",
"rimraf": "^6.0.0",
"typescript": "~5.7.2",
"vite": "^6.0.1"
}
}