-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 792 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 792 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
{
"name": "openwaters-monorepo",
"version": "0.0.1",
"private": true,
"workspaces": [
"website",
"api"
],
"scripts": {
"dev": "concurrently \"npm run dev -w website\" \"npm run dev -w api\"",
"dev:website": "npm run dev -w website",
"dev:api": "npm run dev -w api",
"build": "npm run build -w website"
},
"devDependencies": {
"concurrently": "^9.2.1"
},
"dependencies": {
"@neaps/api": "https://pkg.pr.new/openwatersio/neaps/@neaps/api@638b20d",
"@neaps/react": "https://pkg.pr.new/openwatersio/neaps/@neaps/react@638b20d",
"@neaps/tide-database": "^0.7.20260304",
"@neaps/tide-predictor": "https://pkg.pr.new/openwatersio/neaps/@neaps/tide-predictor@638b20d",
"neaps": "https://pkg.pr.new/openwatersio/neaps@638b20d"
}
}