-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.66 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": "usthb-news",
"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.3.7",
"@babel/preset-react": "^7.14.5",
"@symfony/webpack-encore": "^1.6.1",
"adonis-preset-ts": "^2.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-adonis": "^1.3.3",
"eslint-plugin-prettier": "^4.0.0",
"pino-pretty": "^7.0.1",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass-loader": "^12.1.0",
"ts-loader": "^9.2.6",
"typescript": "~4.2",
"youch": "^2.2.2",
"youch-terminal": "^1.1.1"
},
"dependencies": {
"@adonisjs/auth": "^8.0.10",
"@adonisjs/core": "^5.3.4",
"@adonisjs/encryption": "^4.0.5",
"@adonisjs/hash": "^7.0.8",
"@adonisjs/lucid": "^16.2.1",
"@adonisjs/repl": "^3.1.6",
"@adonisjs/session": "^6.1.2",
"@adonisjs/shield": "^7.0.6",
"@adonisjs/view": "^6.1.1",
"@eidellev/inertia-adonisjs": "^4.2.1",
"@headlessui/react": "^1.4.1",
"@inertiajs/inertia": "^0.10.1",
"@inertiajs/inertia-react": "^0.7.1",
"@inertiajs/progress": "^0.2.6",
"@types/node-schedule": "^1.3.2",
"formik": "^2.2.9",
"luxon": "^2.0.2",
"mysql": "^2.18.1",
"node-sass": "^6.0.1",
"node-schedule": "^2.0.0",
"phc-bcrypt": "^1.0.7",
"proxy-addr": "^2.0.7",
"puppeteer": "^10.4.0",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.20",
"yup": "^0.32.9"
}
}