-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
32 lines (32 loc) · 926 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": true,
"scripts": {
"dev": "mix",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"prod": "mix --production"
},
"devDependencies": {
"@tailwindcss/typography": "^0.4.0",
"css-loader": "^5.2",
"laravel-mix": "^6.0.16",
"postcss": "^8.2.15",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.0",
"sass-loader": "^11.0.1",
"tailwindcss": "^2.0.4",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@docsearch/css": "^1.0.0-alpha.28",
"@docsearch/js": "^1.0.0-alpha.28",
"ally.js": "^1.4.1",
"alpinejs": "^2.8.2",
"clipboard": "^2.0.8",
"highlight.js": "^10.7.1",
"quicklink": "^2.1.0"
}
}