-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.89 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
{
"name": "atomic-css-devtools",
"description": "A devtool panel for debugging Atomic CSS rules as if they were not atomic",
"private": true,
"version": "0.0.9-dev",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare && panda",
"test": "vitest",
"typecheck": "tsc --noEmit",
"play": "vite",
"fmt": "prettier --write ."
},
"imports": {
"#components/*": "./components/*",
"#lib/*": "./lib/*",
"#styled-system/*": "./styled-system/*"
},
"dependencies": {
"@ark-ui/react": "^2.2.3",
"@pandacss/shared": "^0.37.2",
"@webext-core/messaging": "^1.4.0",
"@webext-core/proxy-service": "^1.2.0",
"@xstate/store": "^0.0.3",
"@zag-js/color-utils": "^0.48.0",
"@zag-js/interact-outside": "^0.45.0",
"@zag-js/popper": "^0.47.0",
"lucide-react": "^0.365.0",
"media-query-fns": "^2.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hotkeys-hook": "^4.5.1",
"ts-pattern": "^5.5.0",
"webext-bridge": "^6.0.1"
},
"devDependencies": {
"@pandabox/prettier-plugin": "^0.1.3",
"@pandacss/dev": "^0.37.2",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"prettier": "^3.3.3",
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-inspect": "^0.8.7",
"vitest": "^1.6.0",
"wxt": "^0.17.12"
},
"author": "Alexandre Stahmer",
"homepage": "https://twitter.com/astahmer_dev",
"repository": {
"type": "git",
"url": "git+https://github.com/astahmer/atomic-css-devtools"
},
"packageManager": "[email protected]+sha256.2ef6e547b0b07d841d605240dce4d635677831148cd30f6d564b8f4f928f73d2"
}