-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.48 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
{
"name": "@eliashaeussler/typo3-badges",
"description": "Frontend for TYPO3 Badges, a Symfony project that provides endpoints for beautiful TYPO3 badges.",
"version": "1.3.5",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/eliashaeussler/typo3-badges.git",
"private": true,
"author": {
"name": "Elias Häußler",
"email": "[email protected]",
"url": "https://haeussler.dev"
},
"homepage": "https://typo3-badges.dev",
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@eslint/js": "9.18.0",
"@symfony/webpack-encore": "5.0.1",
"autoprefixer": "10.4.20",
"depcheck": "1.4.7",
"eslint": "9.18.0",
"file-loader": "6.2.0",
"globals": "15.14.0",
"postcss-import": "16.1.0",
"postcss-loader": "8.1.1",
"stylelint": "16.13.2",
"stylelint-config-standard": "37.0.0",
"tailwindcss": "3.4.17",
"tailwindcss-crossbrowser-touch": "1.1.2",
"tailwindcss-selection-variant": "0.1.0",
"tailwindcss-triangles": "4.0.0",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-notifier": "1.15.0"
},
"dependencies": {
"@fontsource/indie-flower": "5.1.1",
"@fontsource/jetbrains-mono": "5.1.2",
"@fontsource/lato": "5.1.1",
"clipboard": "2.0.11",
"flowbite": "2.5.2"
},
"scripts": {
"build": "encore prod",
"check-dependencies": "depcheck",
"dev": "encore dev --watch",
"lint": "npm run lint:css && npm run lint:js",
"lint:css": "stylelint 'assets/**/*.css'",
"lint:js": "eslint 'assets/**/*.js'"
}
}