forked from CharrafiMed/global-search-modal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 KB
/
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
33
34
35
36
37
38
39
40
{
"name": "global-search-modal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/CharrafiMed/global-search-modal.git"
},
"keywords": [
"filamentphp"
],
"private": true,
"type": "module",
"scripts": {
"build": "postcss resources/css/index.css -o resources/dist/headings.css",
"dev": "npx tailwindcss -i resources/css/app.css -o dist/css/global-search-modal.css --postcss --watch",
"dev:js": "node bin/build.js --dev"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.19",
"esbuild": "^0.18.13",
"postcss": "^8.4.38",
"postcss-import": "^15.1.0",
"prettier": "^3.0.0",
"prettier-plugin-blade": "^1.6.10",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.4.4"
},
"author": "charrafimed",
"license": "MIT",
"bugs": {
"url": "https://github.com/CharrafiMed/global-search-modal/issues"
},
"homepage": "https://github.com/CharrafiMed/global-search-modal#readme",
"dependencies": {
"@charrafimed/alpine-animation": "^0.1.4"
}
}