-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@babel/runtime": "^7.24.4",
"@popperjs/core": "^2.11.8",
"@types/node": "^20.12.7",
"body-scroll-lock": "^4.0.0-beta.0",
"chart.js": "^3.9.1",
"chartjs-adapter-date-fns": "^2.0.1",
"cross-env": "^7.0.3",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"ethereum-blockies-base64": "^1.0.2",
"focus-trap": "^6.9.4",
"focus-visible": "^5.2.0",
"glob-all": "^3.3.1",
"laravel-echo": "^1.16.1",
"laravel-vite-plugin": "^1.0.2",
"pikaday": "^1.8.2",
"postcss": "^8.4.38",
"postcss-focus-visible": "^6.0.4",
"postcss-import": "^14.1.0",
"prettier": "^2.8.8",
"pusher-js": "8.4.0-rc2",
"resolve-url-loader": "^5.0.0",
"tailwindcss": "^3.4.3",
"tippy.js": "^6.3.7",
"vite": "^5.2.10"
},
"resolutions": {
"autoprefixer": "10.4.5"
},
"dependencies": {
"axios": "^1.6.8"
}
}