-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.25 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
{
"name": "lucasbardella-com",
"version": "2.0.0",
"type": "module",
"private": true,
"author": "Luca Sbardella",
"homepage": "https://github.com/lsbardel/lucasbardella.com",
"repository": {
"type": "git",
"url": "https://github.com/lsbardel/lucasbardella.com.git"
},
"engines": {
"node": ">=20"
},
"scripts": {
"build": ".dev/node-run tsx node_modules/.bin/observable build",
"postbuild": ".dev/cp-files",
"dev": ".dev/node-run tsx node_modules/.bin/observable preview"
},
"dependencies": {
"@google-analytics/data": "^5.1.0",
"@observablehq/framework": "1.13.4",
"d3": "^7.9.0",
"d3-dsv": "^3.0.1",
"d3-quant": "^0.5.1",
"d3-time-format": "^4.1.0",
"dotenv": "^16.4.7",
"eurostat-map": "^4.2.6",
"glob": "^13.0.6",
"octokit": "^4.1.2",
"tailwindcss": "4.1.10"
},
"devDependencies": {
"@types/node": "^22.13.13",
"@typescript-eslint/eslint-plugin": "^8.27.0",
"@typescript-eslint/parser": "^8.27.0",
"esbuild": "0.25.1",
"eslint": "^9.23.0",
"eslint-config-prettier": "^10.1.1",
"eslint-import-resolver-typescript": "^4.2.7",
"eslint-plugin-import": "^2.31.0",
"fast-xml-parser": "^5.2.5",
"prettier": "^3.5.3",
"tsx": "^4.19.3"
}
}