forked from OpenDominion/OpenDominion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 785 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && node scripts/copy-vendor.mjs",
"preview": "vite preview",
"vendor:copy": "node scripts/copy-vendor.mjs",
"postinstall": "node scripts/copy-vendor.mjs"
},
"devDependencies": {
"laravel-vite-plugin": "^1.0.0",
"sass": "^1.70.0",
"vite": "^5.0.0"
},
"overrides": {
"node-sass": "npm:sass@^1.70.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.0",
"@opendominion/rpg-awesome": "^0.0.21",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.0",
"chart.js": "^4.4.0",
"datatables.net-bs5": "^1.13.0",
"flag-icons": "^7.5.0",
"jquery": "^3.7.0",
"lodash": "^4.17.21",
"select2": "^4.1.0-rc.0"
}
}