-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.78 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
{
"name": "@yaireo/ui-switch",
"version": "1.0.5",
"homepage": "https://github.com/yairEO/ui-switch",
"description": "lightweight React Switch component using CSS variables",
"keywords": [
"switch",
"checkbox",
"react",
"input",
"component",
"ui"
],
"license": "MIT",
"_npmUser": {
"name": "vsync",
"email": "[email protected]"
},
"browserslist": [
">3% and ie 11",
"not dead",
"not ie < 11",
"not IE_Mob 11",
"not op_mini all"
],
"scripts": {
"start": "npx [email protected]",
"push": "git push origin",
"push:tags": "git push origin --tags"
},
"author": {
"name": "Yair Even-Or",
"email": "[email protected]"
},
"main": "./dist/Switch.react.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yairEO/ui-switch.git"
},
"bugs": {
"url": "https://github.com/yaireo/ui-switch/issues"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-destructuring": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "7.0.1",
"gulp-babel": "^8.0.0",
"gulp-bump": "^3.1.3",
"gulp-cached": "^1.1.1",
"gulp-clean-css": "^4.3.0",
"gulp-combine-mq": "^0.4.0",
"gulp-css-globbing": "^0.2.2",
"gulp-git": "^2.10.1",
"gulp-load-plugins": "^2.0.1",
"gulp-sass": "^4.1.0",
"gulp-tag-version": "^1.3.1",
"gulp-uglify": "^3.0.2",
"gulp-umd": "^2.0.0",
"semver": "^7.3.2"
}
}