-
Notifications
You must be signed in to change notification settings - Fork 305
/
package.json
70 lines (70 loc) · 1.91 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
60
61
62
63
64
65
66
67
68
69
70
{
"name": "preline",
"version": "2.5.1",
"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": "Preline Labs Ltd.",
"license": "Licensed under MIT and Preline UI Fair Use License",
"publishConfig": {
"access": "public"
},
"scripts": {
"watch": "webpack --config webpack.config.js --watch",
"watch:mjs": "webpack --config webpack.config.mjs.js --watch",
"build": "webpack --config webpack.config.js",
"build:mjs": "webpack --config webpack.config.mjs.js",
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\"",
"generate-dts": "dts-bundle-generator --config dts-config.js"
},
"devDependencies": {
"@types/clipboard": "^2.0.7",
"@types/datatables.net": "^1.12.0",
"@types/dropzone": "^5.7.8",
"@types/jquery": "^3.5.30",
"@types/lodash": "^4.17.6",
"@types/nouislider": "^15.0.0",
"@types/prismjs": "^1.26.4",
"@types/vinyl": "^2.0.12",
"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.5.1",
"typescript": "^5.5.3",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@popperjs/core": "^2.11.2"
}
}