-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
{
"name": "uiks",
"version": "1.0.0",
"description": "High-level components for compositing UIs",
"main": "index.js",
"dependencies": {
"@reach/observe-rect": "1.2.0",
"color": "3.2.1",
"date-fns": "2.19.0",
"element-resize-detector": "1.2.4",
"font-face-rule": "1.0.0",
"insert-css": "2.0.0",
"intersperse-array": "1.0.0",
"lodash": "4.17.21",
"material-colors": "1.2.6"
},
"devDependencies": {
"@eslint/js": "^9.30.0",
"@eslint/json": "^0.14.0",
"eslint": "^9.37.0",
"globals": "^16.5.0",
"update-git-packages": "kaesapps/update-git-packages"
},
"scripts": {
"test.virtualScroll": "budo tests/virtualScroll.js:index.js --live"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KAESapps/uiks.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KAESapps/uiks/issues"
},
"homepage": "https://github.com/KAESapps/uiks#readme",
"prettier": {
"trailingComma": "es5",
"semi": false,
"arrowParens": "avoid"
}
}