|
| 1 | +{ |
| 2 | + "name": "react-kickstart-project", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "react boilerplate kit", |
| 5 | + "author": "Václav Daněk", |
| 6 | + "license": "MIT", |
| 7 | + "private": true, |
| 8 | + "main": "''", |
| 9 | + "scripts": { |
| 10 | + "build": "webpack --config webpack.production.config.js --progress --profile", |
| 11 | + "start": "webpack-dev-server --config webpack.dev.config.js --progress --profile", |
| 12 | + "dev": "webpack-dashboard -- webpack-dev-server --config webpack.dev.config.js --progress --profile", |
| 13 | + "lint": "eslint --ext js --ext jsx src || exit 0", |
| 14 | + "test": "jest", |
| 15 | + "watch": "jest --watch", |
| 16 | + "type-check": "tsc" |
| 17 | + }, |
| 18 | + "dependencies": { |
| 19 | + "@fortawesome/fontawesome-svg-core": "^6.7.2", |
| 20 | + "@fortawesome/free-regular-svg-icons": "^6.7.2", |
| 21 | + "@fortawesome/free-solid-svg-icons": "^6.7.2", |
| 22 | + "@fortawesome/react-fontawesome": "^0.2.2", |
| 23 | + "@types/node": "^22.14.0", |
| 24 | + "axios": "^1.8.4", |
| 25 | + "classnames": "^2.5.1", |
| 26 | + "i18next": "^24.2.3", |
| 27 | + "i18next-browser-languagedetector": "^8.0.4", |
| 28 | + "js-utils": "https://github.com/VaclavDanek/js-utils.git", |
| 29 | + "loaders.css": "^0.1.2", |
| 30 | + "mobx": "^6.13.7", |
| 31 | + "mobx-react": "^9.2.0", |
| 32 | + "moment": "^2.30.1", |
| 33 | + "node-sass": "^9.0.0", |
| 34 | + "react": "^18.3.1", |
| 35 | + "react-dom": "^18.3.1", |
| 36 | + "react-i18next": "^15.4.1", |
| 37 | + "react-loaders": "^3.0.1", |
| 38 | + "react-router": "^6.30.0", |
| 39 | + "react-router-dom": "^6.30.0" |
| 40 | + }, |
| 41 | + "devDependencies": { |
| 42 | + "@babel/core": "^7.26.10", |
| 43 | + "@babel/eslint-parser": "^7.27.0", |
| 44 | + "@babel/preset-env": "^7.26.9", |
| 45 | + "@babel/preset-react": "^7.26.3", |
| 46 | + "@babel/preset-typescript": "^7.27.0", |
| 47 | + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.16", |
| 48 | + "@types/jest": "^29.5.14", |
| 49 | + "@types/react-dom": "^19.1.1", |
| 50 | + "@types/webpack-env": "^1.18.8", |
| 51 | + "@typescript-eslint/eslint-plugin": "^8.29.0", |
| 52 | + "@typescript-eslint/parser": "^8.29.0", |
| 53 | + "autoprefixer": "^10.4.21", |
| 54 | + "babel-loader": "^9.2.1", |
| 55 | + "copy-webpack-plugin": "^13.0.0", |
| 56 | + "css-loader": "^7.1.2", |
| 57 | + "eslint": "^9.24.0", |
| 58 | + "eslint-plugin-import": "^2.31.0", |
| 59 | + "eslint-plugin-jest": "^28.11.0", |
| 60 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 61 | + "eslint-plugin-react": "^7.37.5", |
| 62 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 63 | + "eslint-plugin-testing-library": "^7.1.1", |
| 64 | + "html-webpack-plugin": "^5.6.3", |
| 65 | + "identity-obj-proxy": "^3.0.0", |
| 66 | + "jest": "^29.7.0", |
| 67 | + "mini-css-extract-plugin": "^2.9.2", |
| 68 | + "postcss-loader": "^8.1.1", |
| 69 | + "prettier": "^3.5.3", |
| 70 | + "react-refresh": "^0.17.0", |
| 71 | + "react-test-renderer": "^18.3.1", |
| 72 | + "sass-loader": "^16.0.5", |
| 73 | + "style-loader": "4.0.0", |
| 74 | + "tailwindcss": "^3.4.15", |
| 75 | + "terser-webpack-plugin": "^5.3.14", |
| 76 | + "ts-jest": "^29.3.1", |
| 77 | + "typescript": "^5.8.3", |
| 78 | + "webpack": "^5.98.0", |
| 79 | + "webpack-bundle-analyzer": "^4.10.2", |
| 80 | + "webpack-cli": "^6.0.1", |
| 81 | + "webpack-dashboard": "^3.3.8", |
| 82 | + "webpack-dev-server": "^5.2.1" |
| 83 | + } |
| 84 | +} |
0 commit comments