-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.34 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "vesan",
"version": "3.0.4",
"description": "UI Framework with Vue & Animadio",
"author": {
"name": "Philippe Beck",
"email": "[email protected]",
"url": "https://philippebeck.net"
},
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"test": "jest --env=jsdom"
},
"main": "index.html",
"jest": {
"moduleFileExtensions": [
"js",
"vue"
],
"clearMocks": true,
"collectCoverage": true,
"coverageDirectory": "coverage",
"testEnvironment": "jest-environment-jsdom",
"testEnvironmentOptions": {
"customExportConditions": [
"node",
"node-addons"
]
},
"testPathIgnorePatterns": [
"<rootDir>/src/components/"
],
"coveragePathIgnorePatterns": [
"<rootDir>/src/components/"
],
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "<rootDir>/node_modules/@vue/vue3-jest"
}
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@paypal/paypal-js": "^5.1.4",
"@tinymce/tinymce-vue": "^5.1.1",
"animadio": "^6.2.7",
"axios": "^1.6.2",
"core-js": "^3.8.3",
"vue": "^3.3.9",
"vue-recaptcha": "^2.0.3",
"vue-router": "^4.1.6",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/eslint-parser": "^7.14.7",
"@babel/preset-env": "^7.14.7",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/test-utils": "^2.3.2",
"@vue/vue3-jest": "^29.2.4",
"babel-jest": "^29.5.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-fetch-mock": "^3.0.3",
"jsdom": "^21.1.1",
"sass": "^1.32.7",
"sass-loader": "^12.0.0"
},
"bugs": "https://github.com/philippebeck/vesan/issues",
"homepage": "https://github.com/philippebeck/vesan",
"keywords": [
"ui",
"vue",
"vue-elt",
"vuex",
"sfc",
"javascript",
"axios",
"sass",
"scss",
"blog",
"tinymce",
"shop",
"paypal"
],
"license": "Apache-2.0 License",
"repository": "github:philippebeck/vesan"
}