-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.51 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
{
"name": "@eliashaeussler/typo3-badges",
"description": "Frontend for TYPO3 Badges, a Symfony project that provides endpoints for beautiful TYPO3 badges.",
"version": "1.3.3",
"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.21.0",
"@babel/preset-env": "^7.20.2",
"@eslint/js": "^9.10.0",
"@symfony/webpack-encore": "^5.0.0",
"autoprefixer": "^10.4.13",
"depcheck": "^1.4.3",
"eslint": "^9.0.0",
"file-loader": "^6.2.0",
"globals": "^15.9.0",
"npm-run-all": "^4.1.5",
"postcss-import": "^16.0.0",
"postcss-loader": "^8.0.0",
"stylelint": "^16.0.0",
"stylelint-config-standard": "^36.0.0",
"tailwindcss": "^3.0.18",
"tailwindcss-crossbrowser-touch": "^1.1.2",
"tailwindcss-selection-variant": "^0.1.0",
"tailwindcss-triangles": "^4.0.0",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"webpack-notifier": "^1.15.0"
},
"dependencies": {
"@fontsource/indie-flower": "^5.0.0",
"@fontsource/jetbrains-mono": "^5.0.0",
"@fontsource/lato": "^5.0.0",
"clipboard": "^2.0.9",
"flowbite": "^2.0.0"
},
"scripts": {
"build": "encore prod",
"check-dependencies": "depcheck",
"dev": "encore dev --watch",
"lint": "run-s lint:css lint:js",
"lint:js": "eslint 'assets/**/*.js'",
"lint:css": "stylelint 'assets/**/*.css'"
}
}