-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.4 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
{
"name": "med-storage",
"version": "0.4.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "./node_modules/.bin/eslint src --ext jsx,js,ts,tsx",
"build": "webpack",
"build:prod": "NODE_ENV='production' webpack",
"dev:server": "NODE_ENV='development' webpack-dev-server --progress --open --hot",
"dev": "WATCHER='true' webpack"
},
"keywords": [],
"author": "medici artDev",
"license": "ISC",
"devDependencies": {
"@svgr/webpack": "^5.3.1",
"@types/classnames": "^2.2.10",
"@types/js-cookie": "^2.2.6",
"@types/lodash": "^4.14.149",
"@types/react": "^16.9.34",
"@types/react-data-grid": "^4.0.5",
"@types/react-dom": "^16.9.6",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.4",
"@types/webpack-env": "^1.15.1",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"caniuse-lite": "^1.0.30001041",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^1.7.0",
"file-loader": "^4.3.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.2",
"postcss-loader": "^3.0.0",
"source-map-loader": "^0.2.4",
"string-replace-loader": "^2.3.0",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"autoprefixer": "^9.7.6",
"axios": "^0.19.2",
"browserslist": "^4.11.1",
"classnames": "^2.2.6",
"cssnano": "^4.1.10",
"date-fns": "^2.12.0",
"decimal.js-light": "^2.5.0",
"i18next": "^19.4.1",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"medici-ui-kit": "0.5.3",
"query-string": "^6.12.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hook-form": "^4.10.2",
"react-i18next": "^11.3.4",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-use": "^14.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0"
}
}