-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
27 lines (27 loc) · 799 Bytes
/
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
{
"private": true,
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"prettier:check": "npx prettier --check resources/",
"prettier:write": "npx prettier --write resources/"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"laravel-vite-plugin": "^1.0.2",
"postcss": "^8.4.38",
"postcss-prefix-selector": "^2.1.0",
"prettier": "^3.2.5",
"prettier-plugin-blade": "^2.1.11",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.4.3",
"vite": "^5.4.14"
},
"dependencies": {
"highlight.js": "^11.9.0",
"moment": "^2.30.1",
"quill": "^2.0.0-rc.4"
}
}