-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.64 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
{
"name": "kosmos-ui",
"version": "6.9.3",
"author": "Clemente Sutil",
"license": "ISC",
"description": "React components UI library written in Typescript.",
"main": "lib/index.js",
"types": "lib",
"scripts": {
"copy-files": "copyfiles -u 1 src/**/*.css src/**/*.scss lib/",
"build": "rm -rf ./lib && yarn tsc && yarn copy-files"
},
"peerDependencies": {
"react": ">=16.0.0"
},
"resolutions": {
"@types/react": "^18.0.15"
},
"devDependencies": {
"@types/draft-js": "^0.10.40",
"@types/markdown-draft-js": "^2.2.1",
"@types/node": "^18.0.3",
"@types/react": "^18.0.15",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-color": "3.0.4",
"@types/react-datepicker": "^3.1.2",
"@types/react-dom": "^18.0.6",
"@types/react-select": "^4.0.15",
"@types/styled-components": "^5.1.25",
"copyfiles": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"typescript": "^4.7.4"
},
"dependencies": {
"@datepicker-react/hooks": "^2.3.1",
"@draft-js-plugins/editor": "^4.1.0",
"@draft-js-plugins/focus": "^4.1.2",
"@draft-js-plugins/image": "^4.1.2",
"@popperjs/core": "^2.4.4",
"draft-js": "^0.11.5",
"draftjs-md-converter": "^1.5.1",
"polished": "^3.6.3",
"react-beautiful-dnd": "^13.1.0",
"react-color": "^2.18.1",
"react-datepicker": "4.8.0",
"react-dropzone": "^11.0.1",
"react-popper": "^2.2.3",
"react-select": "^4.3.0",
"react-select-async-paginate": "^0.5.3",
"react-spring": "^9.4.5",
"react-use-gesture": "7.0.5",
"sass": "^1.53.0",
"styled-components": "^5.3.5"
}
}