-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.59 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
{
"name": "ow-calendar",
"description": "A Vue.js project",
"version": "1.1.2",
"author": "Howard Tang <[email protected]>",
"license": "MIT",
"private": false,
"main": "dist/build.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"lint": "./node_modules/.bin/eslint ./src --ext .js,.vue",
"fix": "./node_modules/.bin/eslint ./src --fix --ext .js,.vue",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "open test/coverage/index.html",
"pub": "npm run build && npm publish"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"@vue/test-utils": "1.0.0-beta.30",
"babel-core": "6.26.3",
"babel-jest": "23.6.0",
"babel-loader": "8.0.6",
"babel-preset-env": "1.7.0",
"babel-preset-stage-3": "6.24.1",
"codecov": "3.6.1",
"cross-env": "6.0.3",
"css-loader": "3.2.0",
"eslint": "6.7.2",
"eslint-plugin-vue": "6.0.1",
"eslint-plugin-vue-libs": "4.0.0",
"file-loader": "5.0.2",
"jest": "24.9.0",
"jest-serializer-vue": "2.0.2",
"node-sass": "4.13.0",
"sass-loader": "8.0.0",
"vue": "2.6.10",
"vue-jest": "3.0.5",
"vue-loader": "15.7.2",
"vue-template-compiler": "2.6.10",
"webpack": "4.41.2",
"webpack-dev-server": "3.9.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/HowardTangHw/ow-calendar.git"
},
"keywords": [
"ow",
"vue",
"component",
"calendar"
]
}