forked from valyentdev/valyent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
139 lines (139 loc) · 4.45 KB
/
package.json
File metadata and controls
139 lines (139 loc) · 4.45 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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "valyent_console",
"version": "0.0.0",
"private": true,
"type": "module",
"license": "UNLICENSED",
"scripts": {
"start": "node bin/server.js",
"build": "node ace build",
"dev": "node ace serve --hmr",
"test": "node ace test",
"lint": "eslint .",
"format": "prettier --write .",
"typecheck": "tsc --noEmit",
"fresh": "node ace migration:fresh && node ace db:seed"
},
"imports": {
"#applications/*": "./app/applications/*.js",
"#organizations/*": "./app/organizations/*.js",
"#controllers/*": "./app/controllers/*.js",
"#common/*": "./app/common/*.js",
"#auth/*": "./app/auth/*.js",
"#api_keys/*": "./app/api_keys/*.js",
"#providers/*": "./providers/*.js",
"#policies/*": "./app/policies/*.js",
"#abilities/*": "./app/abilities/*.js",
"#database/*": "./database/*.js",
"#tests/*": "./tests/*.js",
"#start/*": "./start/*.js",
"#config/*": "./config/*.js",
"#admin/*": "./app/admin/*.js",
"#settings/*": "./app/settings/*.js",
"#proxy/*": "./app/proxy/*.js"
},
"devDependencies": {
"@adonisjs/assembler": "^7.7.0",
"@adonisjs/eslint-config": "^1.3.0",
"@adonisjs/prettier-config": "^1.3.0",
"@adonisjs/tsconfig": "^1.3.0",
"@japa/assert": "^3.0.0",
"@japa/plugin-adonisjs": "^3.0.1",
"@japa/runner": "^3.1.4",
"@octokit/webhooks-types": "^7.5.1",
"@swc/core": "^1.6.3",
"@types/jsonwebtoken": "^9.0.7",
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/slug": "^5.0.8",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"hot-hook": "^0.2.6",
"pino-pretty": "^11.2.1",
"postcss": "^8.4.40",
"prettier": "^3.3.2",
"smee-client": "^2.0.4",
"tailwindcss": "^3.4.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.3.1"
},
"dependencies": {
"@adonisjs/ally": "^5.0.2",
"@adonisjs/auth": "^9.2.3",
"@adonisjs/core": "^6.9.1",
"@adonisjs/cors": "^2.2.1",
"@adonisjs/drive": "^3.2.0",
"@adonisjs/inertia": "^1.1.0",
"@adonisjs/lucid": "^21.1.0",
"@adonisjs/mail": "^9.2.2",
"@adonisjs/redis": "^9.1.0",
"@adonisjs/session": "^7.4.1",
"@adonisjs/shield": "^8.1.1",
"@adonisjs/static": "^1.1.1",
"@adonisjs/transmit": "^2.0.2",
"@adonisjs/transmit-client": "^1.0.0",
"@adonisjs/vite": "^3.0.0",
"@aws-sdk/client-s3": "^3.717.0",
"@aws-sdk/s3-request-presigner": "^3.717.0",
"@curvenote/ansi-to-react": "^7.0.0",
"@headlessui/react": "^2.1.2",
"@inertiajs/react": "^1.2.0",
"@octokit/webhooks": "^13.4.2",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@tabler/icons-react": "^3.12.0",
"@types/mailparser": "^3.4.4",
"@vinejs/vine": "^2.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"edge.js": "^6.0.2",
"embla-carousel-react": "^8.1.8",
"framer-motion": "^11.3.21",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.417.0",
"luxon": "^3.4.4",
"octokit": "^4.1.0",
"pg": "^8.12.0",
"random-words": "^2.0.1",
"react": "^18.3.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-syntax-highlighter": "^15.6.1",
"react-tooltip": "^5.28.0",
"reflect-metadata": "^0.2.2",
"slug": "^9.1.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"undici": "^6.19.8",
"valyent.ts": "^0.1.1"
},
"hotHook": {
"boundaries": [
"./app/**/controllers/*.ts"
]
},
"eslintConfig": {
"extends": "@adonisjs/eslint-config/app"
},
"prettier": "@adonisjs/prettier-config",
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}