-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
32 lines (32 loc) · 915 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
28
29
30
31
32
{
"private": false,
"scripts": {
"dev": "vite",
"build": "vite build",
"format": "prettier './resources/js' --write"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.14",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.23",
"prettier": "2.8.8",
"tailwindcss": "^3.3.1",
"vite": "^4.0.0",
"vue-loader": "^17.0.1"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.3",
"@codemirror/lang-json": "^6.0.1",
"@headlessui/vue": "^1.7.13",
"@heroicons/vue": "^2.0.17",
"@kyvg/vue3-notification": "^2.9.0",
"codemirror": "^6.0.1",
"print-js": "^1.6.0",
"vue": "^3.2.36",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.0.13"
}
}