Skip to content

Commit 5bd0ffe

Browse files
authored
Merge pull request #113 from WithTime12/develop
[Deploy] 배포
2 parents deaaa33 + 0d5bdad commit 5bd0ffe

File tree

103 files changed

+16778
-1296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+16778
-1296
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export default [
3434
{
3535
rules: {
3636
'prettier/prettier': 'warn',
37+
'no-console': ['error', { allow: ['warn', 'error'] }],
3738
},
3839
},
3940
tsConfig,

package-lock.json

Lines changed: 870 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"lodash.throttle": "^4.1.1",
2828
"path": "^0.12.7",
2929
"prettier": "^3.5.3",
30+
"qs": "^6.14.0",
3031
"react": "^19.1.0",
3132
"react-chartjs-2": "^5.3.0",
3233
"react-dom": "^19.1.0",
@@ -47,6 +48,7 @@
4748
"@tailwindcss/vite": "^4.1.7",
4849
"@types/lodash": "^4.17.20",
4950
"@types/lodash.throttle": "^4.1.9",
51+
"@types/qs": "^6.14.0",
5052
"@types/react": "^19.1.2",
5153
"@types/react-dom": "^19.1.2",
5254
"@types/wordcloud": "^1.2.2",

0 commit comments

Comments
 (0)