db_kyc_project/frontend/package.json

78 lines
2.2 KiB
JSON
Raw Normal View History

2024-11-18 16:33:44 +03:00
{
"name": "gpnevent",
"version": "1.0.0",
"description": "",
"main": "vite.config.js",
"type": "module",
"engines": {
"node": "16.x"
},
"scripts": {
"predeploy": "npm run build:dev",
"deploy": "gh-pages -d build:dev",
"build": "vite build",
"preview": "vite preview",
"dev": "vite serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Anna Efremova",
"license": "ISC",
"dependencies": {
"@hot-loader/react-dom": "^17.0.1",
"@redux-devtools/extension": "^3.2.5",
"@types/crypto-js": "^4.1.1",
"@types/intl-tel-input": "^18.1.1",
"@types/jest": "^28.1.6",
"@types/react": "^17.0.50",
"@types/react-dom": "^18.0.11",
"@types/react-linkify": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitejs/plugin-react": "^4.0.4",
"axios": "^1.4.0",
"clean-webpack-plugin": "^4.0.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"crypto-js": "^4.1.1",
"css-loader": "^3.4.2",
"eslint": "^8.40.0",
"eslint-plugin-react": "^7.32.2",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^4.5.2",
"intl-tel-input": "^18.2.1",
"js-sha256": "^0.9.0",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"nodemon": "^2.0.12",
"react": "^17.0.1",
"react-confetti": "^6.1.0",
"react-dom": "^17.0.1",
"react-hot-loader": "^4.13.0",
"react-linkify": "^1.0.0-alpha",
"react-player": "^2.12.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.1",
"react-select": "^5.7.3",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"style-loader": "^1.1.3",
"swiper": "^11.1.1",
"ts-jest": "^28.0.7",
"ts-loader": "^6.2.1",
"typescript": "4.6.4",
"usehooks-ts": "^3.1.0",
"vite": "^4.4.9",
"vite-plugin-html": "^3.2.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-middleware": "^3.7.3",
"webpack-dev-server": "^3.10.3",
"webpack-hot-middleware": "^2.25.0",
"webpack-node-externals": "^3.0.0"
}
}