-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.1 KB
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": "liquid-web-src",
"version": "1.1.1",
"description": "Modern JavaScript library for easy creation of liquid glass effect for Vue, React, VanillaJS",
"main": "index.js",
"scripts": {
"build": "npx gulp",
"dev": "npx gulp dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koirodev/liquid-web.git"
},
"keywords": [
"liquid glass",
"liquid web",
"ios 26",
"html",
"css",
"vue",
"react",
"Vanila JS",
"ui components"
],
"author": "Vitaly Koiro",
"license": "MIT",
"bugs": {
"url": "https://github.com/koirodev/liquid-web/issues"
},
"homepage": "https://liquid.prismify.in",
"devDependencies": {
"@csstools/postcss-is-pseudo-class": "^5.0.1",
"autoprefixer": "^10.4.20",
"del": "^8.0.0",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-esbuild": "^0.14.0",
"gulp-header": "^2.0.9",
"gulp-notify": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-rollup": "^2.17.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-watch": "^5.0.1",
"jsdom": "^25.0.1",
"npm": "^10.9.0"
}
}