-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
40 lines (40 loc) · 1 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
{
"name": "rideshare-stats",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && NODE_ENV=production vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/jquery": "^3.5.14",
"@types/lodash-es": "^4.17.6",
"axios": "^1.1.3",
"dayjs": "^1.11.6",
"jquery": "^3.6.1",
"json-2-csv": "^3.17.2",
"json-to-csv-export": "^2.1.0",
"json2csv": "^5.0.7",
"lodash-es": "^4.17.21",
"p-limit": "^4.0.0",
"parse-money": "^1.0.12",
"parsecurrency": "^1.1.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sweetalert2": "^11.6.4",
"webextension-polyfill-ts": "^0.26.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.4",
"@types/chrome": "^0.0.200",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.8.4",
"vite": "^3.2.3"
}
}