-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.67 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
{
"name": "gotey",
"version": "1.1.0",
"description": "website gotey.ru",
"main": "index.js",
"scripts": {
"start": "npm run dev",
"dev": "WEBPACK_MODE=development webpack serve --progress",
"build": "WEBPACK_MODE=production webpack build --progress",
"lint": "eslint .",
"test": "npm run lint && npm run build",
"publish": "npm run build && node scripts/publish.js",
"prepare": "husky install"
},
"keywords": [
"gotey",
"website",
"react",
"redux",
"js"
],
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"classnames": "^2.3.1",
"html-react-parser": "^0.4.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"prop-types": "^15.7.2",
"react": "^16.0.0",
"react-bootstrap": "^0.31.5",
"react-bootstrap-table": "^4.1.4",
"react-clipboard.js": "^1.1.2",
"react-dom": "^16.0.0",
"react-lazy-image": "^1.1.0",
"react-redux": "^5.0.6",
"react-scroll": "^1.8.4",
"react-share": "^4.4.0",
"react-yandex-maps": "^2.1.3",
"react-yandex-metrika": "^2.6.0",
"redux": "^4.1.1",
"redux-logger": "^3.0.6"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.25.1",
"gh-pages": "^6.1.1",
"html-webpack-plugin": "^5.3.2",
"husky": "^7.0.2",
"mini-css-extract-plugin": "^2.2.2",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.0"
}
}