forked from htmlstreamofficial/preline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.41 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "preline",
"version": "2.1.0",
"description": "Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.",
"main": "index.js",
"module": "./src/index.ts",
"repository": "https://github.com/htmlstreamofficial/preline.git",
"homepage": "https://preline.co",
"keywords": [
"preline",
"html",
"css",
"javascript",
"typescript",
"tailwind",
"tailwind examples",
"tailwind components",
"tailwind components library",
"tailwind elements",
"tailwind library",
"tailwind sections",
"tailwind css",
"tailwind ui",
"tailwind css react",
"tailwind css next",
"tailwind css nextjs",
"tailwind css vue",
"tailwind css nuxtjs",
"tailwind css angular",
"tailwind css astro",
"tailwind css solidjs",
"tailwind css qwik",
"tailwind css svelte",
"tailwind css remix",
"tailwind css laravel"
],
"author": "HtmlStream",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"watch": "webpack",
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\"",
"generate-dts": "dts-bundle-generator --config dts-config.js"
},
"devDependencies": {
"dts-bundle-generator": "^9.0.0",
"prettier": "^3.0.0",
"source-map-loader": "^4.0.1",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.2",
"typescript": "^5.0.2",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@popperjs/core": "^2.11.2"
}
}