-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "@adeira/sx",
"description": "Atomic CSS-in-JS (not only) for Next.js applications",
"homepage": "https://github.com/adeira/sx",
"bugs": "https://github.com/adeira/universe/issues",
"repository": {
"type": "git",
"url": "[email protected]:adeira/universe.git",
"directory": "src/sx"
},
"license": "MIT",
"version": "0.30.0",
"main": "./index.js",
"type": "commonjs",
"sideEffects": false,
"dependencies": {
"@adeira/css-colors": "^2.2.0",
"@adeira/js": "^2.1.1",
"@adeira/murmur-hash": "^2.0.1",
"@babel/runtime": "^7.26.0",
"change-case": "^4.1.2",
"css-tree": "^2.3.1",
"fast-levenshtein": "^3.0.0",
"json-stable-stringify": "^1.1.1",
"mdn-data": "^2.8.0",
"prettier": "^2.8.8"
},
"peerDependencies": {
"react": "^18.3.1"
},
"devDependencies": {
"@adeira/fixtures-tester": "^1.1.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^15.0.7",
"react": "^18.3.1",
"react-test-renderer": "^18.3.1",
"snapshot-diff": "^0.10.0"
}
}