This repository has been archived by the owner on Sep 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.66 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
{
"name": "aheenam-dashboard-clock",
"version": "0.2.3",
"description": "A clock plugin for the Aheenam Dashboard",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"dev": "webpack",
"build": "cross-env NODE_ENV=production webpack",
"prepublish": "npm run test && npm run build",
"test": "jest",
"test:watch": "npm run test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aheenam/vue-dashboard-clock.git"
},
"jest": {
"moduleFileExtensions": [
"js",
"vue"
],
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "<rootDir>/node_modules/jest-vue-preprocessor"
}
},
"keywords": [
"aheenam",
"vuejs",
"javascript",
"dashboard"
],
"author": "Rathes Sachchithananthan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aheenam/vue-dashboard-clock/issues"
},
"homepage": "https://github.com/Aheenam/vue-dashboard-clock#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"jest": "^21.2.1",
"jest-vue-preprocessor": "^1.2.0",
"lolex": "^2.1.3",
"mockdate": "^2.0.2",
"path": "^0.12.7",
"vue": "^2.4.4",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.4.4",
"webpack": "^3.6.0"
},
"peerDependencies": {
"aheenam-vue-dashboard": "^0.1.0",
"vue": "^2.4.4"
},
"dependencies": {
"moment-timezone": "^0.5.13"
}
}