-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.46 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
{
"name": "icon-ix",
"version": "2.0.0",
"description": "IconIx - icon picker plugin.",
"author": "Yusupov-droid<[email protected]>",
"license": "MIT",
"main": "./dist/js/iconix.js",
"style": "./dist/css/iconix.css",
"sass": "./src/assets/style.scss",
"keywords": [
"Icon Picker",
"IconIx",
"FontAwesome icon picker",
"picker",
"icon-ix"
],
"scripts": {
"build": "webpack",
"start": "webpack --watch"
},
"browserslist": [
"defaults",
"not ie < 11",
"last 2 versions",
"> 1%",
"iOS 7",
"last 3 iOS versions"
],
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"autoprefixer": "^10.2.6",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"core-js": "^3.15.1",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^3.0.1",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^1.6.0",
"postcss": "^8.3.5",
"postcss-loader": "^6.1.0",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.3",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yusupov-droid/icon-ix.git"
},
"bugs": {
"url": "https://github.com/Yusupov-droid/icon-ix/issues"
},
"homepage": "https://github.com/Yusupov-droid/icon-ix#readme"
}