-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathpackage.json
105 lines (105 loc) · 3.1 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "@redwoodjs/studio",
"version": "6.0.7",
"description": "Redwood's development studio",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
"directory": "packages/studio"
},
"license": "MIT",
"main": "dist/api/index.js",
"files": [
"dist"
],
"scripts": {
"build": "yarn build:api && yarn build:web",
"build:api": "yarn node ./build.mjs && yarn build:types",
"build:web": "cd web && vite build",
"build:types": "tsc --build --verbose",
"build:watch": "nodemon --watch api --ext \"js,ts,tsx\" --ignore dist/api --exec \"yarn build\"",
"prepublishOnly": "NODE_ENV=production yarn build"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.2",
"@fastify/http-proxy": "9.3.0",
"@fastify/static": "6.12.0",
"@fastify/url-data": "5.4.0",
"@redwoodjs/internal": "6.0.7",
"@redwoodjs/project-config": "6.0.7",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.60",
"ansi-colors": "4.1.3",
"chokidar": "3.5.3",
"core-js": "3.33.2",
"dotenv": "16.3.1",
"fast-json-parse": "1.0.3",
"fastify": "4.23.2",
"fastify-raw-body": "4.2.2",
"graphql": "16.8.1",
"graphql-scalars": "1.22.4",
"graphql-yoga": "4.0.4",
"jsonwebtoken": "9.0.2",
"lodash": "4.17.21",
"mailparser": "^3.6.5",
"pretty-bytes": "5.6.0",
"qs": "6.11.2",
"smtp-server": "3.12.0",
"split2": "4.2.0",
"sqlite": "4.2.1",
"sqlite3": "5.1.6",
"uuid": "9.0.0",
"yargs": "17.7.2"
},
"devDependencies": {
"@apollo/client": "3.8.7",
"@babel/cli": "7.23.0",
"@babel/core": "^7.22.20",
"@graphiql/plugin-explorer": "0.1.22",
"@graphiql/toolkit": "0.8.4",
"@headlessui/react": "1.7.15",
"@heroicons/react": "2.0.18",
"@nivo/bar": "0.83.0",
"@nivo/core": "0.83.0",
"@nivo/tooltip": "0.83.0",
"@nivo/treemap": "0.83.0",
"@redwoodjs/project-config": "6.0.7",
"@tailwindcss/forms": "0.5.3",
"@tremor/react": "3.4.1",
"@types/aws-lambda": "8.10.119",
"@types/jsonwebtoken": "9.0.5",
"@types/lodash": "4.14.195",
"@types/mailparser": "^3",
"@types/qs": "6.9.7",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-grid-layout": "1",
"@types/smtp-server": "^3",
"@types/split2": "4.2.0",
"@types/uuid": "9.0.2",
"@types/yargs": "17.0.24",
"@vitejs/plugin-react": "4.1.1",
"autoprefixer": "10.4.14",
"aws-lambda": "1.0.7",
"buffer": "6.0.3",
"graphiql": "2.4.7",
"graphql": "16.8.1",
"graphql-scalars": "1.22.4",
"jest": "29.7.0",
"json-bigint-patch": "0.0.8",
"postcss": "8.4.31",
"pretty-ms": "7.0.1",
"react": "0.0.0-experimental-e5205658f-20230913",
"react-dom": "0.0.0-experimental-e5205658f-20230913",
"react-error-boundary": "4.0.11",
"react-grid-layout": "1.3.4",
"react-router-dom": "6.8.1",
"react-split-pane": "0.1.92",
"react-toastify": "9.1.3",
"tailwindcss": "3.3.5",
"typescript": "5.2.2",
"use-url-search-params": "2.5.1",
"vite": "4.5.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}