Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / chargebee / package.json
blob65f4cc91d83bed090c0e495bcb1dccb8105cf6d8
2     "name": "@proton/chargebee",
3     "version": "0.0.0",
4     "private": true,
5     "scripts": {
6         "build": "tsc && NODE_ENV='production' vite build",
7         "check-types": "tsc",
8         "dev": "vite",
9         "lint": "eslint src",
10         "preview": "vite preview",
11         "test": "jest",
12         "test:dev": "jest --watch"
13     },
14     "dependencies": {
15         "@proton/styles": "workspace:^"
16     },
17     "devDependencies": {
18         "@fullhuman/postcss-purgecss": "^6.0.0",
19         "@proton/jest-env": "workspace:^",
20         "eslint": "^8.57.1",
21         "jest": "^29.7.0",
22         "postcss": "^8.4.49",
23         "typescript": "^5.7.2",
24         "vite": "^5.4.11",
25         "vite-plugin-html": "^3.2.2",
26         "vite-plugin-mkcert": "^1.17.6",
27         "vite-plugin-singlefile": "^2.0.3"
28     }