-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.05 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
{
"name": "mo-ui",
"version": "1.0.21",
"main": "dist/mo-ui.js",
"scripts": {
"build": "node build/publish.js",
"lint": "vue-cli-service lint",
"build:demo": "cross-env NODE_ENV=production webpack --config build/webpack.demo.js",
"dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.demo.js",
"serve": "npm run dev",
"pretty": "prettier --write \"./src/**/*.{js,vue}\"",
"clear": "node build/clear.js"
},
"dependencies": {
"core-js": "^3.6.4",
"lodash": "^4.17.21",
"resize-observer-polyfill": "^1.5.1",
"vue": "^2.6.11",
"vue-router": "^3.1.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-router": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"@vue/component-compiler-utils": "^3.2.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.4.1",
"cross-env": "^3.2.4",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.2.2",
"highlight.js": "^10.4.1",
"markdown-it": "^12.0.3",
"markdown-it-anchor": "^6.0.1",
"markdown-it-chain": "^1.3.0",
"markdown-it-container": "^3.0.0",
"mini-css-extract-plugin": "^0.9.0",
"multer": "^1.4.2",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"prettier": "^1.19.1",
"progress-bar-webpack-plugin": "^2.1.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"sass-resources-loader": "^2.0.3",
"style-loader": "^2.0.0",
"transliteration": "^2.2.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue-template-compiler": "^2.6.11",
"webpack-cli": "^3.3.11"
},
"keywords": [
"vue",
"vui",
"H5"
],
"repository": {
"type": "git",
"url": "git+https://github.com/moshang-xc/mo-ui.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/moshang-xc/mo-ui/issues"
},
"homepage": "https://github.com/moshang-xc/mo-ui#readme"
}