-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.43 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
{
"name": "vue-moment",
"version": "1.0.0",
"description": "jalali(khorshidi, shamsi, شمسی, خورشیدی, جلالی) filters for your Vue.js project",
"main": "vue-moment.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fingerpich/vue-jalali-moment.git"
},
"keywords": [
"vue",
"custom",
"date",
"time",
"filter",
"moment",
"moment.js"
],
"author": "Mojtaba Zarei(Fingerpich)",
"license": "ISC",
"bugs": {
"url": "https://github.com/fingerpich/vue-jalali-moment/issues"
},
"homepage": "https://github.com/fingerpich/vue-jalali-moment#readme",
"dependencies": {
"jalali-moment": "^3.0.8"
},
"peerDependencies": {
"vue": ">=1.x.x"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"jest": "^21.2.1",
"jest-serializer-vue": "^0.2.0",
"jest-vue": "^0.8.1",
"moment-timezone": "^0.5.14",
"vue": "^2.5.2"
},
"jest": {
"moduleFileExtensions": [
"js",
"vue"
],
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/$1"
},
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "<rootDir>/node_modules/jest-vue"
},
"snapshotSerializers": [
"<rootDir>/node_modules/jest-serializer-vue"
],
"mapCoverage": true
}
}