forked from yairEO/tagify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.35 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
{
"name": "@yaireo/tagify",
"version": "3.15.1",
"homepage": "https://github.com/yairEO/tagify",
"description": "lightweight, efficient Tags input component in Vanilla JS / React / Angular [super customizable, tiny size & top performance]",
"license": "MIT",
"_npmUser": {
"name": "vsync",
"email": "[email protected]"
},
"scripts": {
"start": "",
"test": "jest",
"serve": "http-server -o -c-1"
},
"jest": {
"preset": "jest-puppeteer"
},
"author": {
"name": "Yair Even-Or",
"email": "[email protected]"
},
"main": "./dist/tagify.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yairEO/tagify.git"
},
"bugs": {
"url": "https://github.com/yaireo/tagify/issues"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0",
"prop-types": "*"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-transform-destructuring": "^7.9.5",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"babel-core": "^6.26.3",
"beepbeep": "^1.2.2",
"gulp": "^3.9.1",
"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-concat": "^2.6.1",
"gulp-css-globbing": "^0.2.2",
"gulp-eslint": "^6.0.0",
"gulp-filter": "^6.0.0",
"gulp-git": "^2.10.1",
"gulp-insert": "^0.5.0",
"gulp-load-plugins": "^2.0.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-streamify": "^1.0.2",
"gulp-tag-version": "^1.3.1",
"gulp-tap": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-umd": "^2.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"jest": "^24.9.0",
"jest-puppeteer": "^4.3.0",
"path": "^0.12.7",
"puppeteer": "^1.20.0",
"rollup-stream": "^1.24.1",
"run-sequence": "^2.2.1",
"semver": "^7.3.2",
"vinyl-source-stream": "^2.0.0"
}
}