-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.37 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.37 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "prismium-src",
"version": "4.1.10",
"description": "A modern JavaScript accordion library with smooth animations. Easily integrates with React, Vue, and vanilla JavaScript.",
"type": "module",
"scripts": {
"build": "npx gulp",
"dev": "npx gulp dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koirodev/prismium.git"
},
"keywords": [
"prismium",
"accordion",
"dropdown",
"filter",
"javascript",
"js",
"native",
"widget",
"animation",
"smooth",
"tree-view",
"view-more",
"vue",
"react",
"web-components",
"ui-components"
],
"author": "Vitaly Koiro",
"license": "MIT",
"bugs": {
"url": "https://github.com/koirodev/prismium/issues"
},
"homepage": "https://prismify.in",
"devDependencies": {
"@csstools/postcss-is-pseudo-class": "5.0.1",
"@csstools/postcss-sass": "5.1.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-postcss": "10.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",
"postcss": "8.4.47",
"postcss-import": "16.1.0",
"postcss-media-minmax": "5.0.0"
}
}