-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
108 lines (108 loc) · 2.88 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "@creativebulma/bulma-tagsinput",
"description": "A full-featured user interface for managing tags with Bulma supporting autocomplete.",
"version": "1.0.3",
"homepage": "https://github.com/CreativeBulma/bulma-tagsinput",
"author": {
"name": "Gaetan",
"email": "[email protected]",
"url": "https://creativebulma.net"
},
"main": "./dist/js/bulma-tagsinput.js",
"module": "./src/js/index.js",
"style": "./dist/css/bulma-tagsinput.css",
"script": "./dist/js/bulma-tagsinput.js",
"sass": "./src/sass/index.sass",
"library": "BulmaTagsInput",
"repository": {
"type": "git",
"url": "git+https://github.com/CreativeBulma/bulma-tagsinput.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/CreativeBulma/bulma-tagsinput/issues"
},
"keywords": [
"tags",
"input",
"tagsinput",
"autocomplete",
"autocompletion",
"typehead",
"ui",
"component",
"extension",
"html",
"html5",
"css3",
"sass",
"bulma",
"bulmaio",
"bulma.io"
],
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/plugin-transform-block-scoping": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@babel/plugin-transform-parameters": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/runtime": "^7.8.3",
"autoprefixer": "^9.7.4",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-preset-minify": "^0.5.1",
"bulma": "^0.8",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"gulp-cache-bust": "^1.4.1",
"gulp-clean-dir": "^1.0.2",
"gulp-cleancss": "^0.2.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-header": "^2.0.9",
"gulp-if": "^3.0.0",
"gulp-nop": "0.0.3",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-run": "^1.7.1",
"gulp-sass": "^4.0.2",
"gulp-shell": "^0.8.0",
"gulp-svgmin": "^2.2.0",
"gulp-terser": "^1.2.0",
"hugo-bin": "^0.55.0",
"internal-ip": "^6.0.0",
"parse-filepath": "^1.0.2",
"path": "^0.12.7",
"webpack": "^4.42.0",
"webpack-glob-entry": "^2.1.1",
"webpack-stream": "^5.2.1"
},
"scripts": {
"build": "gulp",
"build:styles": "gulp build:styles",
"demo": "gulp demo",
"demo:build": "gulp demo:build",
"demo:serve": "gulp demo:serve",
"doc": "gulp doc",
"doc:build": "gulp doc:build",
"doc:serve": "gulp doc:serve",
"optimize": "gulp optimize",
"start": "gulp demo:serve"
},
"files": [
"dist",
"src",
"LICENSE",
"README.md"
]
}