Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design2
/
2017110269
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
MinsoftK
2020-12-14 04:57:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
988e90ac6c142f4da6be3df8f879a440b4aea465
988e90ac
1 parent
7997ea07
testpro 에서 의존성 해결 및 npm
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
testpro/.eslintrc.js
testpro/package-lock.json
testpro/package.json
testpro/.eslintrc.js
View file @
988e90a
...
...
@@ -25,6 +25,10 @@ module.exports = {
AssignmentExpression
:
{
array
:
false
,
object
:
false
},
},
],
'prettier/prettier'
:
'error'
,
'prettier/prettier'
:
[
'error'
,
{
endOfLine
:
'auto'
,
},
],
},
};
...
...
testpro/package-lock.json
View file @
988e90a
This diff is collapsed. Click to expand it.
testpro/package.json
View file @
988e90a
...
...
@@ -32,10 +32,10 @@
"css-loader"
:
"^3.4.1"
,
"dtslint"
:
"^0.4.2"
,
"es5-shim"
:
"^4.5.9"
,
"eslint"
:
"^4.
5.0
"
,
"eslint"
:
"^4.
19.1
"
,
"eslint-config-prettier"
:
"^6.15.0"
,
"eslint-config-tui"
:
"^1.0.1"
,
"eslint-loader"
:
"^2.
0.0
"
,
"eslint-loader"
:
"^2.
2.1
"
,
"eslint-plugin-prettier"
:
"^3.1.4"
,
"file-saver"
:
"^1.3.3"
,
"istanbul-instrumenter-loader"
:
"^1.0.0"
,
...
...
@@ -60,7 +60,7 @@
"mini-css-extract-plugin"
:
"^0.9.0"
,
"mkdirp"
:
"^0.5.1"
,
"optimize-css-assets-webpack-plugin"
:
"^5.0.3"
,
"prettier"
:
"
^
2.2.1"
,
"prettier"
:
"2.2.1"
,
"safe-umd-webpack-plugin"
:
"^4.0.0"
,
"selenium-webdriver"
:
"^4.0.0-alpha.7"
,
"simulant"
:
"^0.2.2"
,
...
...
@@ -74,7 +74,7 @@
"uglifyjs-webpack-plugin"
:
"^2.2.0"
,
"webpack"
:
"^4.41.5"
,
"webpack-cli"
:
"^3.3.10"
,
"webpack-dev-server"
:
"^3.1
0.1
"
"webpack-dev-server"
:
"^3.1
1.0
"
},
"scripts"
:
{
"test"
:
"karma start --no-single-run"
,
...
...
Please
register
or
login
to post a comment