-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.01 KB
/
package.json
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
{
"name": "aluve-crop-pwa",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start:dev": "vite",
"start:test": "dotenv -e .env.local -- npm run start:dev",
"build": "tsc && vite build",
"lint": "eslint",
"preview": "vite preview",
"generate-pwa-icons": "pwa-assets-generator",
"cypress:open": "cypress open",
"cypress:run": "cypress run --config-file=cypress.config.ts",
"cypress:record": "cypress run --record --key"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@vercel/analytics": "^1.3.1",
"agri-prices-pwa": "file:",
"aluve-crop-pwa": "file:",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"digital-ticketing-pwa": "file:",
"dotenv": "^16.4.5",
"firebase": "^10.13.0",
"flowbite": "^2.3.0",
"flowbite-react": "^0.9.0",
"mock-socket": "^9.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-firebase-hooks": "^5.1.1",
"react-router-dom": "^6.22.3",
"recharts": "^2.12.7"
},
"devDependencies": {
"@cypress/grep": "^4.1.0",
"@types/cypress": "^1.1.3",
"@types/date-fns": "^2.5.3",
"@types/mocha": "^10.0.7",
"@types/node": "^18.x",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.20",
"cypress": "^13.13.2",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"lighthouse": "^12.1.0",
"postcss": "^8.4.41",
"sass": "^1.77.6",
"tailwindcss": "^3.4.10",
"typescript": "^5.2.2",
"vite": "^5.2.10",
"vite-plugin-mock-server": "^1.2.0",
"vite-plugin-pwa": "^0.20.0"
},
"overrides": {
"sharp": "0.32.6",
"sharp-ico": "0.1.5"
}
}