-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.88 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
{
"name": "movue-ui",
"version": "1.0.0",
"main": "dist/movue-ui.js",
"scripts": {
"publish": "webpack --env.NODE_ENV=publish --color --config build/webpack.publish.js --mode production",
"component": "webpack --env.NODE_ENV=publish --color --config build/webpack.component.js --mode production",
"scss": "webpack --env.NODE_ENV=publish --color --config build/webpack.scss.js --mode production",
"build": "npm run scss && npm run component && npm run publish",
"serve": "vue-cli-service serve",
"build:demo": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@better-scroll/core": "^2.0.0-beta.8",
"@better-scroll/wheel": "^2.0.0-beta.8",
"core-js": "^3.6.4",
"fastclick": "^1.0.6",
"vue": "^2.6.11",
"vue-highlightjs": "^1.3.3",
"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/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.2.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"prettier": "^1.19.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"sass-resources-loader": "^2.0.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue-template-compiler": "^2.6.11",
"webpack-cli": "^3.3.11"
},
"keywords": [
"vue",
"移动端组件库",
"UI组件库",
"movue-ui",
"H5",
"开箱即用"
],
"repository": {
"type": "git",
"url": "git+https://github.com/moshang-xc/movue-ui.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/moshang-xc/movue-ui/issues"
},
"homepage": "https://github.com/moshang-xc/movue-ui#readme"
}