-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.04 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.04 KB
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
{
"name": "@andrew_xie/tailwind-dark-theme",
"version": "1.0.5",
"description": "A plugin for tailwind CSS that helps you build dark theme",
"main": "src/main.ts",
"scripts": {
"test": "jest",
"build": "tsc",
"publish": "npm publish --access public"
},
"keywords": [
"tailwind",
"dark",
"theme",
"css",
"variable"
],
"author": "Andrew Xie Yanghao",
"repository": {
"type": "git",
"url": "git+https://github.com/scv057/TailwindCSS-dark-theme.git"
},
"license": "MIT",
"dependencies": {
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.22.5",
"@jest/globals": "^29.6.2",
"babel-jest": "^29.6.2",
"jest": "^29.6.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"bugs": {
"url": "https://github.com/scv057/TailwindCSS-dark-theme/issues"
},
"homepage": "https://github.com/scv057/TailwindCSS-dark-theme#readme",
"directories": {
"doc": "doc"
}
}