gaialive commited on
Commit
612e625
·
verified ·
1 Parent(s): 81e07f8

Delete web/package.json

Browse files
Files changed (1) hide show
  1. web/package.json +0 -45
web/package.json DELETED
@@ -1,45 +0,0 @@
1
- {
2
- "name": "greenplus-by-gxs-web",
3
- "version": "2.0.0",
4
- "description": "GreenPlus by GXS - Environmental Intelligence Hub with Enhanced UI/UX",
5
- "private": true,
6
- "dependencies": {
7
- "idb": "^8.0.3",
8
- "lucide-react": "^0.539.0",
9
- "react": "^18.2.0",
10
- "react-dom": "^18.2.0",
11
- "react-scripts": "5.0.1",
12
- "tone": "^15.1.22",
13
- "web-vitals": "^3.3.2",
14
- "react-i18next": "^14.1.2",
15
- "i18next": "^23.11.5"
16
- },
17
- "devDependencies": {
18
- "@testing-library/jest-dom": "^5.16.5",
19
- "@testing-library/react": "^13.4.0",
20
- "@testing-library/user-event": "^14.4.3"
21
- },
22
- "scripts": {
23
- "start": "react-scripts start",
24
- "build": "GENERATE_SOURCEMAP=false WASM=0 react-scripts build",
25
- "test": "react-scripts test",
26
- "eject": "react-scripts eject"
27
- },
28
- "eslintConfig": {
29
- "extends": [
30
- "react-app"
31
- ]
32
- },
33
- "browserslist": {
34
- "production": [
35
- ">0.2%",
36
- "not dead",
37
- "not op_mini all"
38
- ],
39
- "development": [
40
- "last 1 chrome version",
41
- "last 1 firefox version",
42
- "last 1 safari version"
43
- ]
44
- }
45
- }