-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 729 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 729 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
{
"name": "exceptionite",
"version": "2.0.0",
"description": "",
"scripts": {
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@heroicons/vue": "^1.0.5",
"@vue/compiler-sfc": "^3.2.29",
"autoprefixer": "^10.4.2",
"laravel-mix": "^6.0.43",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.16",
"vue": "^3.2.29",
"vue-loader": "^16.8.3"
},
"dependencies": {
"@headlessui/vue": "^1.4.3",
"@vueuse/core": "^7.5.5",
"axios": "^0.25.0",
"highlight.js": "^11.4.0",
"tippy.js": "^6.3.7"
}
}