-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "rivet-clearable-input",
"version": "0.5.0",
"description": "An enhancement for Rivet's input component. It allows for a text input to be cleared by having a clickable 'x' show up in the input control.",
"repository": {
"type": "git",
"url": "https://github.com/maurercw/rivet-clearable-input"
},
"main": "dist/js/rivet-clearable-input.js",
"scripts": {
"start": "gulp",
"build": "gulp release"
},
"author": "Chris Maurer",
"license": "BSD-3-Clause",
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-external-helpers": "^7.24.7",
"@babel/preset-env": "^7.25.4",
"@rollup/plugin-babel": "^6.0.4",
"autoprefixer": "^10.4.20",
"browser-sync": "^3.0.2",
"browserslist": "^4.23.3",
"del": "^7.1.0",
"gulp": "^5.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-header": "^2.0.9",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp4-run-sequence": "^1.0.2",
"pump": "^3.0.0",
"rivet-core": "^2.8.1",
"rollup": "^4.21.0",
"sass": "^1.77.8"
},
"browserslist": [
"last 2 version"
],
"dependencies": {
"build": "^0.1.4",
"run": "^1.5.0"
}
}