-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
60 lines (60 loc) · 1.44 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
{
"name": "vue-spinkit",
"version": "2.0.0",
"description": "A collection of loading indicators animated with CSS for VueJS",
"author": "Chanwit Piromplad <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"bundle": "vue-cli-service build --target=lib --filename=vue-spinkit --dest=build --formats=commonjs src/components/Spinner.vue",
"lint": "vue-cli-service lint"
},
"main": "build/vue-spinkit.common.js",
"files": [
"build"
],
"repository": {
"type": "git",
"url": "https://github.com/TonPC64/vue-spinkit.git"
},
"homepage": "http://vue-spinkit.surge.sh",
"keywords": [
"spinkit",
"vue-spinkit",
"loading",
"vue-loading"
],
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.14",
"@vue/cli-plugin-eslint": "^4.5.14",
"@vue/cli-service": "^4.5.14",
"babel-eslint": "^10.1.0",
"core-js": "^3.18.3",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.20.0",
"prismjs": "^1.25.0",
"randomcolor": "^0.6.2",
"vue": "^2.6.14",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"license": "MIT"
}