-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 840 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 840 Bytes
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
{
"name": "@coding-club-gct/theme",
"version": "1.2.1",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup ./src/index.ts --dts",
"watch": "tsup ./src/index.ts --watch"
},
"files": [
"dist"
],
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@catppuccin/palette": "^0.2.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/material": "5.14.13",
"colorsea": "^1.2.1",
"framer-motion": "^10.13.0",
"react": "^18.2.0",
"tailwindcss": "^3.3.3",
"tsup": "^7.1.0",
"tw-colors": "^3.0.3",
"typescript": "^5.1.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.0.22"
},
"description": ""
}