-
-
Notifications
You must be signed in to change notification settings - Fork 491
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 692 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 692 Bytes
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
{
"name": "packagist.org",
"dependencies": {
"@popperjs/core": "^2.11.8",
"algoliasearch": "^4.24.0",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"echarts": "^6.1.0",
"instantsearch.js": "^4.75.6",
"jquery": "^3.7.1",
"plausible-tracker": "^0.3"
},
"devDependencies": {
"esbuild": "^0.15",
"esbuild-plugin-sass": "^1.0.1"
},
"engines": {
"npm": ">=11.10"
},
"scripts": {
"dev": "node esbuild.js --dev",
"build": "node esbuild.js",
"analyze": "node esbuild.js --analyze"
},
"allowScripts": {
"esbuild@0.15.18": true
}
}