-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 930 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 930 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": "@sandbox/ui",
"version": "4.2.0",
"description": "",
"keywords": [],
"main": "src/index.ts",
"browser": "src/index.ts",
"react-native": "src/index.ts",
"files": [
"build/"
],
"dependencies": {
"@primitives/pointer": "^3.1.0",
"@primitives/svg": "^3.1.0",
"@primitives/transform": "^3.1.0",
"@psxcode/compose": "^0.1.3",
"autoprops": "^4.0.2",
"colorido": "^2.1.0",
"elegir": "^2.1.0",
"leven": "^3.1.0",
"nanoid": "^3.1.22",
"query-string": "^6.13.8",
"react-dom": "17.0.1",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"refun": "^3.0.0",
"syntx": "^2.0.0",
"tsfn": "^2.0.0"
},
"devDependencies": {
"@types/nanoid": "^2.1.0",
"@types/react-dom": "^18.0.0",
"react": "17.0.1",
"react-native": "0.64.0",
"typeon": "^2.0.0"
},
"peerDependencies": {
"react": "17.0.1",
"react-native": "0.64.0"
}
}