-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 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
{
"name": "adonis-inertia-example",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node ace serve --watch",
"build": "node ace build --production",
"start": "node server.js"
},
"devDependencies": {
"@adonisjs/assembler": "^5.7.0",
"@japa/preset-adonis": "^1.0.16",
"@japa/runner": "^2.0.8",
"@symfony/webpack-encore": "^2.1.0",
"@vicons/fluent": "^0.12.0",
"adonis-preset-ts": "^2.1.0",
"naive-ui": "^2.31.0",
"pino-pretty": "^8.0.0",
"postcss-loader": "^6.2.1",
"tailwindcss": "^3.1.6",
"typescript": "~4.6",
"unplugin-vue-components": "^0.21.1",
"vue-loader": "^17.0.0",
"youch": "^3.2.0",
"youch-terminal": "^2.1.4"
},
"dependencies": {
"@adonisjs/core": "^5.8.3",
"@adonisjs/repl": "^3.1.11",
"@adonisjs/session": "^6.4.0",
"@adonisjs/shield": "^7.0.11",
"@adonisjs/view": "^6.1.5",
"@eidellev/inertia-adonisjs": "^6.2.0",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"proxy-addr": "^2.0.7",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.21"
}
}