-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.92 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
{
"name": "sui-dapp-kit-theme-creator",
"description": "Turns colors into Sui dApp Kit themes",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write './index.html' './src/**/*.{js,jsx,ts,tsx}'",
"deploy": "firebase deploy"
},
"dependencies": {
"@mysten/dapp-kit": "^0.14.42",
"@mysten/sui": "^1.16.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/themes": "^3.1.6",
"@tanstack/react-query": "^5.62.7",
"clsx": "^2.1.1",
"color": "^4.2.3",
"lucide-react": "^0.468.0",
"mobx": "^6.13.5",
"mobx-react-lite": "^4.0.7",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-use": "^17.6.0",
"stringify-object": "^5.0.0"
},
"devDependencies": {
"@types/color": "^4.2.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^19.0.2",
"@types/stringify-object": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"postcss-import": "^16.1.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^6.0.3"
},
"repository": "suiware/sui-dapp-kit-theme-creator",
"bugs": {
"url": "https://github.com/suiware/sui-dapp-kit-theme-creator/issues"
},
"keywords": [
"sui",
"sui-dapp-kit-theme-generator",
"sui-dapp-kit-theme-creator",
"sui-dapp-kit",
"theme-generator",
"theme-creator"
]
}