-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "vue-svg-icon",
"version": "1.2.9",
"description": "a simple solution for multicolor svg icon in vue",
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"compile": "babel -d lib/ utils/",
"prepublish": "npm run compile"
},
"keywords": [
"svg",
"icon",
"Vue.js"
],
"author": "Cen ([email protected])",
"license": "MIT",
"dependencies": {
"babel-preset-stage-2": "^6.0.0",
"babel-preset-es2015": "^6.24.0",
"vue": "^2.0.1",
"webpack": "^1.13.2",
"xml-loader": "1.1.0"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"node-sass": "^4.0.0",
"sass-loader": "^4.1.0",
"vue-loader": "^10.0.0",
"vue-template-compiler": "^2.1.0",
"webpack": "^2.1.0-beta.25",
"webpack-dev-server": "^2.1.0-beta.9"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 2.0.0"
}
}