-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
114 lines (114 loc) · 3.76 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "@cceh/capitularia",
"description": "The Capitularia Wordpress theme and plugins",
"homepage": "http://capitularia.uni-koeln.de",
"author": "CCeH - Cologne Center for eHumanities",
"contributors": [
"Marcello Perathoner <[email protected]>",
"Nils Geissler"
],
"version": "0.1.0",
"license": "UNLICENSED",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/cceh/capitularia"
},
"bugs": {
"url": "https://github.com/cceh/capitularia/issues"
},
"dependencies": {
"@babel/runtime": "^7.25.6",
"@popperjs/core": "^2.11.8",
"@wordpress/i18n": "^5.7.0",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"d3": "^7.9.0",
"jquery": "^3.7.1",
"jquery-ui": "^1.14.0",
"jstree": "^3.3.17",
"leaflet": "^1.9.4",
"lodash-es": "^4.17.21",
"panzoom": "^9.4.3",
"papaparse": "^5.4.1",
"sprintf-js": "*",
"url": "^0.11.4",
"vue": "^3.5.4",
"vue-cookies": "^1.8.4",
"vue-router": "^4.4.4",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.10.0",
"@fontsource/open-sans": "^5.0.30",
"@fortawesome/fontawesome-free": "^6.6.0",
"@types/bootstrap": "^5.2.10",
"@types/lodash-es": "^4.17.12",
"@types/jquery": "*",
"@vue/compiler-sfc": "^3.5.4",
"argparse": "*",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"cheerio": "1.0.0-rc.12",
"chokidar": "^3.6.0",
"css-loader": "^7.1.2",
"easygettext": "^2.17.0",
"eslint": "^9.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-formatter-unix": "^8.40.0",
"eslint-plugin-vue": "^9.28.0",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"gettext-extractor": "*",
"glob": "^11.0.0",
"globals": "^15.9.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.0",
"imports-loader": "^5.0.0",
"jsdoc": "^4.0.3",
"jsdoc-vuejs": "^4.0.0",
"jshint": "^2.13.6",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.45",
"postcss-loader": "^8.1.1",
"postcss-nested": "^6.2.0",
"postcss-preset-env": "^10.0.3",
"prettier": "^3.3.3",
"puppeteer-core": "^23.3.0",
"sass": "^1.78.0",
"sass-loader": "^16.0.1",
"source-map": "*",
"stream-browserify": "^3.0.0",
"style-loader": "^4.0.0",
"stylelint": "^16.9.0",
"stylelint-config-sass-guidelines": "^12.0.0",
"stylelint-scss": "^6.5.1",
"vue-devtools": "^5.1.4",
"vue-loader": "^17.4.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^6.0.1"
},
"optionalDependencies": {
"sass-embedded": "^1.78.0"
},
"devDependenciesMore": {
"eslint-config-airbnb": "*",
"eslint-config-airbnb-base": "*",
"eslint-config-standard": "*",
"eslint-plugin-json": "*",
"eslint-plugin-jsx-a11y": "*",
"eslint-plugin-node": "*",
"eslint-plugin-promise": "*",
"eslint-plugin-react": "*",
"eslint-plugin-standard": "*",
"eslint-plugin-vue": "*"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}