-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (108 loc) · 3.14 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"devDependencies": {
"tailwindcss": "^3.0.19"
},
"name": "image-to-palette",
"description": "Website ini adalah website untuk mengenerate warna/palet dari gambar yang di inputkan.",
"version": "1.0.0",
"main": "tailwind.config.js",
"dependencies": {
"acorn": "^8.0.0",
"acorn-node": "^2.0.0",
"acorn-walk": "^8.0.0",
"ansi-styles": "^6.0.0",
"anymatch": "^3.1.2",
"arg": "^5.0.1",
"autoprefixer": "^10.4.2",
"binary-extensions": "^3.0.0",
"braces": "^3.0.2",
"browserslist": "^4.19.1",
"callsites": "^4.2.0",
"camelcase-css": "^2.0.1",
"caniuse-lite": "^1.0.30001309",
"chalk": "^5.0.0",
"chokidar": "^3.5.3",
"color-convert": "^2.0.1",
"color-name": "^2.0.0",
"cosmiconfig": "^9.0.0",
"cssesc": "^3.0.0",
"daisyui": "^4.0.0",
"defined": "^1.0.0",
"detective": "^5.2.0",
"didyoumean": "^1.2.2",
"dlv": "^1.1.3",
"electron-to-chromium": "^1.4.66",
"error-ex": "^1.3.2",
"escalade": "^3.1.1",
"escape-string-regexp": "^5.0.0",
"fast-glob": "^3.2.11",
"fastq": "^1.13.0",
"fill-range": "^7.1.1",
"fraction.js": "^4.1.3",
"function-bind": "^1.1.1",
"glob-parent": "^6.0.2",
"has": "^1.0.3",
"has-flag": "^5.0.0",
"import-fresh": "^3.3.0",
"is-arrayish": "^0.3.0",
"is-binary-path": "^3.0.0",
"is-core-module": "^2.15.1",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"js-tokens": "^9.0.0",
"json-parse-even-better-errors": "^3.0.0",
"lilconfig": "^3.0.0",
"lines-and-columns": "^2.0.0",
"merge2": "^1.4.1",
"micromatch": "^4.0.4",
"minimist": "^1.2.5",
"nanoid": "^5.0.0",
"node-releases": "^2.0.1",
"normalize-path": "^3.0.0",
"normalize-range": "^0.1.2",
"object-hash": "^3.0.0",
"parent-module": "^3.0.0",
"parse-json": "^8.1.0",
"path-parse": "^1.0.7",
"path-type": "^5.0.0",
"picocolors": "^1.0.0",
"picomatch": "^4.0.2",
"postcss": "^8.4.6",
"postcss-js": "^4.0.0",
"postcss-load-config": "^6.0.1",
"postcss-nested": "^6.0.0",
"postcss-selector-parser": "^6.0.9",
"postcss-value-parser": "^4.2.0",
"queue-microtask": "^1.2.3",
"quick-lru": "^7.0.0",
"readdirp": "^3.6.0",
"resolve": "^1.22.0",
"resolve-from": "^4.0.0",
"reusify": "^1.0.4",
"run-parallel": "^1.2.0",
"source-map-js": "^1.2.0",
"supports-color": "^9.4.0",
"supports-preserve-symlinks-flag": "^1.0.0",
"to-regex-range": "^5.0.1",
"util-deprecate": "^1.0.2",
"xtend": "^4.0.2",
"yaml": "^2.4.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npx tailwindcss -i ./src/css/style.css -o ./dist/css/style.css --watch",
"minify": "npx tailwindcss -i ./src/css/style.css -o ./dist/css/style.css --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bagussatoto/image-get-palette.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bagussatoto/image-get-palette/issues"
},
"homepage": "https://github.com/bagussatoto/image-get-palette#readme"
}