-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 2.75 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
{
"name": "@themeid/bootstrap-icon",
"version": "1.0.1-beta1",
"description": "Bootstrap Icons are designed to work with Bootstrap components, from form controls to navigation. Bootstrap Icons are SVGs, so they scale quickly and easily and can be styled with CSS. While they're built for Bootstrap, they'll work in any project.",
"main": "index.js",
"scripts": {
"start": "gulp",
"build": "gulp build --prod",
"deploy": "gh-pages -d docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themedotid/bootstrap-icon.git"
},
"keywords": [
"bootstrap",
"icons",
"bootstrap",
"font",
"icon",
"font",
"css"
],
"author": "Hadie Danker",
"license": "MIT",
"bugs": {
"url": "https://github.com/themedotid/bootstrap-icon/issues"
},
"homepage": "https://themedotid.github.io/bootstrap-icon/",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-syntax-jsx": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/register": "^7.10.5",
"@popperjs/core": "^2.4.4",
"@wordpress/babel-preset-default": "^4.13.0",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-minify": "^0.5.1",
"bootstrap": "^4.5.2",
"browser-sync": "^2.26.12",
"browserslist": "^4.12.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"gh-pages": "^3.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-buffer": "0.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-deporder": "^1.2.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-js-import": "^1.0.6",
"gulp-minify-css": "^1.2.4",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^8.0.0",
"gulp-print": "^5.0.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-debug": "^3.0.0",
"gulp-terser": "^1.2.0",
"gulp-terser-js": "^5.2.2",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-wp-pot": "^2.4.3",
"gulp-zip": "^5.0.2",
"jquery": "^3.5.1",
"node-gyp": "^6.1.0",
"popper.js": "^1.16.1",
"postcss-assets": "^5.0.0",
"rebuild": "^0.1.2",
"vinyl-named": "^1.1.0",
"vinyl-paths": "^3.0.1",
"vue-template-compiler": "^2.6.11",
"webpack-stream": "^5.2.1",
"yargs": "^15.4.1"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"@babel/preset-env"
]
}
]
]
},
"directories": {
"doc": "docs"
},
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}