UNPKG

1.75 kBJSONView Raw
1{
2 "name": "vue-fun-loading",
3 "description": "all kinds of loading components of vue",
4 "version": "1.1.1",
5 "license": "MIT",
6 "private": false,
7 "main": "dist/vue-fun-loading.js",
8 "scripts": {
9 "dev": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.config.dev.js --open",
10 "build": "cross-env NODE_ENV=production webpack --config ./build/webpack.config.pro.js",
11 "lib": "cross-env NODE_ENV=production webpack --config ./build/webpack.config.lib.js",
12 "lint": "eslint --ext .js,.vue src",
13 "test": "echo \"Error: no test specified\" && exit 1"
14 },
15 "files": [
16 "dist",
17 "lib"
18 ],
19 "browserslist": [
20 "> 1%",
21 "last 2 versions",
22 "not ie <= 8"
23 ],
24 "keywords": [
25 "loading",
26 "vue"
27 ],
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/OwnGhy/vue-fun-loading.git"
31 },
32 "author": "OwnGhy <919986426@qq.com>",
33 "devDependencies": {
34 "babel-eslint": "^10.0.1",
35 "clean-webpack-plugin": "^2.0.1",
36 "cross-env": "^5.2.0",
37 "css-loader": "^1.0.1",
38 "eslint": "^5.16.0",
39 "eslint-config-standard": "^12.0.0",
40 "eslint-config-vue": "^2.0.2",
41 "eslint-plugin-import": "^2.17.2",
42 "eslint-plugin-promise": "^4.1.1",
43 "eslint-plugin-standard": "^4.0.0",
44 "eslint-plugin-vue": "^5.2.2",
45 "extract-text-webpack-plugin": "^4.0.0-beta.0",
46 "html-webpack-plugin": "^3.2.0",
47 "less": "^3.9.0",
48 "less-loader": "^4.1.0",
49 "raw-loader": "^2.0.0",
50 "url-loader": "^1.1.2",
51 "vue": "^2.6.10",
52 "vue-juri": "^1.0.1",
53 "vue-loader": "^14.2.2",
54 "vue-template-compiler": "^2.6.10",
55 "webpack": "^4.30.0",
56 "webpack-cli": "^3.3.0",
57 "webpack-dev-server": "^3.3.1",
58 "webpack-merge": "^4.2.1"
59 }
60}