mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-23 10:00:26 +02:00
modified
This commit is contained in:
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"name": "nups-web",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "node ace serve --watch",
|
||||
"build": "node ace build --production",
|
||||
"start": "node server.js",
|
||||
"test": "node ace test",
|
||||
"lint": "eslint . --ext=.ts",
|
||||
"format": "prettier --write ."
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"plugin:adonis/typescriptApp",
|
||||
"prettier"
|
||||
],
|
||||
"plugins": [
|
||||
"prettier"
|
||||
],
|
||||
"rules": {
|
||||
"prettier/prettier": [
|
||||
"error"
|
||||
]
|
||||
}
|
||||
},
|
||||
"eslintIgnore": [
|
||||
"build"
|
||||
],
|
||||
"prettier": {
|
||||
"trailingComma": "es5",
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"useTabs": false,
|
||||
"quoteProps": "consistent",
|
||||
"bracketSpacing": true,
|
||||
"arrowParens": "always",
|
||||
"printWidth": 100
|
||||
},
|
||||
"devDependencies": {
|
||||
"@adonisjs/assembler": "^5.9.6",
|
||||
"@babel/core": "^7.23.2",
|
||||
"@babel/preset-env": "^7.23.2",
|
||||
"@japa/preset-adonis": "^1.2.0",
|
||||
"@japa/runner": "^2.5.1",
|
||||
"@symfony/webpack-encore": "^4.1.1",
|
||||
"@types/proxy-addr": "^2.0.2",
|
||||
"@types/source-map-support": "^0.5.9",
|
||||
"adonis-preset-ts": "^2.1.0",
|
||||
"eslint": "^8.52.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-adonis": "^2.1.1",
|
||||
"eslint-plugin-prettier": "^5.0.1",
|
||||
"pino-pretty": "^10.2.3",
|
||||
"prettier": "^3.0.3",
|
||||
"typescript": "~4.6",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^4.10.0",
|
||||
"youch": "^3.3.2",
|
||||
"youch-terminal": "^2.2.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adonisjs/auth": "^8.2.3",
|
||||
"@adonisjs/core": "^5.9.0",
|
||||
"@adonisjs/lucid": "^18.4.2",
|
||||
"@adonisjs/repl": "^3.1.11",
|
||||
"@adonisjs/session": "^6.4.0",
|
||||
"@adonisjs/shield": "^7.1.1",
|
||||
"@adonisjs/view": "^6.2.0",
|
||||
"bootstrap": "^5.3.2",
|
||||
"luxon": "^3.4.3",
|
||||
"phc-argon2": "^1.1.4",
|
||||
"proxy-addr": "^2.0.7",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"source-map-support": "^0.5.21",
|
||||
"sqlite3": "^5.1.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user