-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "codemirror-theme-catppuccin",
"version": "0.3.0",
"description": " 🪞 Soothing pastel theme for CodeMirror",
"type": "module",
"exports": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"scripts": {
"clean": "rm -r ./dist",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahdinosaur/codemirror-theme-catppuccin.git"
},
"keywords": [
"codemirror",
"theme",
"codemirror-themes",
"catppuccin",
"catppuccin-theme"
],
"author": "Michael Williams",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ahdinosaur/codemirror-theme-catppuccin/issues"
},
"homepage": "https://github.com/ahdinosaur/codemirror-theme-catppuccin#readme",
"dependencies": {
"@catppuccin/palette": "^0.2.0",
"@codemirror/language": "^6.9.0",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.18.0",
"@ctrl/tinycolor": "^4.0.2",
"@lezer/highlight": "^1.1.6"
},
"devDependencies": {
"@codemirror/buildhelper": "^1.0.0",
"@sindresorhus/tsconfig": "^4.0.0",
"typescript": "^5.2.2"
}
}