-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.9 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
{
"name": "beteiligungstool",
"version": "0.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"doc": "vue-styleguidist server",
"doc:build": "vue-styleguidist build",
"postinstall": "patch-package",
"unittest": "vue-cli-service test:unit --require test/vue_unittest/setup.js \"test/vue_unittest/**/*.test.js\"",
"vuepress": "vuepress dev doc",
"vuepress:build": "vuepress build doc"
},
"dependencies": {
"@eli5/bootstrap-breakpoints-vue": "^1.0.2",
"@panter/vue-i18next": "^0.15.2",
"bootstrap": "^4.6.0",
"chart.js": "^2.9.4",
"core-js": "^3.6.5",
"husky": "^4.3.8",
"i18next": "^20.2.1",
"jquery": "^3.6.0",
"jsum": "^1.0.0",
"material-design-icons": "^3.0.1",
"moment": "^2.29.1",
"patch-package": "^6.4.7",
"popper.js": "^1.16.1",
"postscribe": "^2.0.8",
"underscore": "^1.12.1",
"vue": "^2.6.12",
"vue-cookies": "^1.7.4",
"vue-page-title": "^1.2.4",
"vue-resource": "^1.5.2",
"vue-router": "^3.5.1",
"vue-scrollto": "^2.20.0",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.12",
"@vue/cli-plugin-eslint": "~4.5.12",
"@vue/cli-plugin-unit-mocha": "~4.5.12",
"@vue/cli-service": "~4.5.12",
"babel-eslint": "^10.1.0",
"chai": "^4.3.4",
"eslint": "^7.23.0",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-vue": "^6.2.2",
"vue-cli-plugin-styleguidist": "^4.37.1",
"vue-template-compiler": "^2.6.12",
"vuepress": "^1.8.2"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"husky": {
"hooks": {
"pre-push": "npm run lint && npm run unittest && vendor/phpunit/phpunit/phpunit -c drupal/modules/custom/phpunit.xml drupal/modules/custom/"
}
}
}