-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.07 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
{
"name": "application",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node ace serve --watch",
"build": "node ace build --production",
"start": "node server.js",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@adonisjs/assembler": "^5.8.0",
"@babel/core": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@japa/preset-adonis": "^1.1.0",
"@japa/runner": "^2.0.9",
"@mui/styles": "^5.10.3",
"@symfony/webpack-encore": "^3.0.0",
"@types/gravatar": "^1.8.3",
"@types/proxy-addr": "^2.0.0",
"@types/source-map-support": "^0.5.6",
"adonis-preset-ts": "^2.1.0",
"babel-loader": "^8.3.0",
"chai": "^4.3.6",
"pino-pretty": "^8.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.6.4",
"youch": "^3.2.0",
"youch-terminal": "^2.1.4"
},
"dependencies": {
"@adonisjs/ace": "^11.3.1",
"@adonisjs/auth": "^8.2.1",
"@adonisjs/core": "^5.8.5",
"@adonisjs/lucid": "^18.1.0",
"@adonisjs/lucid-slugify": "^2.2.0",
"@adonisjs/repl": "^3.1.11",
"@adonisjs/session": "^6.4.0",
"@adonisjs/shield": "^7.0.11",
"@adonisjs/view": "^6.1.6",
"@eidellev/inertia-adonisjs": "^6.3.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-react": "^0.8.0",
"@inertiajs/progress": "^0.2.7",
"@inertiajs/react": "^1.0.0",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.96",
"@mui/material": "^5.9.1",
"@types/mocha": "^9.1.0",
"chart.js": "^4.4.0",
"classnames": "^2.3.1",
"gravatar": "^1.8.2",
"luxon": "^3.0.1",
"openapi-types": "^12.0.2",
"phc-argon2": "^1.1.3",
"proxy-addr": "^2.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.43.1",
"react-use": "^17.4.0",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.21",
"sqlite3": "^5.0.10",
"swiper": "^9.2.0"
}
}