-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "vue-letter-avatar",
"version": "0.1.6",
"description": "a simple and elegant letter avatar component for vue.js",
"main": "dist/index.js",
"author": "aidewoode <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/aidewoode/vue-letter-avatar"
},
"bugs": {
"url": "https://github.com/aidewoode/vue-letter-avatar/issues"
},
"keywords": [
"vue",
"vuejs",
"avatar",
"letter-avatar"
],
"license": "MIT",
"scripts": {
"server": "./node_modules/.bin/webpack-dev-server --inline --hot --env=development",
"bundle": "./node_modules/.bin/webpack --env=production"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.1",
"css-loader": "^0.28.2",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^2.0.3",
"eslint-plugin-import": "^2.2.0",
"postcss-cssnext": "^2.11.0",
"vue": "^2.3.3",
"vue-loader": "^12.1.0",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.6.0",
"webpack-dev-server": "^2.4.5"
}
}