Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design2
/
2015104215
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
장재혁
2021-04-26 03:13:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bd53f2d059f659c5169d14f878d6a5fb9a539e3d
bd53f2d0
1 parent
1179a68e
Add api project settings
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
1 deletions
project/.gitignore
project/packages/api/.eslintrc.js
project/packages/api/package.json
project/yarn.lock
project/.gitignore
View file @
bd53f2d
node_modules
.history
\ No newline at end of file
...
...
project/packages/api/.eslintrc.js
View file @
bd53f2d
...
...
@@ -2,6 +2,7 @@ module.exports = {
parser
:
'@typescript-eslint/parser'
,
parserOptions
:
{
project
:
'tsconfig.json'
,
tsconfigRootDir
:
__dirname
,
sourceType
:
'module'
,
},
plugins
:
[
'@typescript-eslint/eslint-plugin'
],
...
...
@@ -20,5 +21,6 @@ module.exports = {
'@typescript-eslint/explicit-function-return-type'
:
'off'
,
'@typescript-eslint/explicit-module-boundary-types'
:
'off'
,
'@typescript-eslint/no-explicit-any'
:
'off'
,
'@typescript-eslint/no-unused-vars'
:
'off'
,
},
};
...
...
project/packages/api/package.json
View file @
bd53f2d
...
...
@@ -23,10 +23,19 @@
"dependencies"
:
{
"@nestjs/common"
:
"^7.6.15"
,
"@nestjs/core"
:
"^7.6.15"
,
"@nestjs/graphql"
:
"^7.10.3"
,
"@nestjs/platform-express"
:
"^7.6.15"
,
"@nestjs/typeorm"
:
"^7.1.5"
,
"apollo-server-express"
:
"^2.23.0"
,
"class-transformer"
:
"^0.4.0"
,
"class-validator"
:
"^0.13.1"
,
"graphql"
:
"^15.5.0"
,
"graphql-tools"
:
"^7.0.4"
,
"reflect-metadata"
:
"^0.1.13"
,
"rimraf"
:
"^3.0.2"
,
"rxjs"
:
"^6.6.6"
"rxjs"
:
"^6.6.6"
,
"sqlite3"
:
"^5.0.2"
,
"typeorm"
:
"^0.2.32"
},
"devDependencies"
:
{
"@nestjs/cli"
:
"^7.6.0"
,
...
...
project/yarn.lock
View file @
bd53f2d
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment