-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
65 lines (65 loc) · 1.86 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
{
"name": "vue-ionicons",
"version": "3.0.5",
"license": "MIT",
"author": "Irfan Maulana (https://github.com/mazipan/)",
"description": "Vue Icon Set Components from Ionic Team",
"scripts": {
"dev": "rimraf demo/dist && cross-env NODE_ENV=development ./node_modules/.bin/poi --serve",
"build-demo": "rimraf demo/dist && cross-env NODE_ENV=production ./node_modules/.bin/poi --prod",
"build-lib": "rimraf dist/js && ./node_modules/.bin/bili --config bili.config.js",
"dist": "node dist.js && npm run build-lib && npm run build-demo",
"deploy": "node ./gh-publish.js"
},
"files": [
"dist/**",
"ionicons.css",
"ionicons.scss",
"ionicons.less"
],
"keywords": [
"vue ionicons",
"vue icon",
"vue font icon",
"ionicons"
],
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"babel-core": "7.0.0-bridge.0",
"bili": "^3.4.2",
"chalk": "^2.4.2",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"eslint": "^5.12.0",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-vue": "5.1.0",
"file-loader": "^3.0.1",
"gh-pages": "2.1.1",
"mustache": "^3.0.1",
"node-sass": "^4.11.0",
"ora": "^3.0.0",
"poi": "12.7.3",
"rimraf": "^2.6.3",
"rollup-plugin-vue": "^4.3.2",
"sass-loader": "^7.1.0",
"shelljs": "^0.8.3",
"style-loader": "0.23.1",
"svgo": "^1.1.1",
"vue": "^2.5.21",
"vue-loader": "^15.5.0",
"vue-template-compiler": "^2.5.21",
"workbox-webpack-plugin": "^3.6.3"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/mazipan/vue-ionicons.git"
},
"bugs": {
"url": "https://github.com/mazipan/vue-ionicons/issues"
}
}