-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 955 Bytes
/
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
{
"name": "@condict/ui",
"version": "0.1.0",
"description": "Shared UI components for Condict.",
"repository": "github:arimah/condict",
"author": "Alice Heurlin <alice.s.heurlin@gmail.com>",
"license": "MIT",
"files": [
"dist/"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"dependencies": {
"@condict/platform": "^0.1.0",
"mdi-react": "^9.0.0",
"memoize-one": "^6.0.0",
"nanoid": "^3.3.4"
},
"devDependencies": {
"@types/node": "^18.11.10",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/styled-components": "^5.1.26",
"platform": "^1.3.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"styled-components": "^5.3.6"
},
"peerDependencies": {
"platform": "^1.3.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"styled-components": "^5.3.6"
}
}