forked from SmokingRabbit/amaze-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.54 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "amaze-vue",
"version": "1.1.16",
"description": "A vue.js component library based on amazeui",
"keywords": [
"vue",
"amaze",
"amaze ui",
"vue components",
"ui",
"vue.js",
"vue2.js",
"vue2 ui",
"vue2 components",
"vue2 components"
],
"author": "[email protected]",
"scripts": {
"dev": "webpack-dev-server --hot --progress --colors --config build/webpack.config.dev.js",
"build": "webpack --verbose --profile --colors --display-error-details --config build/webpack.config.prod.js",
"docs-dev": "webpack-dev-server --hot --progress --colors --config build/webpack.config.docs.dev.js",
"docs-build": "webpack --verbose --profile --colors --display-error-details --config build/webpack.config.docs.prod.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sunshineJi/amaze-vue"
},
"bugs": {
"url": "https://github.com/sunshineJi/amazeui-vue/issues"
},
"main": "dist/amaze-vue.js",
"style": "dist/amaze-vue.css",
"devDependencies": {
"babel-core": "6.3.17",
"babel-eslint": "^8.0.2",
"babel-loader": "6.2.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "6.3.13",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-es2015": "6.3.13",
"babel-preset-stage-2": "6.1.2",
"babel-runtime": "5.8.34",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "0.23.0",
"eslint": "^4.11.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "0.11.2",
"friendly-errors-webpack-plugin": "1.6.1",
"html-webpack-plugin": "2.29.0",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"style-loader": "0.18.2",
"url-loader": "0.5.9",
"vue": "2.4.2",
"vue-hot-reload-api": "1.2.2",
"vue-loader": "11.3.4",
"vue-router": "2.7.0",
"vue-style-loader": "2.0.5",
"vue-template-compiler": "2.4.2",
"webpack": "2.5.0",
"webpack-dev-middleware": "1.6.1",
"webpack-dev-server": "1.14.1",
"webpack-hot-middleware": "2.12.1"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"license": "MIT"
}