-
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) · 802 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 802 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",
"lint": "eslint --ext .js,.vue --fix resources/js",
"format": "prettier resources/js --write"
},
"devDependencies": {
"eslint": "^9.39.2",
"eslint-plugin-vue": "^10.6.2",
"globals": "^17.0.0",
"laravel-vite-plugin": "^1",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"tailwindcss": "^4.1.18",
"vite": "^6",
"vue-eslint-parser": "^10.2.0"
},
"dependencies": {
"@internationalized/date": "^3.10.1",
"@statamic/cms": "file:./vendor/statamic/cms/resources/dist-package",
"@tailwindcss/vite": "^4.1.18",
"apexcharts": "^5.3.6",
"dayjs": "^1.11.19",
"lodash-es": "^4.17.22",
"vue": "^3",
"vue3-apexcharts": "^1.10.0"
}
}