forked from TimboKZ/Chonky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.46 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "chonky",
"version": "1.1.7",
"description": "React file browser component",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"style"
],
"scripts": {
"test": "jest",
"lint:src": "eslint src/",
"typecheck:src": "tsc -p ./tsconfig.json --noEmit",
"storybook": "start-storybook -s ./assets -p 6006 --docs",
"build:component": "rm -r ./lib; tsc",
"build:storybook": "build-storybook -s ./assets -o ./docs/1.x --docs",
"build:all": "npm run build:component; npm run build:storybook"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-brands-svg-icons": "5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.10",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"classnames": "^2.2.6",
"dateformat": "^3.0.3",
"exact-trie": "^1.0.11",
"fast-sort": "^2.2.0",
"filesize": "^6.1.0",
"fuzzy-search": "^3.2.1",
"hotkeys-js": "^3.8.1",
"memoizee": "^0.4.14",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"recoil": "0.0.13",
"shortid": "^2.2.15",
"tsdef": "0.0.13"
},
"peerDependencies": {
"react": "^16.13",
"react-dom": "^16.13"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@storybook/addon-docs": "^6.0.26",
"@storybook/addon-storyshots": "^6.0.26",
"@storybook/addon-storysource": "^6.0.26",
"@storybook/addon-viewport": "^6.0.26",
"@storybook/addons": "^6.0.26",
"@storybook/react": "^6.0.26",
"@storybook/theming": "^6.0.26",
"@types/classnames": "^2.2.10",
"@types/dateformat": "^3.0.1",
"@types/filesize": "^5.0.0",
"@types/fuzzy-search": "^2.1.0",
"@types/jest": "^26.0.0",
"@types/memoizee": "^0.4.4",
"@types/react": "^16.9.36",
"@types/react-window": "^1.8.2",
"@types/recoil": "0.0.1",
"@types/shortid": "0.0.29",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"@welldone-software/why-did-you-render": "^4.2.5",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"eslint-plugin-simple-import-sort": "^5.0.3",
"jest": "^26.2.2",
"jest-environment-enzyme": "^7.1.2",
"jest-enzyme": "^7.1.2",
"markdown-dynamic-codeblock-loader": "0.0.4",
"noty": "^3.2.0-beta",
"prettier": "^2.0.5",
"prop-types": "^15.7.2",
"raw-loader": "^4.0.1",
"react": "^16.10.2",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^16.10.2",
"react-test-renderer": "^16.13.1",
"style-loader": "^1.2.1",
"ts-jest": "^26.1.4",
"typescript": "^3.9.5"
},
"homepage": "https://github.com/TimboKZ/Chonky#readme",
"author": {
"name": "Timur Kuzhagaliyev",
"email": "tim.kuzh@gmail.com",
"url": "https://foxypanda.me/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimboKZ/Chonky.git"
},
"bugs": {
"url": "https://github.com/TimboKZ/Chonky/issues"
},
"license": "MIT",
"keywords": [
"file",
"chonky",
"file-dialog",
"file-browser",
"react-component"
]
}