-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 934 Bytes
/
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
{
"name": "SimpleStats",
"version": "0.6.6-beta",
"description": "Simple analytics for your kirby website.",
"main": "index.js",
"author": "Daan de Lange",
"license": "MIT",
"repository": "https://github.com/Daandelange/kirby3-simplestats",
"scripts": {
"dev": "kirbyup src/index.js --watch",
"serve": "kirbyup src/index.js --serve",
"build": "kirbyup src/index.js"
},
"posthtml": {
"recognizeSelfClosing": true
},
"devDependencies": {
"esbuild-wasm": "^0.17.5",
"kirbyup": "^2",
"less": "^4.1.3"
},
"dependencies": {
"chart.js": "^3.9.1",
"chartjs-adapter-moment": "^1.0.1",
"lodash.merge": "^4.6.2",
"moment": "^2.29.4",
"noui-vue-fr": "0.0.8",
"nouislider": "^15.6.1",
"vue-chartjs": "^4.1.2"
},
"overrides": {
"esbuild": "npm:esbuild-wasm@latest"
},
"pnpm": {
"overrides": {
"esbuild": "npm:esbuild-wasm@latest"
}
}
}