-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
38 lines (38 loc) · 1008 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
33
34
35
36
37
38
{
"name": "tailwind-e-commerce",
"version": "1.0.0",
"description": "A collection of free E-commerce website page templates, built with the utility-first Tailwind CSS framework. MIT licensed - free for personal and commercial use.",
"homepage": "https://github.com/bbulakh/tailwind-ecommerce",
"author": "Bogdan Bulakh",
"license": "MIT",
"source": "src/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build;"
},
"browserslist": "last 2 versions",
"targets": {
"default": {
"distDir": "./build/"
}
},
"keywords": [
"layouts",
"tailwind",
"html",
"css",
"ecommerce"
],
"bugs": {
"url": "https://github.com/bbulakh/tailwind-ecommerce/issues"
},
"dependencies": {
"@parcel/packager-raw-url": "^2.8.3",
"@parcel/transformer-webmanifest": "^2.8.3",
"@splidejs/splide": "^4.1.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"alpinejs": "^3.12.1",
"parcel": "^2.8.3",
"tailwindcss": "^3.3.2"
}
}