-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1.3 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
{
"name": "@xunlei/vue-popup",
"description": "Vue 2.x 右键菜单组件",
"version": "1.0.7",
"author": "binbin <[email protected]>",
"main": "dist/vue-popup.js",
"types": "types/index.d.ts",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --port 8082",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"test": "echo \"no test command\"",
"lint": "eslint --ext js,vue src/",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-env": "^1.5.1",
"conventional-changelog-cli": "^2.0.1",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"eslint": "^4.2.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-html": "^3.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^0.9.0",
"style-loader": "^0.18.2",
"vue": "^2.3.3",
"vue-loader": "^12.1.0",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"repository": {
"type": "git",
"url": "https://github.com/xunleif2e/vue-popup.git"
}
}