-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "srcery-colors-website",
"version": "4.0.0",
"private": true,
"description": "Srcery theme landing page",
"homepage": "https://srcery.sh",
"repository": {
"type": "git",
"url": "https://github.com/srcery-colors/srcery.sh"
},
"license": "MIT",
"author": "Srcery Team",
"type": "module",
"browser": true,
"scripts": {
"build": "vite build --emptyOutDir",
"clean": "rm -f src/github.json",
"fetch": "node scripts/fetch_gh_data.mjs",
"preview": "vite preview",
"start": "vite"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@srcery-colors/srcery-palette": "^1.0.4",
"alpinejs": "^3.14.7",
"devicon": "^2.16.0",
"highlight.js": "^11.11.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@types/eslint": "^9.6.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.14.0",
"htmlhint": "^1.1.4",
"lodash": "^4.17.21",
"octokit": "^4.0.2",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.6",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"vite": "^5.4.11",
"vite-plugin-handlebars": "^2.0.0"
}
}