-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.17 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.17 KB
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
{
"type": "module",
"main": "resources/theme.ts",
"private": true,
"scripts": {
"dev": "vite dev --host --cors",
"build": "run-p type-check build-only",
"build-only": "vite build",
"watch": "vite build --watch",
"lint": "eslint . --fix",
"type-check": "vue-tsc --noEmit -p tsconfig.json --composite false"
},
"dependencies": {
"@ratmd/laika": "file:../../../package",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10",
"codemirror": "^5.64.0",
"dayjs": "^1.11.19",
"jquery": "^3.6.0",
"photoswipe": "^5.2.4",
"photoswipe-dynamic-caption-plugin": "^1.1.1",
"slick-carousel": "^1.8.1",
"vue": "^3.5.27"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/node": "^22.19.8",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/tsconfig": "^0.8.1",
"dotenv": "^17.2.4",
"laravel-vite-plugin": "^2.1.0",
"npm-run-all2": "^8.0.4",
"sass": "^1.45.0",
"sass-loader": "^12.1.0",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vue-tsc": "^3.2.4"
}
}