forked from kouchao/vue-layui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.87 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.87 KB
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
{
"name": "vue-layui",
"version": "1.0.0",
"private": false,
"author": "kouchao",
"scripts": {
"serve": "webpack-dev-server --config ./build/webpack.config.js",
"build:demo": "webpack --config ./build/webpack.demo.js",
"lint": "eslint src/**/*.vue src/**/*.js build/**/* --quiet",
"fix": "eslint src/**/*.vue src/**/*.js build/**/* --fix",
"build": "webpack --config ./build/webpack.build.js"
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"async-validator": "^1.11.0",
"dayjs": "^1.8.13",
"vue": "^2.6.10"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"axios": "^0.19.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"cache-loader": "^3.0.0",
"cheerio": "^1.0.0-rc.3",
"css-loader": "^2.1.1",
"eslint": "^6.0.1",
"eslint-plugin-vue": "^5.0.0",
"file-loader": "^3.0.1",
"highlight.js": "^9.15.6",
"html-webpack-plugin": "^3.2.0",
"markdown-it": "^8.4.2",
"markdown-it-chain": "^1.3.0",
"markdown-it-container": "^2.0.0",
"markdown-it-decorate": "^1.2.2",
"markdown-it-task-checkbox": "^1.0.6",
"standard": "^12.0.1",
"style-loader": "^0.23.1",
"thread-loader": "^2.1.2",
"url-loader": "^1.1.2",
"vue-loader": "^15.7.0",
"vue-markdown-loader": "^2.4.1",
"vue-router": "^3.0.3",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.3.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"homepage": "http://vue-layui.jskou.com",
"keywords": [
"vue",
"layui",
"vue-layui",
"vue layui"
],
"license": "MIT",
"main": "lib/vue-layui.common.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kouchao/vue-layui.git"
}
}