SOFTEDGE / package.json
akra35567's picture
Upload 37 files
2da3758 verified
{
"name": "softedge-corporation",
"version": "2.0.0",
"description": "Website institucional da SoftEdge Corporation com integração React + PHP",
"main": "src/react/index.js",
"scripts": {
"start": "webpack serve --mode development --open",
"build": "webpack --mode production",
"dev": "webpack --mode development --watch",
"full-dev": "concurrently \"npm run dev\" \"cd .. && php -S localhost:8080\"",
"lint": "eslint src/react --ext .js,.jsx",
"test": "jest",
"analyze": "webpack-bundle-analyzer dist/static/js/*.js"
},
"keywords": [
"softedge",
"corporation",
"react",
"php",
"web-development",
"full-stack"
],
"author": "SoftEdge Corporation",
"license": "MIT",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
"axios": "^1.3.0",
"lucide-react": "^0.144.0",
"framer-motion": "^10.12.0",
"react-intersection-observer": "^9.5.0",
"react-helmet-async": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.0",
"@babel/preset-react": "^7.18.0",
"@babel/plugin-proposal-class-properties": "^7.18.0",
"@babel/plugin-proposal-object-rest-spread": "^7.20.0",
"babel-loader": "^9.1.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.0",
"css-loader": "^6.7.0",
"style-loader": "^3.3.0",
"postcss-loader": "^7.0.0",
"autoprefixer": "^10.4.0",
"cssnano": "^6.0.0",
"terser-webpack-plugin": "^5.3.0",
"css-minimizer-webpack-plugin": "^4.2.0",
"webpack-bundle-analyzer": "^4.7.0",
"concurrently": "^7.6.0",
"eslint": "^8.34.0",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.4.0",
"@testing-library/react": "^13.4.0",
"@testing-library/jest-dom": "^5.16.0",
"postcss": "^8.4.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/akira40-soft/Softedge.git"
},
"homepage": "https://softedge-corporation.up.railway.app"
}