-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 917 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 917 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
36
37
38
39
40
41
{
"name": "@atatctech/mui-theme",
"type": "module",
"version": "1.2.2",
"author": "ATATC",
"description": "The ultimate dynamic theme-switching solution for MUI that adapts to SSR.",
"keywords": [
"mui",
"material-ui",
"theme",
"theme-switching",
"dark",
"dark-mode",
"react",
"ssr",
"nextjs"
],
"repository": {
"type": "git",
"url": "https://github.com/ATATCTech/mui-theme"
},
"license": "The Apache License, Version 2.0",
"homepage": "https://github.com/ATATCTech/mui-theme",
"main": "./src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"ts-node": "^10.9.1"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@mui/material": "^5.15.17",
"eslint": "^8.43.0",
"react": "^18.3.1",
"react-cookie": "^4.1.1",
"typescript": "^5.4.5"
}
}