-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 666 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 666 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"alpinejs": "^3.0",
"autoprefixer": "^10.4.17",
"axios": "^1.6",
"clipboard": "^2.0.6",
"highlight.js": "^11.9.0",
"laravel-vite-plugin": "^0.8",
"lodash": "^4.17.21",
"postcss": "^8.4.31",
"postcss-import": "^15.0.0",
"resolve-url-loader": "^5.0",
"smooth-scroll": "^16.1.3",
"tailwindcss": "^3.4.1",
"vite": "^4.*",
"vue-template-compiler": "^2.6.11"
}
}