-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
80 lines (80 loc) · 1.94 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "plastic",
"displayName": "Plastic",
"version": "9.5.0",
"private": true,
"description": "A simple theme.",
"categories": [
"Themes"
],
"homepage": "https://plastic.wstone.uk/",
"bugs": {
"url": "https://github.com/will-stone/plastic/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/will-stone/plastic"
},
"author": "Will Stone",
"publisher": "will-stone",
"type": "module",
"scripts": {
"build": "astro build",
"dev": "astro dev",
"generate-theme": "tsx ./src/index.ts",
"lint": "eslint .",
"prepare": "husky",
"prerelease": "npm run generate-theme",
"release": "vsce publish"
},
"contributes": {
"themes": [
{
"label": "Plastic",
"uiTheme": "vs-dark",
"path": "./themes/main.json"
},
{
"label": "Plastic - deprioritised punctuation",
"uiTheme": "vs-dark",
"path": "./themes/deprioritised-punctuation.json"
}
]
},
"dependencies": {
"plastic-palette": "^1.0.5"
},
"devDependencies": {
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.12.12",
"@types/tinycolor2": "^1.4.6",
"@vscode/vsce": "^2.26.1",
"@will-stone/eslint-config": "^9.0.0",
"@will-stone/prettier-config": "^8.0.1",
"astro": "^4.9.1",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.14.0",
"tailwindcss": "^3.4.3",
"tinycolor2": "^1.6.0",
"tsx": "^4.11.0",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=18.0.0",
"vscode": "^1.80.0"
},
"icon": "images/icon.png",
"plastic": {
"title": "VSCode",
"appLink": "https://code.visualstudio.com/"
},
"__metadata": {
"id": "0615a8d1-878b-482f-b36c-773d1ed16adb",
"publisherId": "744e71fe-bf60-4aba-94b1-d6e77d16fa27",
"publisherDisplayName": "Will Stone"
}
}