File size: 2,549 Bytes
2da3758
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
  "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"
}