-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.36 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
{
"name": "simple-icons-website",
"version": "1.0.0",
"description": "Website for Simple Icons",
"private": "true",
"repository": {
"type": "git",
"url": "[email protected]:simple-icons/simple-icons-website.git"
},
"bugs": {
"url": "https://github.com/simple-icons/simple-icons-website/issues"
},
"author": "Simple Icons Collaborators",
"license": "CC0-1.0",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"postinstall": "husky"
},
"devDependencies": {
"@playwright/test": "1.50.0",
"@types/node": "22.10.10",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"autoprefixer": "10.4.20",
"esbuild": "0.24.2",
"eslint": "8.56.0",
"eslint-config-simple-icons": "0.1.2",
"husky": "9.1.7",
"lightningcss": "1.29.1",
"postcss": "8.5.1",
"postcss-import": "16.1.0",
"prettier": "3.4.2",
"serve": "14.2.4",
"simple-icons": "14.5.0",
"stylelint": "16.14.0",
"stylelint-config-standard": "36.0.0",
"stylelint-config-tailwindcss": "0.0.7",
"tailwindcss": "3.4.3",
"terser": "5.37.0",
"tsx": "4.19.2"
},
"dependencies": {
"@fontsource/open-sans": "5.0.8",
"@fontsource/roboto-mono": "5.0.8",
"blob-stream": "0.1.3",
"fast-fuzzy": "1.12.0",
"pdfkit": "0.16.0",
"svg-path-bbox": "2.1.0"
}
}