-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.34 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": "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.41.0",
"@types/node": "20.11.4",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"autoprefixer": "10.4.16",
"esbuild": "0.19.11",
"eslint": "8.56.0",
"eslint-config-simple-icons": "0.1.2",
"husky": "9.0.11",
"lightningcss": "1.23.0",
"postcss": "8.4.33",
"postcss-import": "16.0.0",
"prettier": "3.2.5",
"serve": "14.2.4",
"simple-icons": "14.0.1",
"stylelint": "16.1.0",
"stylelint-config-standard": "36.0.0",
"stylelint-config-tailwindcss": "0.0.7",
"tailwindcss": "3.4.3",
"tsx": "4.7.0"
},
"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.14.0",
"svg-path-bbox": "1.2.5"
}
}