Initial commit
This commit is contained in:
45
qr-web/package.json
Normal file
45
qr-web/package.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "qr-web",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mantine/core": "^7.14.0",
|
||||
"@tabler/icons-react": "^3.23.0",
|
||||
"@mantine/dropzone": "^7.14.0",
|
||||
"@mantine/hooks": "^7.14.0",
|
||||
"next": "^15.0.3",
|
||||
"pdf-lib": "^1.4.2",
|
||||
"qr-code-styling": "^1.9.2",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/react": "^16.0.1",
|
||||
"@types/node": "^22.9.0",
|
||||
"@types/react": "^19.0.1",
|
||||
"@types/react-dom": "^19.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
||||
"@typescript-eslint/parser": "^8.15.0",
|
||||
"eslint": "^9.15.0",
|
||||
"eslint-config-next": "^15.0.3",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"jsdom": "^25.0.0",
|
||||
"postcss": "^8.4.49",
|
||||
"postcss-nesting": "^13.0.0",
|
||||
"postcss-preset-env": "^10.0.0",
|
||||
"typescript": "^5.6.3",
|
||||
"vitest": "^2.1.6",
|
||||
"@vitejs/plugin-react": "^4.3.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user