-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 945 Bytes
/
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
37
38
39
{
"name": "budgie",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "sst build",
"console": "sst console",
"db:shell": "pscale shell budgie dev",
"db:start": "pscale connect budgie dev --port 3309",
"deploy": "nsst deploy --stage=production",
"remove": "sst remove",
"start": "sst start",
"storybook": "npm start --prefix design-system",
"test": "vitest run",
"typecheck": "tsc --noEmit",
"web": "npm run dev --prefix web"
},
"workspaces": [
"graphql",
"services",
"web"
],
"overrides": {
"graphql": "16.6.0"
},
"devDependencies": {
"@serverless-stack/cli": "1.15.16",
"@serverless-stack/resources": "1.15.16",
"@tsconfig/node16": "^1.0.3",
"@types/node": "^18.8.5",
"aws-cdk-lib": "2.39.1",
"prettier": "^2.7.1",
"typescript": "^4.8.4",
"vitest": "^0.24.2"
},
"dependencies": {
"react-native-web": "^0.18.9"
}
}