-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.3 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
41
42
43
44
45
46
47
{
"name": "hounddd.reviews",
"version": "1.0.0",
"description": "Hounddd.Reviews Plugin for WinterCMS",
"private": true,
"scripts": {
},
"keywords": [],
"authors": [
{
"name": "Damien MATHIEU",
"email": "[email protected]",
"url": "https://www.hounddd.fr/",
"company": "HOUNDDD"
}
],
"homepage": "https://www.hounddd.fr/",
"company": "HOUNDDD",
"license": "MIT",
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.4",
"autoprefixer": "^10.4.8",
"laravel-mix": "^6.0.49",
"laravel-mix-banner": "^0.1.4",
"postcss": "^8.4.16",
"postcss-import": "^14.1.0",
"postcss-nested": "^5.0.6",
"postcss-nested-ancestors": "^2.0.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.54.6",
"sass-loader": "^12.6.0",
"tailwindcss": "^3.2.4",
"tailwindcss-breakpoints-inspector": "^1.1.0"
},
"dependencies": {
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
},
"browserslist": "last 2 years, Chrome >= 13"
}