-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.17 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
{
"name": "@iconscout/vue-unicons-thinline",
"version": "0.1.0",
"description": "1100+ vector solid icons as easy to use Vue Components",
"main": "./lib/cjs/index.js",
"module": "/index.js",
"sideEffects": false,
"scripts": {
"generate": "node ./build/generate.js && webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Iconscout/vue-unicons-thinline.git"
},
"keywords": [
"unicons",
"vue-unicons",
"vue-unicons-thinline",
"thinline",
"icons",
"iconscout",
"vector",
"icons"
],
"author": "Iconscout",
"license": "Apache-2.0",
"homepage": "https://iconscout.com/unicons",
"bugs": {
"url": "https://github.com/Iconscout/vue-unicons-thinline/issues"
},
"peerDependencies": {
"vue": "^2.6.0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@iconscout/unicons": "^4.0.0",
"babel-loader": "^8.1.0",
"cheerio": "^1.0.0-rc.3",
"css-loader": "^4.0.0",
"fs-plus": "^3.1.1",
"uppercamelcase": "^3.0.0",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}