-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.5 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
{
"name": "umami-views",
"version": "1.1.1",
"author": "Astrid <git@astrid.email>",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/ari-party/umami-views.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier . -w",
"fix": "npm run lint:fix && npm run format",
"start": "tsx src/index.ts"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/d3-axis": "^3.0.6",
"@types/d3-scale": "^4.0.8",
"@types/d3-selection": "^3.0.10",
"@types/d3-shape": "^3.1.6",
"@types/express": "^4.17.21",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"tsx": "^4.15.7",
"typescript": "^5.5.2"
},
"dependencies": {
"cors": "^2.8.5",
"d3-axis": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsdom": "^24.1.0",
"ky": "^1.3.0",
"lodash": "^4.17.21",
"svgo": "^3.3.2"
}
}