-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjac.toml
More file actions
34 lines (28 loc) · 799 Bytes
/
jac.toml
File metadata and controls
34 lines (28 loc) · 799 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
33
34
name = "supply-chain-simulator-api"
version = "1.0.0"
description = "Jac backend API for npm supply chain attack simulation"
entry-point = "main.jac"
[dependencies.npm]
react = "^18.2.0"
react-dom = "^18.2.0"
react-router-dom = "^6.22.0"
react-error-boundary = "^5.0.0"
react-hook-form = "^7.71.0"
zod = "^4.3.6"
"@hookform/resolvers" = "^5.2.2"
[dependencies.npm.dev]
vite = "^6.4.1"
"@vitejs/plugin-react" = "^4.2.1"
typescript = "^5.3.3"
"@types/react" = "^18.2.0"
"@types/react-dom" = "^18.2.0"
[dev-dependencies]
watchdog = ">=3.0.0"
[serve]
[plugins.scale.cors]
allow_origins = ["*"]
allow_methods = ["GET", "POST", "OPTIONS"]
allow_headers = ["*"]
[jacpack]
name = "Build_a_backend_API_for_a_supply_chain_a"
description = "Jac IDE snapshot for Build_a_backend_API_for_a_supply_chain_a"