-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.53 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.53 KB
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
{
"name": "open-election-compass-website",
"version": "1.0.0",
"description": "Website and documentation for the openElectionCompass project.",
"main": "index.js",
"dependencies": {
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@open-election-compass/client": "^2.0.0-alpha.5",
"@open-election-compass/ui": "^0.13.1",
"@zip.js/zip.js": "^2.6.12",
"eta": "^1.12.3",
"fflate": "^0.7.3",
"html-tag": "^2.0.0",
"husky": "^7.0.2",
"jszip": "^3.10.1",
"uuid": "^8.3.2",
"vee-validate": "^3.4.13",
"vue-i18n": "^8.26.1",
"vue-plausible": "^1.2.1",
"vue-prism-editor": "^1.3.0",
"vue-slicksort": "^1.2.0"
},
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/open-election-compass/website.git"
},
"author": "Till Sanders <mail@till-sanders.de>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/open-election-compass/website/issues"
},
"homepage": "https://open-election-compass.com",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"devDependencies": {
"optimize-css-assets-webpack-plugin": "^6.0.1",
"raw-loader": "^4.0.2",
"url-loader": "^4.1.1",
"vuepress": "^1.8.2"
}
}