-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.4 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
{
"name": "vue-box-shadows",
"version": "2.0.3",
"private": false,
"description": "Collection of CSS box-shadows for every taste contains more than 100 simple, beautiful and airy shadows.",
"main": "index.js",
"author": "Andrej Sharapov",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrejsharapov/vue-box-shadows.git"
},
"homepage": "https://github.com/andrejsharapov/vue-box-shadows#readme",
"bugs": {
"url": "https://github.com/andrejsharapov/vue-box-shadows/issues",
"keywords": [
"vue",
"css",
"box-shadow"
]
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~4.5.19",
"@vue/cli-service": "~5.0.8",
"babel-eslint": "^10.1.0",
"core-js": "^3.23.5",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"vue": "^2.7.7",
"vue-template-compiler": "^2.7.7"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}