-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "zfe-files",
"version": "1.2.36",
"description": "Единая точка загрузки и управления файлами для приложений на ZFE",
"authors": [
"Ilya Serdyuk <[email protected]>",
"Nikita Orlov <[email protected]>",
"Dmitriy Demin <[email protected]>"
],
"license": "MIT",
"main": "src/index.js",
"module": "src",
"files": [
"/src"
],
"scripts": {
"lint": "eslint src && stylelint src/**/*.scss"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
},
"dependencies": {
"classnames": "^2.2.6",
"nanoid": "^2.1.11",
"prop-types": "^15.7.2",
"react-cropper": "^1.3.0",
"react-dropzone": "^10.2.1",
"react-modal": "^3.14.4"
},
"devDependencies": {
"eslint": "^7.25.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"stylelint": "^13.13.0",
"stylelint-config-sass-guidelines": "^8.0.0"
}
}