-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.89 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
{
"name": "adonis-inertia-react",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node ace serve --watch",
"build": "node ace build --production",
"start": "node server.js",
"lint": "eslint . --ext=.ts",
"format": "prettier --write ."
},
"devDependencies": {
"@adonisjs/assembler": "^5.7.0",
"@babel/preset-react": "^7.17.12",
"@japa/preset-adonis": "^1.0.16",
"@japa/runner": "^2.0.8",
"@symfony/webpack-encore": "^2.1.0",
"adonis-preset-ts": "^2.1.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-adonis": "^2.1.0",
"eslint-plugin-prettier": "^4.0.0",
"pino-pretty": "^7.6.1",
"prettier": "^2.6.2",
"ts-loader": "^9.3.0",
"typescript": "~4.6",
"youch": "^3.2.0",
"youch-terminal": "^2.1.4"
},
"dependencies": {
"@adonisjs/auth": "^8.2.1",
"@adonisjs/core": "^5.8.3",
"@adonisjs/lucid": "^18.0.0",
"@adonisjs/repl": "^3.1.11",
"@adonisjs/session": "^6.4.0",
"@adonisjs/shield": "^7.0.11",
"@adonisjs/view": "^6.1.5",
"@chakra-ui/react": "^2.1.2",
"@eidellev/inertia-adonisjs": "^6.2.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-react": "^0.8.0",
"@inertiajs/progress": "^0.2.7",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"framer-motion": "^6",
"luxon": "^2.4.0",
"pg": "^8.7.3",
"phc-argon2": "^1.1.3",
"proxy-addr": "^2.0.7",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-hook-form": "^7.31.2",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.21",
"tabler-icons-react": "^1.48.0"
}
}