-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.36 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
{
"name": "screen-size-vue",
"version": "1.0.2",
"main": "dist/screensize.min.js",
"description": "This is A Vue Package helps you write conditional code based on screen size, or get the screen size value",
"scripts": {
"lint": "eslint src --ext=js,vue || exit 0",
"lint:fix": "eslint src --ext=js,vue --fix || exit 0",
"dist": "webpack --env=webpack.dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kingflamez/screen-size-vue.git"
},
"dependencies": {
"vue": "^2.6.7"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"eslint-config-vue": "^2.0.2",
"eslint-loader": "^2.1.2",
"eslint-plugin-vue": "^5.2.2",
"standard": "^12.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue": "^2.6.7",
"vue-loader": "^15.6.4",
"vue-template-compiler": "^2.6.7",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
},
"keywords": [
"screensize",
"screen size",
"window size",
"vue",
"responsiveness"
],
"author": "Oluwole Adebiyi - @kingflamez",
"license": "MIT",
"bugs": {
"url": "https://github.com/kingflamez/screen-size-vue/issues"
},
"homepage": "https://github.com/kingflamez/screen-size-vue#readme"
}