migrated from npm to yarn in frontend
This commit is contained in:
parent
345644d3f7
commit
e80437fa84
10
frontend/.editorconfig
Normal file
10
frontend/.editorconfig
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.{js,json,yml}]
|
||||||
|
charset = utf-8
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
4
frontend/.gitattributes
vendored
Normal file
4
frontend/.gitattributes
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
/.yarn/** linguist-vendored
|
||||||
|
/.yarn/releases/* binary
|
||||||
|
/.yarn/plugins/**/* binary
|
||||||
|
/.pnp.* binary linguist-generated
|
6
frontend/.vscode/extensions.json
vendored
Normal file
6
frontend/.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"arcanis.vscode-zipfs",
|
||||||
|
"dbaeumer.vscode-eslint"
|
||||||
|
]
|
||||||
|
}
|
9
frontend/.vscode/settings.json
vendored
Normal file
9
frontend/.vscode/settings.json
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"search.exclude": {
|
||||||
|
"**/.yarn": true,
|
||||||
|
"**/.pnp.*": true
|
||||||
|
},
|
||||||
|
"eslint.nodePath": ".yarn/sdks",
|
||||||
|
"typescript.tsdk": ".yarn/sdks/typescript/lib",
|
||||||
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
||||||
|
}
|
934
frontend/.yarn/releases/yarn-4.5.3.cjs
vendored
Normal file
934
frontend/.yarn/releases/yarn-4.5.3.cjs
vendored
Normal file
File diff suppressed because one or more lines are too long
2
frontend/.yarnrc.yml
Normal file
2
frontend/.yarnrc.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
yarnPath: .yarn/releases/yarn-4.5.3.cjs
|
||||||
|
nodeLinker: node-modules
|
5816
frontend/package-lock.json
generated
5816
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,27 +1,26 @@
|
|||||||
{
|
{
|
||||||
"name": "frontend",
|
"name": "frontend",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev --turbopack",
|
"dev": "next dev --turbopack",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^19.0.0",
|
"next": "15.0.4",
|
||||||
"react-dom": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"next": "15.0.4"
|
"react-dom": "^19.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "^5",
|
"@types/node": "22.10.1",
|
||||||
"@types/node": "22.10.1",
|
"@types/react": "^19",
|
||||||
"@types/react": "^19",
|
"@types/react-dom": "^19",
|
||||||
"@types/react-dom": "^19",
|
"eslint": "9.16.0",
|
||||||
"postcss": "^8",
|
"eslint-config-next": "15.0.4",
|
||||||
"tailwindcss": "^3.4.1",
|
"postcss": "^8",
|
||||||
"eslint": "9.16.0",
|
"tailwindcss": "^3.4.1",
|
||||||
"eslint-config-next": "15.0.4"
|
"typescript": "^5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
4392
frontend/yarn.lock
Normal file
4392
frontend/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user